Template:XMLtype: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(trying monospaced font on Tag name so the dot can sit to the right of it and always line up vertically)
m (trying monospace CSS property instead of <tt>)
Line 1: Line 1:
<includeonly>{{Anchor|{{{1}}}}}
<includeonly>{{Anchor|{{{1}}}}}
|-
|-
|<tt>'''[[XML:{{{1}}}|{{{1}}}]]''' </tt> {{#ifeq:{{{3}}}|yes|[[Image:Aqua Dot-Green.png]]|{{#ifeq:{{{3}}}|no|[[Image:Aqua Dot-Red.png]]|[[Image:Aqua Dot-Yellow.png]]}}|}}
|style="font-family:monospace"|'''[[XML:{{{1}}}|{{{1}}}]]''' </tt> {{#ifeq:{{{3}}}|yes|[[Image:Aqua Dot-Green.png]]|{{#ifeq:{{{3}}}|no|[[Image:Aqua Dot-Red.png]]|[[Image:Aqua Dot-Yellow.png]]}}|}}
|'''{{{2}}}'''
|'''{{{2}}}'''
|{{{4}}}
|{{{4}}}

Revision as of 21:17, 10 April 2014

This template is used to construct the tables on XML:File types.

Parameters:

  1. Tag, e.g. "ONCC". This will be turned into a link in the format [[XML:ONCC]].
  2. File type name, e.g. "Oni Character Class".
  3. Doc status. "yes" produces a Aqua Dot-Green.png, "no" produces a Aqua Dot-Red.png, and any other text, like "some", produces a Aqua Dot-Yellow.png.
  4. File name, e.g. "BINAEINOimpact_effects".
  5. Scope. You can write anything here, but typically this parameter is "global" or "local".
  6. Description. You can use a section link like "[[#BINA|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 a HTML section anchor with the name that you pass in as parameter 1.
  • The optional "position=bottom" parameter removes the bottom border from the rows output by the template, for when you are placing this template as the last element in a table. Otherwise you get a double border, from the bottom of the row as well as the table itself.