Template:Infobox furniture: 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|Furniture}}} |Source={{#if:{{{store|}}}|[[{{{store|}}}]]|{{{source|}}}}} |Rarity={{..."
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 10: Line 10:
|Description={{{description|}}}
|Description={{{description|}}}
|Type={{{type|Furniture}}}
|Type={{{type|Furniture}}}
|Source={{#if:{{{store|}}}|[[{{{store|}}}]]|{{{source|}}}}}
|Source={{#if:{{{store|}}}|[[{{{store|}}}]]|{{#if:{{{machine|}}}|[[{{{machine|}}}]]|{{{source|[[Furniture Catalogue]]}}}}}}}
|Rarity={{{rarity|}}}
|Rarity={{{rarity|0}}}
|Machine={{{machine|0}}}
|Machine={{{machine|0}}}
|Mat1={{{mat1|0}}}
|Mat1={{{mat1|0}}}
Line 25: Line 25:
|AmtCrafted={{{amt_crafted|1}}}
|AmtCrafted={{{amt_crafted|1}}}
|CraftTime={{{time|}}}
|CraftTime={{{time|}}}
|BuyPrice={{{buy|}}}
|BuyPrice={{{buy|0}}}
|SellPrice={{{sell|}}}
|SellPrice={{{sell|}}}
|SoldAt={{{store|}}}
|SoldAt={{{store|}}}
|StacksTo={{{stack|999}}}
|StacksTo={{{stack|999}}}
|Size={{{size|}}}
|Size={{{size|}}}
|Misc={{#if:{{{dyeable|}}}|Yes|No}}
|Misc={{{dyeable|No}}}
|Stats={{{placement|}}}
|Stats={{{placement|}}}
|Location={{{catalogue|0}}}
|Location={{{catalogue|0}}}
|Slot={{{slots|}}}
}} }}<!--
}} }}<!--


Line 47: Line 48:
</group>
</group>
<group>
<group>
    <data source="type"><label>Type</label></data>
    <data source="stack"><label>Stack size</label><default>999</default></data>
    <data source="source"><label>Source</label></data>
     <data source="store"><label>Sold at</label><format>[[{{{store|}}}]]</format></data>
     <data source="store"><label>Sold at</label><format>[[{{{store|}}}]]</format></data>
     <data source="stack"><label>Stack size</label><default>999</default></data>
     <data source="catalogue"><label>Catalogue</label><format>[[Furniture Catalogue|Furniture]] for 200{{coin}}</format></data>
</group>
</group>
<group>
<group>
Line 61: Line 65:
     <data source="placement"><label>Placement</label></data>
     <data source="placement"><label>Placement</label></data>
     <data source="size"><label>Size</label></data>
     <data source="size"><label>Size</label></data>
    <data source="slots"><label>Slots</label></data>
     <data source="dyeable"><label>Dyeable</label><default>No</default></data>
     <data source="dyeable"><label>Dyeable</label><default>No</default></data>
</group>
</group>

Latest revision as of 19:52, 27 April 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.