Difference between revisions of "Template:Gamefeature"
Jump to navigation
Jump to search
Cws 01studio (talk | contribs) |
Cws 01studio (talk | contribs) |
||
Line 1: | Line 1: | ||
{| style="width: 600px;" class="wikitable" | {| style="width: 600px;" class="wikitable" | ||
| style="text-align:center;padding: 10px;width: 80px;" rowspan="4" | {{#if: {{{image|}}}|[[Image:{{{image}}}]]|[[Image:Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif]]}} | | style="text-align:center;padding: 10px;width: 80px;" rowspan="4" | {{#if: {{{image|}}}|[[Image:{{{image}}}]]|[[Image:Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif]]}} | ||
− | ! | + | ! Title |
− | |||
− | |||
|- | |- | ||
− | | {{#if: {{{ | + | | {{#if: {{{title|}}}|{{{description}}}|None}} |
− | |||
− | |||
|- | |- | ||
− | ! | + | ! Description |
|- | |- | ||
| colspan="3"| {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | | colspan="3"| {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | ||
Line 19: | Line 15: | ||
<pre> | <pre> | ||
{{gamefeature | {{gamefeature | ||
− | | | + | | image = |
− | | | + | | title = |
− | |||
− | |||
| description = | | description = | ||
}} | }} | ||
Line 28: | Line 22: | ||
===Parameters=== | ===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 | ; description : Description of the expertise, what is does and stuff | ||
Line 38: | Line 30: | ||
{{gamefeature | {{gamefeature | ||
| image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | | image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | ||
− | | | + | | title = Chickens |
− | + | | description = You must love all those chickens | |
− | | description = | ||
}} | }} | ||
</pre> | </pre> | ||
Line 46: | Line 37: | ||
{{gamefeature | {{gamefeature | ||
| image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | | image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | ||
− | | | + | | title = Chickens |
− | + | | description = You must love all those chickens | |
− | | description = | ||
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 07:24, 4 December 2019
Title | ||
---|---|---|
None | ||
Description | ||
None yet... |
Usage
{{gamefeature | image = | title = | description = }}
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
Example
{{gamefeature | image = Instagram_26fbf83fb074b52bc9b5a6a4453d7656.gif | title = Chickens | description = You must love all those chickens }}
Title | ||
---|---|---|
You must love all those chickens | ||
Description | ||
You must love all those chickens |