Template:Infobox crop: 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=Crop |Source=Farming |Collection={{{collection|}}} |Machine=0 |Mat1=0 |Amt1=0 |Mat2=0 |Amt2..." |
mNo edit summary |
||
| Line 37: | Line 37: | ||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<default> | <default>{{#tag:gallery| | ||
{{{name|{{PAGENAME}}}}}.png|Crop | {{{name|{{PAGENAME}}}}}.png|Crop | ||
{{{name|{{PAGENAME}}}}} Seeds.png|Seed packet | {{{name|{{PAGENAME}}}}} Seeds.png|Seed packet | ||
}}</default> | |||
</image> | </image> | ||
<group layout="horizontal"> | <group layout="horizontal"> | ||
Revision as of 21:54, 18 July 2024
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.