Template:GameInfo: Difference between revisions
From Connors Amazing Wikis
No edit summary |
No edit summary Tag: Manual revert |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="float: right; margin: 2em; border: 1px solid black; padding: 5px; border-radius: 4px; text-align: center;"><b>{{{Game Name}}}</b>< | <div style="float: right; margin: 2em; border: 1px solid black; padding: 5px; border-radius: 4px; text-align: center; background-color: #EEEEEE;"><b>{{{Game Name}}}</b><hr/> | ||
<span style="font-size: small;"> | <span style="font-size: small;"> | ||
{{{Creator}}}<br/> | Creator: {{{Creator}}}<br/> | ||
{{{Publisher}}}<br/> | Publisher: {{{Publisher}}}<br/> | ||
{{{Genre}}}<br/> | Genre:{{{Genre}}}<br/> | ||
{{{Players}}}<br/> | Weight: {{{Weight}}}<br/> | ||
{{{Players}}} Players<br/> | |||
</span> | </span> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Displays information about a game", | |||
"format": "block", | |||
"params": { | |||
"Game Name": { | |||
"label": "Game Name", | |||
"description": "The name of the game", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Creator": { | |||
"label": "Creator", | |||
"description": "The name of the creator", | |||
"type": "string" | |||
}, | |||
"Publisher": { | |||
"label": "Published By", | |||
"description": "The name of the publishing company", | |||
"type": "string" | |||
}, | |||
"Genre": { | |||
"label": "Genre", | |||
"description": "One or more genres the game fits in", | |||
"type": "string" | |||
}, | |||
"Players": { | |||
"label": "Players", | |||
"description": "The number of players the game allows", | |||
"type": "string" | |||
}, | |||
"Weight": { | |||
"label": "Weight", | |||
"description": "The complexity of the game", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Game Name", | |||
"Creator", | |||
"Publisher", | |||
"Genre", | |||
"Players", | |||
"Weight" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 04:37, 4 February 2023
{{{Game Name}}}
Creator: {{{Creator}}}
Publisher: {{{Publisher}}}
Genre:{{{Genre}}}
Weight: {{{Weight}}}
{{{Players}}} Players
Displays information about a game
Parameter | Description | Type | Status | |
---|---|---|---|---|
Game Name | Game Name | The name of the game | String | required |
Creator | Creator | The name of the creator | String | optional |
Published By | Publisher | The name of the publishing company | String | optional |
Genre | Genre | One or more genres the game fits in | String | optional |
Players | Players | The number of players the game allows | String | optional |
Weight | Weight | The complexity of the game | String | optional |