Difference between revisions of "Template:FoodPane"
Vitvitcher (talk | contribs) (Undo revision 379 by Vitvitcher (talk)) (Tag: Undo) |
Vitvitcher (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | <div class="sidePane" style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: #fff; padding: 10px;"> |
| − | + | <div style="font-weight: bold; text-align: center;">{{{name}}}</div> | |
| − | | | + | [[Image:{{{img}}}|center|64px]] |
| − | | | + | {|class = "wikitable center" |
| − | | | + | |+ |
| − | |weight | + | !Description |
| − | | | + | |{{{description}}} |
| − | | | + | |- |
| − | |usable | + | !Effect |
| − | | | + | |{{{effect}}} |
| − | |use_on_field | + | |- |
| − | | | + | !Weight |
| − | |tradeable | + | |{{{weight}}} |
| − | |dropable | + | |- |
| + | !Buy for | ||
| + | |{{{buy_value}}} | ||
| + | |- | ||
| + | !Sell for | ||
| + | |{{{sell_value}}} | ||
| + | |- | ||
| + | !Rarity | ||
| + | |{{{rarity}}} | ||
| + | |- | ||
| + | !Usable | ||
| + | |{{{usable}}} | ||
| + | |- | ||
| + | !Self-use only | ||
| + | |{{{self_only}}} | ||
| + | |- | ||
| + | !Can use on field | ||
| + | |{{{use_on_field}}} | ||
| + | |- | ||
| + | !Tradeable | ||
| + | |{{{tradeable}}} | ||
| + | |- | ||
| + | !Dropable | ||
| + | |{{{dropable}}} | ||
| + | |- | ||
| + | |} | ||
| + | </div> | ||
| + | <noinclude> | ||
| + | ==Here is a template for copying== | ||
| + | <pre>{{FoodPane | ||
| + | |name= | ||
| + | |img= | ||
| + | |description= | ||
| + | |effect= | ||
| + | |weight= | ||
| + | |buy_value= | ||
| + | |sell_value= | ||
| + | |rarity= | ||
| + | |usable= | ||
| + | |self_only= | ||
| + | |use_on_field= | ||
| + | |tradeable= | ||
| + | |dropable= | ||
}} | }} | ||
| + | </pre> | ||
| + | </noinclude> | ||
Latest revision as of 03:30, 11 July 2021
{{{name}}}
[[Image:{{{img}}}|center|64px]]
| Description | {{{description}}} |
|---|---|
| Effect | {{{effect}}} |
| Weight | {{{weight}}} |
| Buy for | {{{buy_value}}} |
| Sell for | {{{sell_value}}} |
| Rarity | {{{rarity}}} |
| Usable | {{{usable}}} |
| Self-use only | {{{self_only}}} |
| Can use on field | {{{use_on_field}}} |
| Tradeable | {{{tradeable}}} |
| Dropable | {{{dropable}}} |
Here is a template for copying[edit]
{{FoodPane
|name=
|img=
|description=
|effect=
|weight=
|buy_value=
|sell_value=
|rarity=
|usable=
|self_only=
|use_on_field=
|tradeable=
|dropable=
}}