Template:GameInfo: Difference between revisions
From Connors Amazing Wikis
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<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>< | <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/> | ||
{{{Weight}}} | Weight: {{{Weight}}}<br/> | ||
{{{Players}}} Players<br/> | |||
</span> | </span> | ||
</div> | </div> |
Revision as of 04:42, 1 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 |