Template:BotWDropTable: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="wikitable mw-collapsible mw-collapsed" {{Nobr}}
{{Collapsible
|+ Drop Table
|header= Drop Table
|frame= true
|content=
{{(!}} class="wikitable" style="text-align: center"
! Item !! Percentage
! Item !! Percentage
|-
{{!}}-
{{#if: {{{1|}}} | {{!}}[[File:BotW {{{1|}}} Icon.png|72px]] <br/>'''[[{{{1}}}]]''' {{!!}}{{{2}}}%| {{Nobr|}} }}
{{#if: {{{1|}}} | {{!}}[[File:BotW {{{1|}}} Icon.png|72px]] <br/>'''[[{{{1}}}]]''' {{!!}}{{{2}}}%| {{Nobr|}} }}
{{#if: {{{3|}}} | {{!-}}|}}
{{#if: {{{3|}}} | {{!-}}|}}
Line 22: Line 25:
{{#if: {{{19|}}} | {{!-}}|}}
{{#if: {{{19|}}} | {{!-}}|}}
{{#if: {{{19|}}} | {{!}}[[File:BotW {{{19|}}} Icon.png|72px]] <br/>'''[[{{{19}}}]]''' {{!!}}{{{20}}}%| {{Nobr|}} }}
{{#if: {{{19|}}} | {{!}}[[File:BotW {{{19|}}} Icon.png|72px]] <br/>'''[[{{{19}}}]]''' {{!!}}{{{20}}}%| {{Nobr|}} }}
|}
{{!)}}
<!-- The Nobreaks are there to prevent trailing newlines -->
}}<!-- The Nobreaks are there to prevent trailing newlines --><noinclude>{{Documentation}}</noinclude>
<noinclude><br/>
E.g.
{{BotWDropTable | Ancient Screw | 35 | Ancient Gear | 65 }}
Or, using newlines:
{{BotWDropTable
|1 = Ancient Core | 2 = 2.5
|3 = Giant Ancient Core | 4 = 0.5
}}
[[Category:Table Templates]]
</noinclude>

Latest revision as of 01:19, 28 November 2022

Drop Table
Item Percentage

Usage

Examples

#InputOutput
1{{BotWDropTable | Ancient Screw | 35 | Ancient Gear | 65 }}
Drop Table
Item Percentage

Ancient Screw
35 %

Ancient Gear
65 %

2
{{BotWDropTable
|1 = Ancient Core | 2 = 2.5
|3 = Giant Ancient Core | 4 = 0.5
}}
Drop Table
Item Percentage

Ancient Core
2.5%

Giant Ancient Core
0.5%

The above documentation is transcluded from Template:BotWDropTable/Documentation. (edit | history)