Jump to content

Form:Build: Difference between revisions

From Megabonk Wiki
Created page with "<div class="build-form-container"> {{{for template|Build|store on save}}} <fieldset> <legend>Basic Information</legend> {{{field|BuildName|label=Build Name|placeholder=e.g., Ultimate Fire Crit Build}}} {{{field|Author|label=Your Name/Nickname|placeholder=Your in-game name or wiki username}}} {{{field|Goal|input type=select|options=Endless, Tier 3 Clear, AFK Farm, Speedrun, Other}}} {{{field|PatchVersion|label=Game Version (Patch)|placeholder=e.g., 1.0..."
 
No edit summary
 
(49 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="build-form-container">
__NOINDEX__
{{{for template|Build|store on save}}}
{{{info
<fieldset>
|page name=<Build[PlayerCharacter]>_Builds/<Build[BuildName]>
    <legend>Basic Information</legend>
|edit content model=wikitext
    {{{field|BuildName|label=Build Name|placeholder=e.g., Ultimate Fire Crit Build}}}
}}}
    {{{field|Author|label=Your Name/Nickname|placeholder=Your in-game name or wiki username}}}
    {{{field|Goal|input type=select|options=Endless, Tier 3 Clear, AFK Farm, Speedrun, Other}}}
    {{{field|PatchVersion|label=Game Version (Patch)|placeholder=e.g., 1.0.7}}}
</fieldset>


<fieldset>
{{{for template|Build}}}
    <legend>Equipment Selection</legend>
; Build Name:
    <p>You can select multiple options. Start typing to search for an item.</p>
{{{field|BuildName|input type=text|mandatory|placeholder=A short, descriptive name for your build}}}
    <div class="form-columns">
        <div class="form-column">
            <h4>Weapons (Default: {{{templateparam|StartingWeapon}}})</h4>
            {{{field|Weapons|input type=tokens|values from category=Weapons|delimiter=,}}}
        </div>
        <div class="form-column">
            <h4>Tomes</h4>
            {{{field|Tomes|input type=tokens|values from category=Tomes|delimiter=,}}}
        </div>
    </div>
    <div class="form-full-width">
        <h4>Items</h4>
        {{{field|Items|input type=tokens|values from category=Items|delimiter=,}}}
    </div>
</fieldset>


<fieldset>
; Character:
    <legend>Strategy Guide</legend>
{{{field|PlayerCharacter|input type=combobox|values from category=Characters|default=Fox}}}
    {{{field|Strategy|input type=textarea|rows=8|placeholder=Explain how to play this build. What are the priorities? What are the key synergies?}}}
</fieldset>


{{{field|PlayerCharacter|hidden}}}
; Author:
{{{field|StartingWeapon|hidden}}}
{{{field|Author|input type=text|default={{REVISIONUSER}}}}}
{{{field|PageName|hidden|default={{{target|}}}}}


{{{standard input|summary}}}
; Summary image (optional):
{{{standard input|save|label=Submit Build}}}
{{{field|SummaryImage
|input type=upload
|label=Summary image (optional)
|destination namespace=File
|allowed file types=png,jpg,jpeg,webp
|display=yes
}}}
 
; Starting Weapon:
{{{field|StartingWeapon|input type=combobox|values from category=Weapons}}}
 
; Weapon 2:
{{{field|Weapon2|input type=combobox|values from category=Weapons}}}
; Weapon  3:
{{{field|Weapon3|input type=combobox|values from category=Weapons}}}
; Weapon 4:
{{{field|Weapon4|input type=combobox|values from category=Weapons}}}
 
; Tome 1:
{{{field|Tome1|input type=combobox|values from category=Tomes}}}
; Tome 2:
{{{field|Tome2|input type=combobox|values from category=Tomes}}}
; Tome 3:
{{{field|Tome3|input type=combobox|values from category=Tomes}}}
; Tome 4:
{{{field|Tome4|input type=combobox|values from category=Tomes}}}
 
; Item 1:
{{{field|Item1|input type=combobox|values from category=Items}}}
; Item 2:
{{{field|Item2|input type=combobox|values from category=Items}}}
; Item 3:
{{{field|Item3|input type=combobox|values from category=Items}}}
; Item 4:
{{{field|Item4|input type=combobox|values from category=Items}}}
; Item 5:
{{{field|Item5|input type=combobox|values from category=Items}}}
; Item 6:
{{{field|Item6|input type=combobox|values from category=Items}}}
 
; Strategy (optional):
{{{field|Strategy|input type=textarea|rows=10|cols=90}}}
{{{end template}}}
{{{end template}}}
</div>
 
{{{standard input|save}}} {{{standard input|preview}}}

Latest revision as of 13:40, 5 October 2025

page name=<Build[PlayerCharacter]>_Builds/<Build[BuildName]>


Build

Build Name

BuildName

Character

PlayerCharacter

Author

Author

Summary image (optional)

SummaryImage


Starting Weapon

StartingWeapon

Weapon 2

Weapon2

Weapon 3

Weapon3

Weapon 4

Weapon4

Tome 1

Tome1

Tome 2

Tome2

Tome 3

Tome3

Tome 4

Tome4

Item 1

Item1

Item 2

Item2

Item 3

Item3

Item 4

Item4

Item 5

Item5

Item 6

Item6

Strategy (optional)

Strategy {{{end template}}}

save preview