Main Page

Difference between revisions of "Template:Portal:New Genesis/WpnRow2"

From Arks-Visiphone
Jump to navigation Jump to search
(Add minimum width to name column)
(and to drop sources too)
Line 62: Line 62:
 
<td class="text-center"><p class="wpn-affixslots mobile-text-fix">{{icons|NGS Ability}} × {{{affixslots}}}</p></td>
 
<td class="text-center"><p class="wpn-affixslots mobile-text-fix">{{icons|NGS Ability}} × {{{affixslots}}}</p></td>
 
<td class="text-center"><p class="wpn-class mobile-text-fix">{{{class}}}</p></td>
 
<td class="text-center"><p class="wpn-class mobile-text-fix">{{{class}}}</p></td>
<td class="text-center"><p class="wpn-drop mobile-text-fix">{{{drops}}}</p></td>
+
<td class="text-center" style="min-width: 200px;"><p class="wpn-drop mobile-text-fix">{{{drops}}}</p></td>
 
</tr>
 
</tr>
 
<noinclude>
 
<noinclude>

Revision as of 21:24, 3 May 2021

Icon Name Req. +0 +40 +50 +60 +70 +80 Properties Base Affix Slots Class Drop Info
[[File:{{{icon}}}|center|64px|link=]]

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

{{{req}}}

Ability (NGS) × {{{affixslots}}}

{{{class}}}

{{{drops}}}

Documentation

This is intended to be used on NGS pages, and has been modified to include a column for the base amount of affix slots. The original template was made by SynthSy.

{{Template:Portal:New_Genesis/WpnRow2
| rarity  = Rarity Number
| icon    = 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
| SDEF    = Base S-DEF
| RDEF    = Base R-DEF
| TDEF    = Base T-DEF
| SATKMAX = Max S-ATK
| RATKMAX = Max R-ATK
| TATKMAX = Max T-ATK
| SDEFMAX = Max S-DEF
| RDEFMAX = Max R-DEF
| TDEFMAX = Max T-DEF
| POT     = Potential
| SSA     = SSAs
| HP      = HP
| PP      = PP
| FIRRES  = Fire Resistance
| ICERES  = Ice Resistance
| LNGRES  = Lightning Resistance
| WNDRES  = Wind Resistance
| LITRES  = Light Resistance
| DRKRES  = Dark Resistance
| affixslots = Base affix slots
| drops   = 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
{{Template:Portal:New_Genesis/WpnRow2
| rarity=1
| icon=UIItemIceLead.png
| name = Prim Armor
| jpnname = プリムアーマ
| req=Lv.1
| SDEF=8
| SDEFMAX=?
| POT={{Pots|Katana Vortex}}
| SSA=Supported SSAs: {{icons|SSA 1}}
| affixslots=2
| drops=Lv.91+ Shiva<br>Divide Quest Exchange
}}

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

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