Main Page

User:Kamil118/template WpnRow3

From Arks-Visiphone
< User:Kamil118
Revision as of 16:56, 9 April 2021 by Kamil118 (talk | contribs) (Created page with "<noinclude> {{WpnHeader}} </noinclude> <tr> <td class="text-center">{{Rarity|{{{rarity}}}}}</td> <td>[[File:{{#replace: {{#replace: {{{1}}}| |}}|'|}}|center|64px|link=]]</td>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon Name Req. Base MAX Properties Class Drop Info
[[File:{{{1}}}|center|64px|link=]]

[[{{{name}}}]]
{{{jpnname}}}

  • {{{req}}}

{{{2}}}

{{{3}}}

{{{4}}}

Key design principles to remember:

Keep compatibility with WpnRow3

Enable multi-region compatibility

Documentation

{{WpnRow2
| rarity  = Rarity Number
| Filename with extension  
| name    = English patch name
| jpnname = Japanese name
| req     = Weapon Requirement
| SATK    = Base S-ATK
| RATK    = Base R-ATK
| TATK    = Base T-ATK
| SMAX    = Max S-ATK
| RMAX    = Max R-ATK
| TMAX    = Max T-ATK
| Weapon properties
| Classes the weapon supports
| Drop locations & other info
}}

How to use

Can be used vertically or horizontally. The ATK and MAX values do not need to be all filled out, just what they have. See the example below.

Example:

Vertical configuration
{{WpnRow2
| rarity=13
| UIItemVortexGeselle.png
| name = Vortex Geselle
| jpnname = ヴォルテクスゲゼル
| req = {{icons|S-ATK}} 920
| SATK = 1652
| SMAX = 2230
| {{Pots|Katana Vortex}}<br>Supported SSAs: {{icons|SSA 1}}
| {{icons|Braver}}{{icons|Phantom}}
| Lv.91+ Shiva<br>Divide Quest Exchange
}}

Horizontal configuration
{{WpnRow2|rarity=13|UIItemVortexGeselle.png|name=Vortex Geselle|jpnname=ヴォルテクスゲゼル|req={{icons|S-ATK}} 920|SATK=1652|SMAX=2230|{{Pots|Katana Vortex}}<br>Supported SSAs: {{icons|SSA 1}}|{{icons|Braver}}{{icons|Phantom}}|Lv.91+ Shiva<br>Divide Quest Exchange}}

See User:SynthSy/weaponrow for a demo on how it looks.