Template:Minigame Table row: Difference between revisions
Appearance
Dovakin602 (talk | contribs) Created page with "<includeonly> <tr> <th class="cw-command-table-command">{{{command|}}}</th> <td class="cw-command-table-description">{{{description|}}}</td> </tr> </includeonly><noinclude> == Usage == <pre> {{Command table row | command = /spawn | description = Teleports you to spawn. }} </pre> <templatedata> { "description": "Creates one row for Template:Minigame table.", "params": { "game": { "label": "Game", "description": "the name of the minigame", "example": "spleef"..." |
Dovakin602 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | <tr> | ||
<th class="cw- | <th class="cw-Minigame-table-Minigame">{{{command|}}}</th> | ||
<td class="cw- | <td class="cw-Minigame-table-description">{{{description|}}}</td> | ||
</tr> | </tr> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{Minigame table row | ||
| | | game= tnt run | ||
| description = Teleports you to spawn. | | description = Teleports you to spawn. | ||
}} | }} | ||
Revision as of 14:32, 9 June 2026
Usage
{{Minigame table row
| game= tnt run
| description = Teleports you to spawn.
}}
Creates one row for Template:Minigame table.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Game | game | the name of the minigame
| String | required |
| Description | description | The explanation shown in the larger right column.
| Content | required |