Template:Herb: Difference between revisions
Template page
More actions
Aurelianus (talk | contribs) Convert Herb to centralized Cargo record template |
Aurelianus (talk | contribs) Handle empty Herb preference values cleanly |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
_table=Herbs | _table=Herbs | ||
|Name={{{name|{{PAGENAME}}}}} | |Name={{{name|{{PAGENAME}}}}} | ||
| | |HerbCode={{{key|}}} | ||
|Rarity={{{rarity|Unknown}}} | |Rarity={{{rarity|Unknown}}} | ||
|Location={{{location|Unknown}}} | |Location={{{location|Unknown}}} | ||
| Line 13: | Line 13: | ||
|DegreeRange={{{degree range|}}} | |DegreeRange={{{degree range|}}} | ||
|PreferredCrystals={{{preferred crystals|}}} | |PreferredCrystals={{{preferred crystals|}}} | ||
|PreferredWeather={{{preferred weather|}}} | |||
|PreferredTimeOfDay={{{preferred time of day|}}} | |||
|PreferredYear={{{preferred year|}}} | |||
|Description={{{description|}}} | |Description={{{description|}}} | ||
}} | }} | ||
| Line 27: | Line 30: | ||
<div class="hw-infobox-row"><div class="hw-infobox-label">Rarity</div><div class="hw-infobox-value">{{{rarity|Unknown}}}</div></div> | <div class="hw-infobox-row"><div class="hw-infobox-label">Rarity</div><div class="hw-infobox-value">{{{rarity|Unknown}}}</div></div> | ||
<div class="hw-infobox-row"><div class="hw-infobox-label">Preferred Crystals</div><div class="hw-infobox-value">{{#arraymap:{{{preferred crystals|}}}|;|crystal|[[crystal]]|, }}</div></div> | <div class="hw-infobox-row"><div class="hw-infobox-label">Preferred Crystals</div><div class="hw-infobox-value">{{#arraymap:{{{preferred crystals|}}}|;|crystal|[[crystal]]|, }}</div></div> | ||
<div class="hw-infobox-heading">Growing Preferences</div> | |||
<div class="hw-infobox-row"><div class="hw-infobox-label">Preferred Weather</div><div class="hw-infobox-value"><span class="hw-preference-value">{{#arraymap:{{{preferred weather|}}}|;|weather|[[weather]]|, }}</span><span class="hw-preference-none">None</span></div></div> | |||
<div class="hw-infobox-row"><div class="hw-infobox-label">Preferred Time of Day</div><div class="hw-infobox-value"><span class="hw-preference-value">{{{preferred time of day|}}}</span><span class="hw-preference-none">None</span></div></div> | |||
<div class="hw-infobox-row"><div class="hw-infobox-label">Preferred Year</div><div class="hw-infobox-value"><span class="hw-preference-value">{{{preferred year|}}}</span><span class="hw-preference-none">None</span></div></div> | |||
<div class="hw-infobox-heading">Gathering Profile</div> | <div class="hw-infobox-heading">Gathering Profile</div> | ||
<div class="hw-infobox-row"><div class="hw-infobox-label">Weight</div><div class="hw-infobox-value">{{{weight|—}}}</div></div> | <div class="hw-infobox-row"><div class="hw-infobox-label">Weight</div><div class="hw-infobox-value">{{{weight|—}}}</div></div> | ||
| Line 40: | Line 47: | ||
_table=Herbs | _table=Herbs | ||
|Name=String | |Name=String | ||
| | |HerbCode=String | ||
|Rarity=String | |Rarity=String | ||
|Location=Page | |Location=Page | ||
| Line 51: | Line 58: | ||
|DegreeRange=Integer | |DegreeRange=Integer | ||
|PreferredCrystals=List (;) of Page | |PreferredCrystals=List (;) of Page | ||
|PreferredWeather=List (;) of Page | |||
|PreferredTimeOfDay=String | |||
|PreferredYear=String | |||
|Description=Text | |Description=Text | ||
}} | }} | ||
| Line 63: | Line 73: | ||
| rarity = Common | | rarity = Common | ||
| preferred crystals = Flame Crystal | | preferred crystals = Flame Crystal | ||
| preferred weather = Storm | |||
| preferred time of day = Night | |||
| preferred year = Year 1 | |||
| weight = 100 | | weight = 100 | ||
| speed = 1.5 | | speed = 1.5 | ||
Latest revision as of 13:42, 27 July 2026
This template defines the table "Herbs". View table. This template stores and displays one centralized herb record.
Usage
{{Herb
| name = Crimson Sun Grass
| key = CrimsonSun
| location = Vast World
| rarity = Common
| preferred crystals = Flame Crystal
| preferred weather = Storm
| preferred time of day = Night
| preferred year = Year 1
| weight = 100
| speed = 1.5
| attack rate = 1
| average size = 0.5
| size range = 0.2
| average price = 15
| degree range = 30
| description = A common herb found in Vast World.
}}