Always snap to grid

Difference between revisions of "Template:Documentation"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m (no need to make this more complicated than necessary)
 
Line 18: Line 18:
 
   }}
 
   }}
 
   |<!-- transcluded hide -->
 
   |<!-- transcluded hide -->
}}{{
 
  #switch: {{SUBPAGENAME}}
 
  |sandbox=<!-- sandbox -->
 
  |testcases=<!-- testcases -->
 
  |#default={{
 
    #switch: {{SUBJECTSPACE}}/{{{sandbox-testcases|show}}}
 
    | {{ns:template}}/show | {{ns:user}}/show =<!-- show /sandbox /testcases -->{{
 
      #ifexist: {{ #rel2abs: /sandbox }}
 
      | This template has a [[/sandbox|sandbox]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /sandbox }}|action=edit}} edit])</small> {{
 
        #ifexist: {{ #rel2abs: /testcases }}
 
        |<!-- /sandbox AND /testcases --> and [[/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])</small>
 
        |<!-- /sandbox BUT no /testcases -->}} for editors to experiment.
 
      |<!-- no /sandbox -->{{
 
        #ifexist: {{ #rel2abs: /testcases }}
 
        | This template has [[/testcases|testcases]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])</small> for editors to experiment.
 
        }}
 
    }}
 
    |<!-- hide /sandbox /testcases -->
 
  }}
 
 
}}</div>
 
}}</div>
 
{{{content|{{ {{ #ifexist: {{{1|{{Documentation/docname}}}}} | {{{1|{{Documentation/docname}}}}} | ns:0 }} }}}}}
 
{{{content|{{ {{ #ifexist: {{{1|{{Documentation/docname}}}}} | {{{1|{{Documentation/docname}}}}} | ns:0 }} }}}}}
 
</div>{{DEFAULTSORT:{{PAGENAME}}}}
 
</div>{{DEFAULTSORT:{{PAGENAME}}}}

Latest revision as of 13:08, 14 November 2009

[edit] Documentation

This template automatically displays a documentation box like you are seeing now, of which the content is transcluded from another page. It is intended for pages which are transcluded in other pages, i.e. templates, whether in the template namespace or not.

Usage[edit]

Normal /doc[edit]

<noinclude>{{Documentation}}</noinclude>

Any /doc page[edit]

<noinclude>{{Documentation|Template:any page/doc}}</noinclude>

In-line content[edit]

<noinclude>{{Documentation|content=This is documentation.}}</noinclude>

In-line content with [view][edit] links[edit]

<noinclude>{{Documentation
|1 = Template:any page/doc
|content ={{Template:any page/doc|parameters}}
}}</noinclude>

Best practice[edit]

This code should be added at the bottom of the template code, with no extra space before "<noinclude>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page.

Add categories and interwiki links to the documentation page inside <includeonly> </includeonly> tags.

If the documentation page contains includeonly or noinclude tags as part of the documentation, replace the "<" with "&lt;".

Customizing display[edit]

Overrides exist to customize the output in special cases:

  • {{documentation| heading = ...}} − change the text of the "documentation" heading. If this is set to blank, the entire heading line (including the first [edit] link) will also disappear.

Functions[edit]

If the documentation page doesn't exist, the "edit" link includes a preload parameter so that clicking it will pre-fill the edit form with the basic documentation page format.

Rationale[edit]

Use of this template allows templates to be protected where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.