Template:Minigame table: Difference between revisions
Appearance
Dovakin602 (talk | contribs) No edit summary |
Computerwhz (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="cw- | <table class="cw-command-table"> | ||
{{{rows|}}} | {{{rows|}}} | ||
</table> | </table> | ||
| Line 10: | Line 10: | ||
{{Minigame table row | {{Minigame table row | ||
| game = spleef | | game = spleef | ||
| description = | | description = description here | ||
}} | }} | ||
{{Minigame table row | {{Minigame table row | ||
| game = tntrun | | game = tntrun | ||
| description = the floor | | description = the floor beneath you disappears as you step on pressure plates last player not to fall wins | ||
}} | }} | ||
}} | }} | ||
| Line 25: | Line 25: | ||
"rows": { | "rows": { | ||
"label": "Rows", | "label": "Rows", | ||
"description": " | "description": "Minigame table rows. Add Template:Minigame table row entries here.", | ||
"type": "content", | "type": "content", | ||
"required": true, | "required": true, | ||
Revision as of 16:18, 10 June 2026
Usage
{{Minigame table
| rows =
{{Minigame table row
| game = spleef
| description = description here
}}
{{Minigame table row
| game = tntrun
| description = the floor beneath you disappears as you step on pressure 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 | Minigame table rows. Add Template:Minigame table row entries here. | Content | required |