Template:XMLtype: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>|- |{{Anchor|{{{1}}}''[[XML:{{{1}}}|{{{1}}}]]''' |{{{2}}} |{{#ifeq:{{{3}}}|yes|Image:Aqua Dot-Green.png|{{#ifeq:{{{3}}}|no|Image:Aqua Dot-Red.png|[[Image:...") |
(missing braces, missing #ifeq) |
||
Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
|{{Anchor|{{{1}}}''[[XML:{{{1}}}|{{{1}}}]]''' | |{{Anchor|{{{1}}}}}''[[XML:{{{1}}}|{{{1}}}]]''' | ||
|{{{2}}} | |{{{2}}} | ||
|{{#ifeq:{{{3}}}|yes|[[Image:Aqua Dot-Green.png]]|{{#ifeq:{{{3}}}|no|[[Image:Aqua Dot-Red.png]]|[[Image:Aqua Dot-Yellow.png]]}}|}} | |{{#ifeq:{{{3}}}|yes|[[Image:Aqua Dot-Green.png]]|{{#ifeq:{{{3}}}|no|[[Image:Aqua Dot-Red.png]]|[[Image:Aqua Dot-Yellow.png]]}}|}} | ||
|{{{4}}} | |{{{4}}} | ||
|{{{5}}} | |{{#ifeq:{{{5}}}|yes|global|local}} | ||
|- | |- | ||
|style="border-style:solid; border-width:0px 0px 1px 0px; border-bottom-color:#AAA" colspan="5"|{{{6}}}</includeonly><noinclude>This template is used to construct the tables on [[XML:File types]]. | |style="border-style:solid; border-width:0px 0px 1px 0px; border-bottom-color:#AAA" colspan="5"|{{{6}}}</includeonly><noinclude>This template is used to construct the tables on [[XML:File types]]. |
Revision as of 18:31, 8 April 2014
This template is used to construct the tables on XML:File types.
Parameters:
- Tag, e.g. "ONCC". This will be turned into a link in the format [[XML:ONCC]].
- File type name, e.g. "Oni Character Class".
- Doc status. "yes" produces a , "no" produces a , and any other text, like "some", produces a .
- File name, e.g. "ONCC__.oni".
- Global? "yes" produces "global", "no" produces "local".
- Description. You can use a section link like "[[#BINA]]" in this text to allow the reader to jump to the section of the page that discusses BINA, as this template uses {{Anchor}} to place HTML section anchors with the name that you pass in as parameter 1.