User:Sky/DropTableRow: Difference between revisions
< User:Sky
Jump to navigation
Jump to search
(Created page with "<onlyinclude><includeonly>{{!}}- {{!}}{{{1}}}{{!}}{{!}}{{{2}}}{{!}}{{!}}{{{3}}}</includeonly></onlyinclude><noinclude> Usage: <pre>{{User:Sky/DropTableRow|SomeIconLink|Quantity|Weight}}</pre> Displays an item row to display in a drop table. Result: {{User:Sky/DropTableRow|{{IconLink|Potion of Healing Icon.png|Potion of Healing}}|1|1}} Result in a table: {| class="wikitable" {{User:Sky/DropTableRow|{{IconLink|Potion of Healing Icon.png|Potion of Healing}}|1;3;5|1}} {...") |
()) |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude><includeonly>{{ | <onlyinclude><includeonly><tr> | ||
{{ | <th style="background-color: var(--bg3wiki-itemicon-{{{itemrarity|}}}-bg);">{{#if: {{{icon}}}|{{#if: {{{icon|}}}|{{Icon|{{{icon}}} }} }} }}{{{icon_override|}}}</th> | ||
<th style="text-align:start; background-color: var(--bg3wiki-itemicon-{{{itemrarity|}}}-bg);">[[{{{item}}}]] {{#if: {{{note|}}}|{{{note}}} }}</th> | |||
<td style="text-align:center; background-color: var(--bg3wiki-itemicon-{{{itemrarity|}}}-bg);">{{{quantity}}}</td> | |||
<td style="text-align:center; background-color: var(--bg3wiki-itemicon-{{{itemrarity|}}}-bg);">{{{rarity}}}</td></tr></includeonly></onlyinclude><noinclude> | |||
{{User:Sky/DropTable}} | |||
{{ | |||
{{ | |||
{{User:Sky/ | |||
</noinclude> | </noinclude> |