Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
(Remove the attack type stat icon for now. There isn't any reason when attack type stats aren't a thing.)
(Reduce forced width of attack stat columns)
Line 8: Line 8:
 
<td class="text-center"><p class="wpn-req mobile-text-fix">{{{req}}}</p></td>
 
<td class="text-center"><p class="wpn-req mobile-text-fix">{{{req}}}</p></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: 30px;">
 
<!--{{#if: {{{ATK|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK|}}}</li>|?}}-->
 
<!--{{#if: {{{ATK|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK|}}}</li>|?}}-->
 
{{#if: {{{ATK|}}}|<li>{{{ATK|}}}</li>|?}}
 
{{#if: {{{ATK|}}}|<li>{{{ATK|}}}</li>|?}}
Line 14: Line 14:
 
</td>
 
</td>
 
<td>
 
<td>
<ul class="ml-2 mr-2 wpn-40 mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
+
<ul class="ml-2 mr-2 wpn-40 mobile-text-fix list-unstyled" style="margin: unset;width: 30px;">
 
<!--{{#if: {{{ATK40|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK40|}}}</li>|?}}-->
 
<!--{{#if: {{{ATK40|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK40|}}}</li>|?}}-->
 
{{#if: {{{ATK40|}}}|<li>{{{ATK40|}}}</li>|?}}
 
{{#if: {{{ATK40|}}}|<li>{{{ATK40|}}}</li>|?}}
Line 20: Line 20:
 
</td>
 
</td>
 
<td>
 
<td>
<ul class="ml-2 mr-2 wpn-50 mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
+
<ul class="ml-2 mr-2 wpn-50 mobile-text-fix list-unstyled" style="margin: unset;width: 30px;">
 
<!--{{#if: {{{ATK50|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK50|}}}</li>|?}}-->
 
<!--{{#if: {{{ATK50|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK50|}}}</li>|?}}-->
 
{{#if: {{{ATK50|}}}|<li>{{{ATK50|}}}</li>|?}}
 
{{#if: {{{ATK50|}}}|<li>{{{ATK50|}}}</li>|?}}
Line 26: Line 26:
 
</td>
 
</td>
 
<td>
 
<td>
<ul class="ml-2 mr-2 wpn-60 mobile-text-fix list-unstyled" style="margin: unset;width: 60px;">
+
<ul class="ml-2 mr-2 wpn-60 mobile-text-fix list-unstyled" style="margin: unset;width: 30px;">
 
<!--{{#if: {{{ATK60|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK60|}}}</li>|?}}-->
 
<!--{{#if: {{{ATK60|}}}|<li>{{icons|NGS ATK Outline|}} {{{ATK60|}}}</li>|?}}-->
 
{{#if: {{{ATK60|}}}|<li>{{{ATK60|}}}</li>|?}}
 
{{#if: {{{ATK60|}}}|<li>{{{ATK60|}}}</li>|?}}

Revision as of 19:51, 26 May 2023

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
| ATK     = Base ATK
| ATK40   = ATK at +40
| ATK50   = ATK at +50
| ATK60   = ATK at +60
| NGSPot  = Potential
| Elem    = Element
| SSA     = SSAs
| VarMin  = Minimum Damage Variance
| VarMin  = Maximum Damage Variance
| HP      = HP
| PP      = PP
| SATKPlus= Additional Striking Power
| RATKPlus= Additional Ranged Power
| TATKPlus= Additional Tech Power
| 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=?
| NGSPots={{NGSPots|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.