|
|
(25 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <noinclude>
| | {{{info |
| {{#cargo_declare: | | |page name=<Build[PlayerCharacter]>_Builds/<Build[BuildName]> |
| _table=builds | | |edit content model=wikitext |
| |Page=Page | | }}} |
| |PlayerCharacter=String
| |
| |BuildName=String
| |
| |Author=String
| |
| |CreatedAt=Date
| |
| |StartingWeapon=Page
| |
| |Weapon2=Page |Weapon3=Page |Weapon4=Page
| |
| |Tome1=Page |Tome2=Page |Tome3=Page |Tome4=Page
| |
| |Item1=Page |Item2=Page |Item3=Page |Item4=Page |Item5=Page |Item6=Page
| |
| |Strategy=Text
| |
| }}
| |
| </noinclude><includeonly>{{#cargo_store:_table=builds
| |
| |Page={{FULLPAGENAME}} | |
| |PlayerCharacter={{{PlayerCharacter|}}}
| |
| |BuildName={{{BuildName|{{PAGENAME}}}}}
| |
| |Author={{{Author|{{REVISIONUSER}}}}}
| |
| |CreatedAt={{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}
| |
| |StartingWeapon={{{StartingWeapon|}}}
| |
| |Weapon2={{{Weapon2|}}} |Weapon3={{{Weapon3|}}} |Weapon4={{{Weapon4|}}}
| |
| |Tome1={{{Tome1|}}} |Tome2={{{Tome2|}}} |Tome3={{{Tome3|}}} |Tome4={{{Tome4|}}}
| |
| |Item1={{{Item1|}}} |Item2={{{Item2|}}} |Item3={{{Item3|}}}
| |
| |Item4={{{Item4|}}} |Item5={{{Item5|}}} |Item6={{{Item6|}}}
| |
| |Strategy={{{Strategy|}}}
| |
| }} | |
|
| |
|
| <div class="build-layout-container">
| | {{{for template|Build}}} |
| <div class="build-layout-top-row">
| | ; Build Name: |
| <div class="build-col build-col-left">
| | {{{field|BuildName|input type=text|mandatory|placeholder=A short, descriptive name for your build}}} |
| <h3 class="build-col-title">💎 Items</h3>
| | |
| <div class="build-icon-grid">
| | ; Character: |
| {{#if:{{{Item1|}}}|{{ItemIcon|{{{Item1}}}}}}}
| | {{{field|PlayerCharacter|input type=combobox|values from category=Characters|default=Fox}}} |
| {{#if:{{{Item2|}}}|{{ItemIcon|{{{Item2}}}}}}}
| | |
| {{#if:{{{Item3|}}}|{{ItemIcon|{{{Item3}}}}}}}
| | ; Author (optional): |
| {{#if:{{{Item4|}}}|{{ItemIcon|{{{Item4}}}}}}}
| | {{{field|Author|input type=text|default={{REVISIONUSER}}}}} |
| {{#if:{{{Item5|}}}|{{ItemIcon|{{{Item5}}}}}}}
| | |
| {{#if:{{{Item6|}}}|{{ItemIcon|{{{Item6}}}}}}}
| | ; Starting Weapon: |
| </div>
| | {{{field|StartingWeapon|input type=combobox|values from category=Weapons}}} |
| </div>
| | |
| <div class="build-col build-col-center">
| | ; Weapon 2: |
| [[File:{{{PlayerCharacter}}}.png|180px|link={{{PlayerCharacter}}}|class=build-character-image]]
| | {{{field|Weapon2|input type=combobox|values from category=Weapons}}} |
| <div class="build-title">{{{BuildName|{{PAGENAME}}}}}</div>
| | ; Weapon 3: |
| <div class="build-author">By: {{{Author|{{REVISIONUSER}}}}}</div>
| | {{{field|Weapon3|input type=combobox|values from category=Weapons}}} |
| <div class="build-voting-area"><vote /></div>
| | ; Weapon 4: |
| </div>
| | {{{field|Weapon4|input type=combobox|values from category=Weapons}}} |
| <div class="build-col build-col-right">
| | |
| <h3 class="build-col-title">📖 Tomes</h3>
| | ; Tome 1: |
| <div class="build-icon-grid">
| | {{{field|Tome1|input type=combobox|values from category=Tomes}}} |
| {{#if:{{{Tome1|}}}|{{ItemIcon|{{{Tome1}}}}}}}
| | ; Tome 2: |
| {{#if:{{{Tome2|}}}|{{ItemIcon|{{{Tome2}}}}}}}
| | {{{field|Tome2|input type=combobox|values from category=Tomes}}} |
| {{#if:{{{Tome3|}}}|{{ItemIcon|{{{Tome3}}}}}}}
| | ; Tome 3: |
| {{#if:{{{Tome4|}}}|{{ItemIcon|{{{Tome4}}}}}}}
| | {{{field|Tome3|input type=combobox|values from category=Tomes}}} |
| </div>
| | ; Tome 4: |
| </div>
| | {{{field|Tome4|input type=combobox|values from category=Tomes}}} |
| </div>
| | |
| <div class="build-layout-bottom-row">
| | ; Item 1: |
| <h3 class="build-col-title">⚔️ Weapons</h3>
| | {{{field|Item1|input type=combobox|values from category=Items}}} |
| <div class="build-icon-grid-horizontal">
| | ; Item 2: |
| {{#if:{{{StartingWeapon|}}}|{{ItemIcon|{{{StartingWeapon}}}}}}}
| | {{{field|Item2|input type=combobox|values from category=Items}}} |
| {{#if:{{{Weapon2|}}}|{{ItemIcon|{{{Weapon2}}}}}}}
| | ; Item 3: |
| {{#if:{{{Weapon3|}}}|{{ItemIcon|{{{Weapon3}}}}}}}
| | {{{field|Item3|input type=combobox|values from category=Items}}} |
| {{#if:{{{Weapon4|}}}|{{ItemIcon|{{{Weapon4}}}}}}}
| | ; Item 4: |
| </div>
| | {{{field|Item4|input type=combobox|values from category=Items}}} |
| </div>
| | ; Item 5: |
| <div role="main" class="build-strategy">
| | {{{field|Item5|input type=combobox|values from category=Items}}} |
| <h2>Build Strategy & Guide</h2>
| | ; Item 6: |
| {{{Strategy|No strategy guide provided.}}}
| | {{{field|Item6|input type=combobox|values from category=Items}}} |
| </div>
| | |
| </div>
| | ; Strategy (optional): |
| [[Category:Builds]]
| | {{{field|Strategy|input type=textarea|rows=10|cols=90}}} |
| [[Category:Builds/{{{PlayerCharacter|Unknown}}}]]
| | {{{end template}}} |
| </includeonly>
| | |
| | {{{standard input|save}}} {{{standard input|preview}}} |
page name=<Build[PlayerCharacter]>_Builds/<Build[BuildName]>
Build
- Build Name
BuildName
- Character
PlayerCharacter
- Author (optional)
Author
- 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