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 }} }}"
 
No edit summary
Line 1: Line 1:
{{Minigame table
<includeonly>
<table class="cw-minigame-table">
{{{rows|}}}
</table>
</includeonly><noinclude>
== Usage ==
<pre>
{{minigame table
| rows =
| rows =
{{Minigame table row
{{minigame table row
| game = spleef
| game= spleef
| description = its spleef
| description = descriptio here
}}
}}
{{Minigame table row
{{minigame table row
| game = tnt
| game = tntrun
| description = its tnt
| 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Rowsrows

mingame table rows. Add Template:Command table row entries here.

Contentrequired