6,366
editsAd placeholder
Template:DropTable: Difference between revisions
Jump to navigation
Jump to search
Fix links
(Fix template names) |
(Fix links) |
||
Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
=== {{[[Drop table start]]}} === | === {{[[Template:Drop table start]]}} === | ||
This template starts a table. | This template starts a table. | ||
Line 11: | Line 11: | ||
<pre>{{Drop table start|caption=An optional caption to head the table.|skip_chance=If non-empty will hide the Chance column.}}</pre> | <pre>{{Drop table start|caption=An optional caption to head the table.|skip_chance=If non-empty will hide the Chance column.}}</pre> | ||
=== {{[[Drop table row]]}} === | === {{[[Template:Drop table row]]}} === | ||
The meat and potatoes of a drop table, each invocation of this template adds an item row to the drop table. If an icon or icon_override is specified, that icon is used. Otherwise, the icon is automatically fetched and included, if one exists. | The meat and potatoes of a drop table, each invocation of this template adds an item row to the drop table. If an icon or icon_override is specified, that icon is used. Otherwise, the icon is automatically fetched and included, if one exists. | ||
Line 56: | Line 56: | ||
<pre>{{Droptable nothing|chance=}}</pre> | <pre>{{Droptable nothing|chance=}}</pre> | ||
=== {{[[Drop table end]]}} === | === {{[[Template:Drop table end]]}} === | ||
No parameters. It ends the table. | No parameters. It ends the table. | ||