Difference between revisions of "Template:GameIntro"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add TemplateCase usage) |
m (todo) |
||
Line 77: | Line 77: | ||
{{#ifeq: {{{isDLC|n}}} | n | {{TemplateCase||[[Category:Projects]]}}}}</includeonly><noinclude> | {{#ifeq: {{{isDLC|n}}} | n | {{TemplateCase||[[Category:Projects]]}}}}</includeonly><noinclude> | ||
== Usage == | == Usage == | ||
+ | {{TODO| | ||
+ | * Update template so it has an extra parameter for introduced with e.g. GVI Template | ||
+ | * Add support for premium content | ||
+ | * Add support for supporting content | ||
+ | * Add support for free platform updates or free content}} | ||
{{<nowiki/>GameIntro|'''''image'''''|'''''size'''''|'''''intro'''''|'''''feature''#'''|'''''gallery''#'''|'''''dlc''#'''|'''''start''#'''|'''''social''#'''|'''''isDLC'''''}} | {{<nowiki/>GameIntro|'''''image'''''|'''''size'''''|'''''intro'''''|'''''feature''#'''|'''''gallery''#'''|'''''dlc''#'''|'''''start''#'''|'''''social''#'''|'''''isDLC'''''}} | ||
* image: Image displayed on the top right | * image: Image displayed on the top right |
Revision as of 13:27, 5 February 2021
Usage
TODO {{GameIntro|image|size|intro|feature#|gallery#|dlc#|start#|social#|isDLC}}
- image: Image displayed on the top right
- size: (optional, default 250) Size of image in px
- intro: A short summary of what the game is about
- feature#: (Optional) A list of features (# in range 1..20)
- gallery#: (Optional) Images displayed at the bottom of the page (# in range 1..4)
- dlc#: (Optional) Available DLCs (# in range 1..13)
- start#: (Optional) A list with "getting started" pages (# in range 1..7)
- social#: (Optional) Links to social media (# in range 1..5)
- isDLC: (Optional, default n) Enter y if it is a DLC. This will prevent Projects from being added to the page
Template