Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Herb: Difference between revisions

Template page
Use native image field fallback without ParserFunctions
Clean Cargo schema and editing workflow
 
Line 5: Line 5:
|Rarity={{{rarity|Unknown}}}
|Rarity={{{rarity|Unknown}}}
|Location={{{location|Unknown}}}
|Location={{{location|Unknown}}}
|Weight={{{weight|}}}
|Speed={{{speed|}}}
|Speed={{{speed|}}}
|AttackRate={{{attack rate|}}}
|AttackRate={{{attack rate|}}}
Line 23: Line 22:
<div class="hw-record-summary">{{{rarity|Unknown}}} herb · Documented in [[{{{location|Unknown}}}]]</div>
<div class="hw-record-summary">{{{rarity|Unknown}}} herb · Documented in [[{{{location|Unknown}}}]]</div>
</div>
</div>
<div class="hw-record-actions">[[Special:FormEdit/Herb/{{FULLPAGENAME}}|Edit record]] [{{fullurl:Special:MultiPageEdit|template=Herb&form=Herb}} Bulk edit herbs] [{{fullurl:{{FULLPAGENAME}}|action=delete}} Delete record]</div>
<div class="hw-infobox hw-herb-infobox hw-rarity-{{{rarity|Unknown}}}">
<div class="hw-infobox hw-herb-infobox hw-rarity-{{{rarity|Unknown}}}">
<div class="hw-infobox-title">{{{name|{{PAGENAME}}}}}</div>
<div class="hw-infobox-title">{{{name|{{PAGENAME}}}}}</div>
Line 38: Line 38:
<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-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">Speed</div><div class="hw-infobox-value">{{{speed|—}}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Speed</div><div class="hw-infobox-value">{{{speed|—}}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Attack Rate</div><div class="hw-infobox-value">{{{attack rate|—}}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Attack Rate</div><div class="hw-infobox-value">{{{attack rate|—}}}</div></div>
Line 53: Line 52:
|Rarity=String
|Rarity=String
|Location=Page
|Location=Page
|Weight=Integer
|Speed=Float
|Speed=Float
|AttackRate=Float
|AttackRate=Float
Line 66: Line 64:
|Description=Text
|Description=Text
}}
}}
This template stores and displays one centralized herb record.
This template stores and displays one centralized herb record. Herb weight is no longer part of the data model. The Preferred crystals field is the canonical source for the herb–crystal relationship.
 
== Usage ==
<pre>
{{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.
}}
</pre>
 
Set <code>| image = [[File:Example.png|frameless|600px]]</code> to display an uploaded file in the infobox. Leave it empty to show “No Picture Uploaded”.
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 22:04, 13 September 2026

This template defines the table "Herbs". View table. This template stores and displays one centralized herb record. Herb weight is no longer part of the data model. The Preferred crystals field is the canonical source for the herb–crystal relationship.