Template:Seed infobox

From Little-Known Galaxy Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:Seed_infobox/doc.

Infobox for seeds in the game

Related Modules, Templates, or Tables:

Syntax

{{Seed infobox
<!-- These items are only needed if override from default is appropriate. -->
|name        = Item name (default is PAGENAME)
|image       = Image name.png (default is PAGENAME.png)
|description = Description (default uses the description template and PAGENAME)

<!-- Merchant Data -->
|sellValue   = Sell value of the item. (integer)

<!-- Item Data -->
|itemCategory = Seeds
|itemType    = Type of item. (integer) [this will likely be 16]
|planet      = Name of the planet the ship must be orbiting to have these seeds show up in the store. (plain text string)
|produces    = Name of the normal crops that come from this seed. (plain text string, use ";" as a delimiter)
|treeSeed    = If this is a seed that sprouts a tree, mark as true. (boolean)

<!-- Growth Data -->
|growth      = Number of days for initial growth. (integer)
|maxHarvest  = Number of times the player can harvest the crop before reseeding. (integer)
|cropYield   = Average number of crops per harvest. (float)
|regrowth    = Number of days of growth after first harvest. (integer)
}}

Examples

Blueberry Seeds

Blueberry seeds.png
Plant these seeds in a planter to produce multiple blueberries. Takes 10 days to grow. Can harvest 3 times. Chance at extra blueberry per harvest.
Item Information
Category Seeds
Planet Iceladus.png Iceladus
Produces
Growth Information
Grow Days 10
Regrow Days 2
Max Harvest 3
Avg Yield 2.5
Merchant Information
Sell 33
{{Seed infobox
|sellValue   = 33
<!-- Item Data -->
|itemCategory = Seeds
|itemType    = 16
|planet      = Iceladus
|produces    = Blueberries;Radiated blueberries
<!-- Growth Data -->
|growth      = 10
|maxHarvest  = 3
|cropYield   = 2.5
|regrowth    = 2 }}

This template adds rows to the table "Items", which is declared by the template Item infobox/Cargo declare. View table.