Template:Minigame table: Difference between revisions
Appearance
Dovakin602 (talk | contribs) No edit summary |
Dovakin602 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="cw- | <table class="cw-Minigame-table"> | ||
{{{rows|}}} | {{{rows|}}} | ||
</table> | </table> | ||
| Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{Minigame table | ||
| rows = | | rows = | ||
{{ | {{Minigame table row | ||
| game= spleef | | game= spleef | ||
| description = descriptio here | | description = descriptio here | ||
}} | }} | ||
{{ | {{Minigame table row | ||
| game = tntrun | | game = tntrun | ||
| description = the floor benith you dissapears as you step on preasure plates last player not to fall wins | | description = the floor benith you dissapears as you step on preasure plates last player not to fall wins | ||
Revision as of 14:33, 9 June 2026
Usage
{{Minigame table
| rows =
{{Minigame table row
| game= spleef
| description = descriptio here
}}
{{Minigame table row
| game = tntrun
| description = the floor benith you dissapears as you step on preasure plates last player not to fall wins
}}
}}
Creates a minigame table with a game column and a larger description column.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Rows | rows | mingame table rows. Add Template:minigame table row entries here. | Content | required |