Template:Job Infobox: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Spiffly No edit summary |
imported>Aramachus removed align left to check if it had unintended side effects; also added example code |
||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude> |
<includeonly><onlyinclude><!-- |
||
-->{{categorize|{{{1|}}}|<!-- |
|||
| ⚫ | |||
-->[[Category:Jobs]]<!-- |
|||
-->}} |
|||
| ⚫ | |||
! colspan="2" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} |
! colspan="2" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} |
||
|- |
|- |
||
| Line 18: | Line 21: | ||
==Usage== |
==Usage== |
||
{{Job Infobox |
<pre>{{Job Infobox |
||
| name = Red Mage |
|||
| short = RDM |
|||
| expansionpack = Final Fantasy XI |
|||
| unlock = Starter Job |
|||
}}</pre> |
|||
{{Job Infobox|nc |
|||
| name = Red Mage |
| name = Red Mage |
||
| short = RDM |
| short = RDM |
||
| expansionpack = Final Fantasy XI |
| expansionpack = Final Fantasy XI |
||
| unlock = Starter Job |
| unlock = Starter Job |
||
| nc = true |
|||
}} |
}} |
||