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 }} }}" |
Dovakin602 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{ | <includeonly> | ||
<table class="cw-minigame-table"> | |||
{{{rows|}}} | |||
</table> | |||
</includeonly><noinclude> | |||
== Usage == | |||
<pre> | |||
{{minigame table | |||
| rows = | | rows = | ||
{{ | {{minigame table row | ||
| game = spleef | | game= spleef | ||
| description = | | description = descriptio here | ||
}} | }} | ||
{{ | {{minigame table row | ||
| game = | | game = tntrun | ||
| description = | | description = the floor benith you dissapears as you step on preasure 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": "mingame table rows. Add Template:Command table row entries here.", | |||
"type": "content", | |||
"required": true, | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 14:29, 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:Command table row entries here. | Content | required |