Template:Weather: Difference between revisions
Template page
More actions
Aurelianus (talk | contribs) m Changed protection settings for "Template:Weather": Administrator-only Weather record schema ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Aurelianus (talk | contribs) Remove Roblox asset ID and Lua key from weather data |
||
| Line 2: | Line 2: | ||
_table=Weathers | _table=Weathers | ||
|Name={{{name|{{PAGENAME}}}}} | |Name={{{name|{{PAGENAME}}}}} | ||
|Type={{{type|Standard}}} | |Type={{{type|Standard}}} | ||
|Effect={{{effect|None}}} | |Effect={{{effect|None}}} | ||
|LuckFactor={{{luck factor|1}}} | |LuckFactor={{{luck factor|1}}} | ||
| Line 18: | Line 16: | ||
<div class="hw-infobox-badge">{{{type|Standard}}} weather</div> | <div class="hw-infobox-badge">{{{type|Standard}}} weather</div> | ||
<div class="hw-infobox-heading">Weather Data</div> | <div class="hw-infobox-heading">Weather Data</div> | ||
<div class="hw-infobox-row"><div class="hw-infobox-label">Luck</div><div class="hw-infobox-value">×{{{luck factor|1}}}</div></div> | <div class="hw-infobox-row"><div class="hw-infobox-label">Luck</div><div class="hw-infobox-value">×{{{luck factor|1}}}</div></div> | ||
<div class="hw-infobox-heading">Effect</div> | <div class="hw-infobox-heading">Effect</div> | ||
| Line 28: | Line 24: | ||
_table=Weathers | _table=Weathers | ||
|Name=String | |Name=String | ||
|Type=String | |Type=String | ||
|Effect=String | |Effect=String | ||
|LuckFactor=Float | |LuckFactor=Float | ||
| Line 41: | Line 35: | ||
{{Weather | {{Weather | ||
| name = Storm | | name = Storm | ||
| type = Standard | | type = Standard | ||
| effect = 2x Luck | | effect = 2x Luck | ||
| luck factor = 2 | | luck factor = 2 | ||
Latest revision as of 13:16, 27 July 2026
This template defines the table "Weathers". View table. This template stores and displays one centralized weather record.
Usage
{{Weather
| name = Storm
| type = Standard
| effect = 2x Luck
| luck factor = 2
| description = A powerful standard weather event.
}}