Template:Minigame table: Difference between revisions
Appearance
Dovakin602 (talk | contribs) Created page with "{{Minigame table | rows = {{Minigame table row | game = spleef | description = its spleef }} {{Minigame table row | game = tnt | description = its tnt }} }}" |
Computerwhz (talk | contribs) m Protected "Template:Minigame table" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<table class="cw-command-table"> | |||
{{{rows|}}} | |||
</table> | |||
</includeonly><noinclude> | |||
== Usage == | |||
<pre> | |||
{{Minigame table | {{Minigame table | ||
| rows = | | rows = | ||
{{Minigame table row | {{Minigame table row | ||
| game = spleef | | game = spleef | ||
| description = | | description = description here | ||
}} | }} | ||
{{Minigame table row | {{Minigame table row | ||
| game = | | game = tntrun | ||
| description = | | description = the floor beneath you disappears as you step on pressure plates last player not to fall wins | ||
}} | }} | ||
}} | }} | ||
</pre> | |||
<templatedata> | |||
{ | |||
"description": "Creates a minigame table with a game column and a larger description column.", | |||
"params": { | |||
"rows": { | |||
"label": "Rows", | |||
"description": "Minigame table rows. Add Template:Minigame table row entries here.", | |||
"type": "content", | |||
"required": true, | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest 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 |