Ad placeholder

Template:DropTable: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Fix transclusion link)
No edit summary
Line 9: Line 9:
This template starts a table.
This template starts a table.


<pre>{{DropTableStart|caption=An optional caption to head the table, primarily used for level ranges.}}</pre>
<pre>{{DropTableStart|caption=An optional caption to head the table.}}</pre>


=== {{[[DropTableRow]]}} ===
=== {{[[DropTableRow]]}} ===
Line 28: Line 28:
Empty ready-to-copy template.
Empty ready-to-copy template.
<pre>{{DropTableRow|icon=|item=|quantity=|rarity=}}</pre>
<pre>{{DropTableRow|icon=|item=|quantity=|rarity=}}</pre>
=== {{[[DropTableDivider]]}} ===
Creates a whole-table row with text in it. This is useful for noting levelled sections of a drop table.
<pre>{{DropTableDivider|}}</pre>


=== {{[[DropTableEnd]]}} ===
=== {{[[DropTableEnd]]}} ===
No parameters. It ends the table.
No parameters. It ends the table.


Line 44: Line 48:
{{DropTableEnd}}
{{DropTableEnd}}


''Levelled tables should be broken out and use the caption parameter of DropTableStart.''
''Levelled tables can use [[DropTableDivider]].''
{{DropTableStart|caption=Levels 3 - 9}}
{{DropTableStart}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=5 - 93|rarity=1}}
{{DropTableDivider|Level 1 - 3}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=5 - 93|rarity=Always}}
{{DropTableDivider|Level 4 - 9}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=5 - 93|rarity=1/2}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=20 - 159|rarity=1/2}}
{{DropTableDivider|Level 10+}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=5 - 93|rarity=1/3}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=20 - 159|rarity=1/3}}
{{DropTableRow|icon=Gold Pile Medium Icon.png|item=Gold|quantity=50 - 210|rarity=1/3}}
{{DropTableEnd}}
{{DropTableEnd}}


Navigation menu