Template:Infobox crop: Difference between revisions
From Everafter Falls Wiki
mNo edit summary |
trying out a separate cargo entry for seeds |
||
| Line 24: | Line 24: | ||
|Amt5=0 | |Amt5=0 | ||
|Season={{#arraydefine:season|{{#if:{{{summer|}}}|Summer,}}{{#if:{{{autumn|}}}|Autumn,}}{{#if:{{{winter|}}}|Winter,}}{{#if:{{{spring|}}}|Spring}}|,|unique}}{{#ifeq:{{#arraysize:season}}|4|All|{{#arrayprint:season| · }}}} | |Season={{#arraydefine:season|{{#if:{{{summer|}}}|Summer,}}{{#if:{{{autumn|}}}|Autumn,}}{{#if:{{{winter|}}}|Winter,}}{{#if:{{{spring|}}}|Spring}}|,|unique}}{{#ifeq:{{#arraysize:season}}|4|All|{{#arrayprint:season| · }}}} | ||
|GrowthTime={{{growth|0}}} | |||
|RegrowthTime={{{regrowth|0}}} | |||
|BuyPrice={{{buy|0}}} | |||
|SellPrice={{{sell|}}} | |||
|SoldAt={{{store|Not sold}}} | |||
|Rarity={{{rarity|}}} | |||
|SpawnSummer={{{summer|0}}} | |||
|SpawnAutumn={{{autumn|0}}} | |||
|SpawnWinter={{{winter|0}}} | |||
|SpawnSpring={{{spring|0}}} | |||
}} | |||
{{#cargo_store: | |||
_table=Items | |||
|Name={{{seed_name|{{{name|{{PAGENAME}}}}} Seeds}}} | |||
|Image={{{seed_name|{{{name|{{PAGENAME}}}}} Seeds}}}.png | |||
|Description= | |||
|Type=Seed | |||
|Source= | |||
|Collection= | |||
|Machine=0 | |||
|Mat1=0 | |||
|Amt1=0 | |||
|Mat2=0 | |||
|Amt2=0 | |||
|Mat3=0 | |||
|Amt3=0 | |||
|Mat4=0 | |||
|Amt4=0 | |||
|Mat5=0 | |||
|Amt5=0 | |||
|GrowthTime={{{growth|0}}} | |GrowthTime={{{growth|0}}} | ||
|RegrowthTime={{{regrowth|0}}} | |RegrowthTime={{{regrowth|0}}} | ||
| Line 34: | Line 64: | ||
|SpawnWinter={{{winter|0}}} | |SpawnWinter={{{winter|0}}} | ||
|SpawnSpring={{{spring|0}}} | |SpawnSpring={{{spring|0}}} | ||
}} }}<!-- | |Misc={{{name|{{PAGENAME}}}}} | ||
}} | |||
}}<!-- | |||
Revision as of 14:53, 7 March 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. |
Description
This template is used to create infoboxes on individual crop and flower pages and store data in Special:CargoTables/Items.
The template also assigns categories based on the type parameter.
Syntax
{{Infobox crop
|name =
|description =
|type =
|collection =
|growth =
|regrowth =
|harvest_amt =
|store =
|buy =
|sell =
|seed_rarity =
|summer =
|autumn =
|winter =
|spring =
}}
- collection should be one of these:
- Vegetable Crops · Berries · Crop Fruits · Flowers
- growth and regrowth should be number of days only
- harvest_amt is how many items are produced per harvest
- seed_rarity is the drop rarity value of seeds for chest and pigeon drops; omit if you don't know the number and place the stub template on the page so it gets filled in later
- sell should be number only, no icons or other symbols
- store is unformatted name of the store (e.g. Freya's)
- But please format the price in buy field how you would like it to be displayed in the infobox
- Season parameters can have any value. Simply omit the seasons that do not apply.