Jump to content

Template:Minigame table: Difference between revisions

From MineMania Wiki
Created page with "{{Minigame table | rows = {{Minigame table row | game = spleef | description = its spleef }} {{Minigame table row | game = tnt | description = its tnt }} }}"
 
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 = its spleef
| description = description here
}}
}}
{{Minigame table row
{{Minigame table row
| game = tnt
| game = tntrun
| description = its tnt
| 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Rowsrows

Minigame table rows. Add Template:Minigame table row entries here.

Contentrequired