Jump to content

Template:Infobox crop

From StepHarvest Wiki
Revision as of 18:27, 11 June 2026 by Admin (talk | contribs) (Add description, trellis, special fields)

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=
}}
  • 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.