Form:Build: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <div class="build-form-container"> | ||
{{{for template|Build}}} | {{{for template|Build}}} | ||
<fieldset> | |||
{{{field|BuildName| | <legend>Basic Information</legend> | ||
{{{field|BuildName|label=Build Name|placeholder=e.g., Ultimate Fire Crit Build}}} | |||
<!-- Author ve Tarih alanları şablon tarafından otomatik doldurulduğu için burada olmalarına gerek yok --> | |||
</fieldset> | |||
<fieldset> | |||
{{{field|Item4|input type= | <legend>Equipment Selection</legend> | ||
<div class="form-columns"> | |||
<div class="form-column"> | |||
<h4>Weapons (Default: {{{templateparam|StartingWeapon}}})</h4> | |||
{{{field|Weapon2|input type=combobox|values from category=Weapons}}} | |||
{{{field|Weapon3|input type=combobox|values from category=Weapons}}} | |||
{{{field|Weapon4|input type=combobox|values from category=Weapons}}} | |||
</div> | |||
<div class="form-column"> | |||
<h4>Tomes</h4> | |||
{{{field|Tome1|input type=combobox|values from category=Tomes}}} | |||
{{{field|Tome2|input type=combobox|values from category=Tomes}}} | |||
{{{field|Tome3|input type=combobox|values from category=Tomes}}} | |||
{{{field|Tome4|input type=combobox|values from category=Tomes}}} | |||
</div> | |||
</div> | |||
<div class="form-full-width"> | |||
<h4>Items</h4> | |||
<div class="item-grid"> | |||
{{{field|Item1|input type=combobox|values from category=Items}}} | |||
{{{field|Item2|input type=combobox|values from category=Items}}} | |||
{{{field|Item3|input type=combobox|values from category=Items}}} | |||
{{{field|Item4|input type=combobox|values from category=Items}}} | |||
{{{field|Item5|input type=combobox|values from category=Items}}} | |||
{{{field|Item6|input type=combobox|values from category=Items}}} | |||
</div> | |||
</div> | |||
</fieldset> | |||
<fieldset> | |||
{{{field| | <legend>Strategy Guide</legend> | ||
{{{field|Strategy|input type=textarea|rows=8|placeholder=Explain how to play this build. What are the priorities? What are the key synergies?}}} | |||
</fieldset> | |||
<!-- Gizli Alanlar --> | |||
{{{field| | {{{field|PlayerCharacter|hidden}}} | ||
{{{field|StartingWeapon|hidden}}} | |||
{{{standard input|summary}}} | |||
{{{ | {{{standard input|save|label=Submit Build}}} | ||
{{{end template}}} | {{{end template}}} | ||
</div> | |||
Revision as of 13:41, 3 October 2025
Build <fieldset>
<legend>Basic Information</legend> BuildName
</fieldset>
<fieldset>
<legend>Equipment Selection</legend>
Weapons (Default: StartingWeapon)
Weapon2 Weapon3 Weapon4
Tomes
Tome1 Tome2 Tome3 Tome4
Items
Item1 Item2 Item3 Item4 Item5 Item6
</fieldset>
<fieldset>
<legend>Strategy Guide</legend> Strategy
</fieldset>
PlayerCharacter StartingWeapon
summary save {{{end template}}}