Difference between revisions of "Template:Gamefeature"
Jump to navigation
Jump to search
Cws 01studio (talk | contribs) |
Cws 01studio (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| style="vertical-align: top;padding: 10px;max-width: 256px;" | {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | | style="vertical-align: top;padding: 10px;max-width: 256px;" | {{#if: {{{description|}}}|{{{description}}}|''None yet...''}} | ||
|- | |- | ||
− | | {{#if: {{{development|}}}|Development: {{{development}}} | + | | {{#if: {{{development|}}}|Development: {{loading_bar |
− | | {{#if: {{{gameplay|}}}|Gameplay: {{{gameplay}}} | + | | width = 40% |
+ | | percent = {{{development}}} | ||
+ | }}|Development: {{loading_bar | ||
+ | | width = 40% | ||
+ | | percent = 0 | ||
+ | }}}} | ||
+ | | {{#if: {{{gameplay|}}}|Gameplay: {{loading_bar | ||
+ | | width = 40% | ||
+ | | percent = {{{gameplay}}} | ||
+ | }}|Gameplay: {{loading_bar | ||
+ | | width = 40% | ||
+ | | percent = 0 | ||
+ | }}}} | ||
|}<noinclude> | |}<noinclude> | ||
{{documentation}} | {{documentation}} |