Difference between revisions of "Template:ItemRow"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> <tr> <td>{{{1|{{{Number|0}}}}}}</td> <td>[[File:{{lc:{{{2|{{{Name}}} }}} }} icon1.png{{!}}link={{{2|{{{Name}}} }}}]]</td> <td>[[{{{2|{{{Name}}} }}}]] {{#switch:{...")
 
m (Fix typo)
 
(19 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<tr>
<tr style="text-align:center;">
<td>{{{1|{{{Number|0}}}}}}</td>
{{#if:{{{1|Number|}}}|
<td>[[File:{{lc:{{{2|{{{Name}}} }}} }} icon1.png{{!}}link={{{2|{{{Name}}} }}}]]</td>
<td style="font-size:200%;padding-left:10px;padding-right:10px;">{{{1|Number|}}}</td>
<td>[[{{{2|{{{Name}}} }}}]] {{#switch:{{{3|{{{HQ|}}} }}} |HQ=[[File:hq small icon1.png]]|default=}}</td>
|}}
<td style="padding:2px;">[[File:{{lc:{{{2|Name}}} }} icon1.png{{!}}link={{{2|Name}}}]]</td>
<td style="padding-left:10px;padding-right:10px;{{#if:{{{1|Number|}}}||colspan="2";}}">{{{2|Name}}} {{#switch:{{{3|HighQuality|}}} |HQ=[[File:hq small icon1.png{{!}}link=]]|default=}}</td>
</tr>
</tr>
</includeonly>
</includeonly>
<noinclude>
<noinclude>
An item row. It must be placed inside a &lt;table&gt; tag or in a <nowiki>{{GameContainer}}</nowiki>
<pre>
{{ItemRow
|Number= The ammount of item to display
|Name= of the item
|HighQuality=HQ (Optional to display the symbol)
}}
</pre>
<pre>
{{GameContainer|
{{ItemRow|5|Darksteel Ingot}}
{{ItemRow|99|Darksteel Ingot|HQ}}
}}
</pre>
{{GameContainer|
{{ItemRow|5|Darksteel Ingot}}
{{ItemRow|99|Darksteel Ingot|HQ}}
}}
</noinclude>
</noinclude>

Latest revision as of 21:47, 19 May 2021


An item row. It must be placed inside a <table> tag or in a {{GameContainer}}

{{ItemRow
|Number= The ammount of item to display
|Name= of the item
|HighQuality=HQ (Optional to display the symbol)
}}
{{GameContainer|
{{ItemRow|5|Darksteel Ingot}}
{{ItemRow|99|Darksteel Ingot|HQ}}
}}


5 Darksteel ingot icon1.png Darksteel Ingot
99 Darksteel ingot icon1.png Darksteel Ingot Hq small icon1.png