Template:Infobox misc: Difference between revisions

From Everafter Falls Wiki

Created page with "<noinclude>{{#cargo_attach:table=Items}}</noinclude><includeonly><!-- // Storing the inputs into the declared Cargo table --><!-- ifeq namespace check to prevent documentation examples being stored in CargoTable --> {{#ifeq: {{NAMESPACENUMBER}} | 0 | {{#cargo_store: _table=Items |Name={{{name|{{PAGENAME}}}}} |Image={{{name|{{PAGENAME}}}}}.png |Description={{{description|}}} |Type={{{type_cargo|{{{type|}}}}}} |Source={{{source|}}} |Location={{{location|}}} |Collection={{..."
 
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
|Image={{{name|{{PAGENAME}}}}}.png
|Image={{{name|{{PAGENAME}}}}}.png
|Description={{{description|}}}
|Description={{{description|}}}
|Type={{{type_cargo|{{{type|}}}}}}
|Type={{{type_cargo|{{{type|Misc}}}}}}
|Source={{{source|}}}
|Source={{{source|}}}{{#if:{{{store|}}}|[[{{{store|}}}]] for {{{buy|}}}}}
|Location={{{location|}}}
|Location={{{location|}}}
|Collection={{{collection|}}}
|Collection={{{collection|0}}}
|Season={{{season|}}}
|Size={{{size|}}}
|Size={{{size|}}}
|Rarity={{{rarity|}}}
|Rarity={{{rarity|}}}
|SellPrice={{{sell|}}}
|SellPrice={{{sell|}}}
|BuyPrice={{{buy|}}}
|Misc={{{drops|}}}
|Season={{{season|0}}}
|GrowthTime={{{growth|0}}}
|SoldAt={{{store|}}}
|StacksTo={{{stack|}}}
|Stats={{{effect|}}}
}}
}}
}}<!--
}}<!--
Line 35: Line 41:
     <data source="collection"><label>Collection</label><format>[[Museum#{{ucfirst:{{{collection|}}}}}|{{ucfirst:{{{collection|}}}}}]]</format></data>
     <data source="collection"><label>Collection</label><format>[[Museum#{{ucfirst:{{{collection|}}}}}|{{ucfirst:{{{collection|}}}}}]]</format></data>
     <data source="source"><label>Source</label></data>
     <data source="source"><label>Source</label></data>
    <data source="store"><label>Sold at</label><format>[[{{{store|}}}]]</format></data>
     <data source="size"><label>Size</label></data>
     <data source="size"><label>Size</label></data>
     <data source="hatches"><label>Hatches into</label></data>
     <data source="effect"><label>Effect</label></data>
    <data source="drops"><label>Drops</label></data>
    <data source="season"><label>Season</label></data>
    <data source="growth"><label>Growth time</label></data>
    <data source="stack"><label>Stack size</label></data>
</group>
</group>
<group layout="horizontal">
<group layout="horizontal">

Latest revision as of 21:00, 27 July 2025

This template adds rows to the table "Items", which is declared by the template Item declare. View table.

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.