Template:GameInfo: Difference between revisions

From Connors Amazing Wikis
(Created page with "Name: {{{0}}} By: {{{1}}} Publisher: {{{2}}} Genres: {{{3}}} Players: {{{4}}}")
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Name: {{{0}}}
<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/>
By: {{{1}}}
<span style="font-size: small;">
Publisher: {{{2}}}
Creator: {{{Creator}}}<br/>
Genres: {{{3}}}
Publisher: {{{Publisher}}}<br/>
Players: {{{4}}}
Genre:{{{Genre}}}<br/>
Weight: {{{Weight}}}<br/>
{{{Players}}} Players<br/>
</span>
</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

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Game NameGame Name

The name of the game

Stringrequired
CreatorCreator

The name of the creator

Stringoptional
Published ByPublisher

The name of the publishing company

Stringoptional
GenreGenre

One or more genres the game fits in

Stringoptional
PlayersPlayers

The number of players the game allows

Stringoptional
WeightWeight

The complexity of the game

Stringoptional