Difference between revisions of "Template:Gamefeature"
Jump to navigation
Jump to search
Cws 01studio (talk | contribs) |
Cws 01studio (talk | contribs) |
||
Line 5: | Line 5: | ||
| style="vertical-align: top;padding: 10px;" | {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | | style="vertical-align: top;padding: 10px;" | {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | ||
|- | |- | ||
− | | {{#if: {{{development|}}}|{{{development}}}|Development}} | + | | {{#if: {{{development|}}}|Development: {{{development}}}%|Development: 0%}} |
− | | {{#if: {{{gameplay|}}}|{{{gameplay}}}|Gameplay}} | + | | {{#if: {{{gameplay|}}}|Gameplay: {{{gameplay}}}%|Gameplay: 0%}} |
|}<noinclude> | |}<noinclude> | ||
{{-}} | {{-}} | ||
Line 27: | Line 27: | ||
; description : Description of the expertise, what is does and stuff | ; description : Description of the expertise, what is does and stuff | ||
; development : percentage of the decelopment | ; development : percentage of the decelopment | ||
− | ; gameplay : | + | ; gameplay : percentage of the gameplay |
==Example== | ==Example== | ||
Line 35: | Line 35: | ||
| title = Chickens | | title = Chickens | ||
| description = You must love all those chickens | | description = You must love all those chickens | ||
− | | development = | + | | development = 100 |
− | | gameplay = | + | | gameplay = 50 |
}} | }} | ||
</pre> | </pre> | ||
Line 44: | Line 44: | ||
| title = Chickens | | title = Chickens | ||
| description = You must love all those chickens | | description = You must love all those chickens | ||
− | | development = | + | | development = 100 |
− | | gameplay = | + | | gameplay = 50 |
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 07:35, 4 December 2019
None | |
---|---|
None yet... | |
Development: 0% | Gameplay: 0% |
Usage
{{gamefeature | image = | title = | description = | development = | gameplay = }}
Parameters
- image
- The minecraft texture id for the icon.
- title
- The building required to validate if any
- description
- Description of the expertise, what is does and stuff
- 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 | |
---|---|
You must love all those chickens | |
Development: 100% | Gameplay: 50% |