Template:Food: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
No edit summary |
||
(21 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <noinclude>{{Rfd|Template is unused}}</noinclude><includeonly> | ||
{| class="Infobox" | |||
|- | |||
! colspan="2" class="Header" | {{PAGENAME}} | |||
|- | |||
| colspan="2" class="HeaderImage" | [[file:{{PAGENAME}}.png]] | |||
|- | |||
! colspan="2" class="SubHeader" | Stats | |||
|- | |||
{{#if: {{{effect|}}} | | |||
! Effect | |||
{{!}} {{{effect}}} }} | |||
|- | |||
{{#if: {{{consume|}}} | | |||
! Consume | |||
{{!}} {{{consume}}} }} | |||
|- | |||
{{#if: {{{cooldown|}}} | | |||
! Cooldown | |||
{{!}} {{{cooldown}}} }} | |||
|- | |||
! colspan="2" class="SubHeader" | Other | |||
|- | |||
{{#if: {{{sellprice|}}} | | |||
! Sell Price | |||
{{!}} {{Coindisplay | {{{sellprice}}} }} }} | |||
|- | |||
! Type | |||
| {{{type}}} | |||
|- | |||
! class="LastTable" | Source | |||
| {{{source|Unobtainable}}} | |||
|} | |||
{{#seo: | |||
|image={{PAGENAME}}.png | |||
|description=Type: {{{type}}} | |||
{{#if: {{{effect|}}}|Effect: {{{effect}}} }}{{#if: {{{consume|}}}|Consumed: {{{consume}}} }}{{#if: {{{cooldown|}}}|Cooldown: {{{cooldown}}}}} | |||
}} | |||
[[Category:Food]] | |||
[[Category:{{{type}}}s]] | |||
</includeonly> | </includeonly> | ||
Line 31: | Line 44: | ||
Usage | Usage | ||
<pre>{{Food | <pre>{{Food | ||
|}</pre> | |type=example | ||
|effect=example (like healing from health food or the bonus from boost foods) | |||
|consume=example (under what circumstances food is consumed) | |||
|cooldown=example (for health food) | |||
|sellprice=example | |||
|source=example | |||
}}</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 23:37, 13 June 2024
Usage
{{Food |type=example |effect=example (like healing from health food or the bonus from boost foods) |consume=example (under what circumstances food is consumed) |cooldown=example (for health food) |sellprice=example |source=example }}