Jump to content

Form:Build: Difference between revisions

From Megabonk Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!-- ===================== Form:Build (final, INFO ON TOP) ===================== -->
<div class="build-form-container">
 
{{{info
|create title={{#replace:{{{field|PlayerCharacter|no display}}}| |_}}_Builds/{{{field|BuildName|no display}}}
|edit content model=wikitext
}}}
 
{{{for template|Build}}}
{{{for template|Build}}}
; Build Name:
<fieldset>
{{{field|BuildName|input type=text|mandatory|placeholder=Crit Revolver / Aura}}}
    <legend>Basic Information</legend>
 
    {{{field|BuildName|label=Build Name|placeholder=e.g., Ultimate Fire Crit Build}}}
; Character:
    <!-- Author ve Tarih alanları şablon tarafından otomatik doldurulduğu için burada olmalarına gerek yok -->
{{{field|PlayerCharacter|input type=dropdown
</fieldset>
|values=Fox,CL4NK,Sir Oofie,Calcium,Megachad,Robinette,Ogre,Ninja,Athena,Monke,Dicehead,Tony,Bush
|default=Fox}}}
 
; Author (optional):
{{{field|Author|input type=text|default={{REVISIONUSER}}}}}
 
; Starting Weapon:
{{{field|StartingWeapon|input type=text|placeholder=Fire Staff}}}
 
; Weapon 2:
{{{field|Weapon2|input type=text|placeholder=Aura}}}
 
; Weapon 3:
{{{field|Weapon3|input type=text|placeholder=Bananarang}}}
 
; Weapon 4:
{{{field|Weapon4|input type=text|placeholder=Revolver}}}
 
; Tome 1:
{{{field|Tome1|input type=text|placeholder=Quantity}}}
 
; Tome 2:
{{{field|Tome2|input type=text|placeholder=Damage}}}
 
; Tome 3:
{{{field|Tome3|input type=text|placeholder=Precision}}}
 
; Tome 4:
{{{field|Tome4|input type=text|placeholder=Luck}}}
 
; Item 1:
{{{field|Item1|input type=text|placeholder=Clover}}}
 
; Item 2:
{{{field|Item2|input type=text|placeholder=Gym Sauce}}}
 
; Item 3:
{{{field|Item3|input type=text|placeholder=Idle Juice}}}


; Item 4:
<fieldset>
{{{field|Item4|input type=text|placeholder=... (leave blank if unused)}}}
    <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>


; Item 5:
<fieldset>
{{{field|Item5|input type=text|placeholder=... (leave blank if unused)}}}
    <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>


; Item 6:
<!-- Gizli Alanlar -->
{{{field|Item6|input type=text|placeholder=... (leave blank if unused)}}}
{{{field|PlayerCharacter|hidden}}}
{{{field|StartingWeapon|hidden}}}


; Strategy (optional):
{{{standard input|summary}}}
{{{field|Strategy|input type=textarea|rows=10|cols=90
{{{standard input|save|label=Submit Build}}}
|placeholder=Early → mid → boss plan, shrines/vendors priorities, tips...}}}
{{{end template}}}
{{{end template}}}
 
</div>
{{{standard input|save}}} {{{standard input|preview}}}

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}}}