Difference between revisions of "Template:Gamefeature"
Jump to navigation
Jump to search
Cws 01studio (talk | contribs) |
Cws 01studio (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <div class="row wikitable"> | |
− | + | <div class="col-12">{{#if: {{{title|}}}|{{{title}}}|None}}</div> | |
− | + | </div> | |
− | + | <div class="row wikitable"> | |
− | + | <div class="col-12 col-md-6">{{#if: {{{image|}}}|[[Image:{{{image}}}]]|[[Image:Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif]]}}</div> | |
− | + | <div class="col-12 col-md-6">{{#if: {{{description|}}}|{{{description}}}|''None yet...''}}</div> | |
− | + | </div> | |
− | + | <div class="row wikitable"> | |
− | + | <div class="col-12 col-md-6">{{#if: {{{development|}}}|Development: {{{development}}}%|Development: 0%}}</div> | |
+ | <div class="col-12 col-md-6">{{#if: {{{gameplay|}}}|Gameplay: {{{gameplay}}}%|Gameplay: 0%}}</div> | ||
+ | </div> | ||
<noinclude> | <noinclude> | ||
{{-}} | {{-}} |
Revision as of 23:26, 5 December 2019
None
Development: 0%
Gameplay: 0%
Usage
{{gamefeature | image = | title = | description = | development = | gameplay = }}
Parameters
- image
- The animated image of the feature. Must be 256x256.
- title
- The title of the feature
- description
- Description of the feature
- development
- percentage of the decelopment
- gameplay
- percentage of the gameplay
Example
{{gamefeature | image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | title = Chickens | description = You must love all those chickens | development = 100 | gameplay = 50 }}
Chickens
Development: 100%
Gameplay: 50%