Template:Infobox Party Pack: Difference between revisions
UnrulyJuli3 (talk | contribs) Create Party Pack infobox |
UnrulyJuli3 (talk | contribs) Website is line, add website example |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
{{#if:{{{logo|}}}|<tr> | {{#if:{{{logo|}}}|<tr> | ||
<td colspan="2" class="infobox-image"> | <td colspan="2" class="infobox-image"> | ||
[[File:{{{logo}}}|center|frameless|200x100px|{{{ | [[File:{{{logo}}}|center|frameless|200x100px|{{{name}}} logo]] | ||
</td> | </td> | ||
</tr>}} | </tr>}} | ||
| Line 16: | Line 16: | ||
{{InfoboxField|Genre|{{{genre|}}}}} | {{InfoboxField|Genre|{{{genre|}}}}} | ||
{{InfoboxField|Website|{{{website|}}}}} | {{InfoboxField|Website|{{{website|}}}}} | ||
</table> | </table><noinclude><templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"label": "Party Pack title", | |||
"required": true, | |||
"example": "The Jackbox Party Pack 7", | |||
"type": "line" | |||
}, | |||
"logo": { | |||
"label": "Pack logo", | |||
"type": "wiki-file-name" | |||
}, | |||
"developer": { | |||
"label": "Developer", | |||
"type": "string" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"type": "string" | |||
}, | |||
"releasedate": { | |||
"label": "Release date", | |||
"type": "string" | |||
}, | |||
"releaseprice": { | |||
"label": "Release price", | |||
"type": "line" | |||
}, | |||
"numberofplayers": { | |||
"label": "Number of players", | |||
"type": "line" | |||
}, | |||
"platforms": { | |||
"label": "Platforms", | |||
"type": "string" | |||
}, | |||
"languages": { | |||
"label": "Languages", | |||
"type": "string" | |||
}, | |||
"genre": { | |||
"label": "Genre", | |||
"type": "string" | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"example": "[https://jackboxgames.com/games jackboxgames.com]", | |||
"type": "line" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> | |||
Latest revision as of 02:53, 30 August 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Party Pack title | name | no description
| Line | required |
| Pack logo | logo | no description | File | optional |
| Developer | developer | no description | String | optional |
| Publisher | publisher | no description | String | optional |
| Release date | releasedate | no description | String | optional |
| Release price | releaseprice | no description | Line | optional |
| Number of players | numberofplayers | no description | Line | optional |
| Platforms | platforms | no description | String | optional |
| Languages | languages | no description | String | optional |
| Genre | genre | no description | String | optional |
| Website | website | no description
| Line | optional |