Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
(Created page with "<noinclude> {{Portal:New_Genesis/WpnHeader}} </noinclude> <tr> <td class="text-center">{{Rarity|{{{rarity}}}}}</td> <td>File:{{#replace: {{#replace: {{{1}}}| |}}|'|}}|center...")
 
Line 9: Line 9:
 
<td>
 
<td>
 
<ul class="ml-2 mr-2 wpn-max mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
 
<ul class="ml-2 mr-2 wpn-max mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
{{#if: {{{SATK|}}}|<li>{{icons|S-ATK|}} {{{SATK|}}}</li>|}}<!--
+
{{#if: {{{SATK|}}}|<li>{{icons|NGS S-ATK|}} {{{SATK|}}}</li>|}}<!--
  
-->{{#if: {{{RATK|}}}|<li>{{icons|R-ATK|}} {{{RATK|}}}</li>|}}<!--
+
-->{{#if: {{{RATK|}}}|<li>{{icons|NGS R-ATK|}} {{{RATK|}}}</li>|}}<!--
  
-->{{#if: {{{TATK|}}}|<li>{{icons|T-ATK|}} {{{TATK|}}}</li>|}}
+
-->{{#if: {{{TATK|}}}|<li>{{icons|NGS T-ATK|}} {{{TATK|}}}</li>|}}
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td>
 
<td>
 
<ul class="ml-2 mr-2 wpn-max mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
 
<ul class="ml-2 mr-2 wpn-max mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
{{#if: {{{SMAX|}}}|<li>{{icons|S-ATK|}} {{{SMAX|}}}</li>|}}<!--
+
{{#if: {{{SMAX|}}}|<li>{{icons|NGS S-ATK|}} {{{SMAX|}}}</li>|}}<!--
  
-->{{#if: {{{RMAX|}}}|<li>{{icons|R-ATK|}} {{{RMAX|}}}</li>|}}<!--
+
-->{{#if: {{{RMAX|}}}|<li>{{icons|NGS R-ATK|}} {{{RMAX|}}}</li>|}}<!--
  
-->{{#if: {{{TMAX|}}}|<li>{{icons|T-ATK|}} {{{TMAX|}}}</li>|}}
+
-->{{#if: {{{TMAX|}}}|<li>{{icons|NGS T-ATK|}} {{{TMAX|}}}</li>|}}
 
</ul>
 
</ul>
 
</td>
 
</td>

Revision as of 09:47, 9 February 2021

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

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

  • {{{req}}}

{{{2}}}

{{{3}}}

{{{4}}}

{{{5}}}

Documentation

This is intended to be use used on NGS pages, and has been modified to include a column for the base amount of affix slots.

{{Template:Portal:New_Genesis/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
| Base affix slots
| 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
{{Template:Portal:New_Genesis/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}}
| 2
| {{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.