Form:Weather: Difference between revisions
From HarvestWiki
More actions
Aurelianus (talk | contribs) Remove Roblox asset ID and Lua key fields |
Improve structured-data editing experience |
||
| Line 1: | Line 1: | ||
<noinclude>This form creates and edits centralized Weather records.</noinclude><includeonly> | <noinclude>This form creates and edits centralized Weather records.</noinclude><includeonly> | ||
<div class="hw-form-shell"> | <div class="hw-form-shell"> | ||
{{{for template|Weather}}} | {{{for template|Weather}}} | ||
<h3>Identity</h3> | |||
<div class="hw-form-grid"> | <div class="hw-form-grid"> | ||
<div><strong>Name</strong>{{{field|name|input type=text|mandatory|restricted=sysop}}}</div> | <div><strong>Name</strong>{{{field|name|input type=text|mandatory|restricted=sysop}}}</div> | ||
<div><strong>Type</strong>{{{field|type|input type=dropdown|values=Standard,Special|mandatory|restricted=sysop}}}</div> | <div><strong>Type</strong>{{{field|type|input type=dropdown|values=Standard,Special|mandatory|restricted=sysop}}}</div> | ||
<div><strong>Color</strong>{{{field|color|input type=text|default=#c9a75f|restricted=sysop}}}</div> | |||
<div><strong>Icon asset ID</strong>{{{field|icon|input type=text|restricted=sysop}}}</div> | |||
<div class="hw-form-wide"><strong>Image wikitext</strong>{{{field|image|input type=text|placeholder=File:Example.png|restricted=sysop}}}</div> | |||
</div> | |||
<h3>Effect</h3> | |||
<div class="hw-form-grid"> | |||
<div><strong>Effect</strong>{{{field|effect|input type=text|restricted=sysop}}}</div> | <div><strong>Effect</strong>{{{field|effect|input type=text|restricted=sysop}}}</div> | ||
<div><strong>Luck factor</strong>{{{field|luck factor|input type=number|restricted=sysop}}}</div> | <div><strong>Luck factor</strong>{{{field|luck factor|input type=number|restricted=sysop}}}</div> | ||
| Line 11: | Line 17: | ||
</div> | </div> | ||
{{{end template}}} | {{{end template}}} | ||
<div class="hw-form-wide"><strong>Article content</strong>{{{standard input|free text|rows= | <div class="hw-form-wide"><strong>Article content</strong>{{{standard input|free text|rows=10|restricted=sysop}}}</div> | ||
<div class="hw-form-actions">{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}</div> | <div class="hw-form-actions">{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}</div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 22:18, 13 September 2026
This form creates and edits centralized Weather records.