Jump to content

Template:Infobox crop

From StepHarvest Wiki
Revision as of 14:52, 11 June 2026 by Admin (talk | contribs) (Initial StepHarvest theme setup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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=Parsnip Seeds
|seasons=spring
|growth_days=4
|regrowth_days=
|step_cost_plant=80
|sell_price=35
|sell_price_silver=44
|sell_price_gold=52
|sell_price_pristine=70
}}
  • image defaults to the page name, and the image row only renders when the file exists.
  • seasons takes a comma separated list, for example spring, fall.
  • Leave any unknown parameter empty and its row is hidden.