Template:Infobox crop
Appearance
This template defines the table "crops". View table. Infobox for crop pages. Parameter names map 1:1 to the game's data fields so a future bulk sync from the game database stays mechanical. All balance numbers belong in these parameters, not in prose, since values are tuned live.
Data is also stored in the Cargo table crops, so listing pages ("all spring crops") can be queries instead of hand maintained tables.
Usage
{{Infobox crop
|id=parsnip
|name=Parsnip
|image=Parsnip
|seed={{ItemLink|Parsnip Seeds|icon=Parsnip seeds}}
|seasons=spring
|growth_days=2
|regrowth_days=
|step_cost_plant=35
|sell_price=55
|description=A humble root vegetable. Quick and reliable.
|trellis=
|special=
}}
imagedefaults to the page name, and the image row only renders when the file exists.seasonstakes a comma separated list, for examplespring, fall.trellisandspecialare flags: passyesor leave empty.- Leave any unknown parameter empty and its row is hidden.