Rigormorphis (talk | contribs) (Add TemplateData to make infobox work with visual editor) Tag: 2017 source edit |
Rigormorphis (talk | contribs) mNo edit summary Tag: 2017 source edit |
||
Line 20: | Line 20: | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
=== Syntax === | |||
{{Infobox | <pre>{{Infobox game | ||
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| creators = | | creators = | ||
| players = | | players = | ||
| link = | | link = | ||
| appears_in = | | appears_in = | ||
}}</pre> | |||
=== Example === | |||
{{Infobox game | |||
| title = World Wide Wrestling | |||
| image = | |||
| caption = | |||
| creators = Nathan D. Paoletta | |||
| players = 3-9 | |||
| link = [https://ndpdesign.com/wwwrpg Official site] | |||
| appears_in = [[The Grapplers Down at Promenade Arena]] | |||
}} | }} | ||
</pre> | <pre>{{Infobox game | ||
| title = World Wide Wrestling | |||
| image = | |||
| caption = | |||
| creators = Nathan D. Paoletta | |||
| players = 3-9 | |||
| link = [https://ndpdesign.com/wwwrpg Official site] | |||
| appears_in = [[The Grapplers Down at Promenade Arena]] | |||
}}</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 81: | Line 100: | ||
"suggested": true | "suggested": true | ||
} | } | ||
} | }, | ||
"description": "This template can be used to create an infobox for an RPG that has been played on the show." | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Infoboxes]]</noinclude> | [[Category:Infoboxes]]</noinclude> |
Revision as of 14:55, 23 November 2023
Syntax
{{Infobox game | title = | image = | caption = | creators = | players = | link = | appears_in = }}
Example
{{Infobox game | title = World Wide Wrestling | image = | caption = | creators = Nathan D. Paoletta | players = 3-9 | link = [https://ndpdesign.com/wwwrpg Official site] | appears_in = [[The Grapplers Down at Promenade Arena]] }}
This template can be used to create an infobox for an RPG that has been played on the show.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the game
| Content | required |
Image | image | Game cover art
| String | optional |
Caption | caption | Image caption
| Content | optional |
Creator(s) | creators | Creator(s) of the game
| Content | suggested |
Players | players | Number of players the game is designed for
| Content | optional |
Link | link | External link to the game
| Content | suggested |
Appears In | appears_in | Episodes, arcs, or seasons of Friends at the Table where the game is played
| Content | suggested |