Jump to content

Template:Infobox crop

From StepHarvest Wiki
Revision as of 18:41, 11 June 2026 by Admin (talk | contribs) (Drop internal id, clarify instant sell section, fix stray empty paragraphs)
(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
|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=
}}
  • sell_price is the raw base value from the game data. Per quality store payouts are computed by Module:StepHarvest from the universal quality multipliers, never enter them by hand.
  • 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.
  • trellis and special are flags: pass yes or leave empty.
  • Leave any unknown parameter empty and its row is hidden.