Main Page

Difference between revisions of "Template:Weapon"

From Arks-Visiphone
Jump to navigation Jump to search
(Undo revision 7791 by ArksOp (talk))
Line 1: Line 1:
{| class="wikitable" style="float:right; color:white; background-color:#1d3c45; width:400px"
+
<noinclude>
    |colspan=6 style="background-color:#146987" |<center>'''{{{EnglishName}}}'''</center>
+
This is the "Weapons" template.
 +
It should be called in the following format:
 +
<pre>
 +
{{Weapons
 +
|EnglishName=
 +
|JapaneseName=
 +
|Rarity=
 +
|ReqValue=
 +
|ReqStat=
 +
|WeaponType=
 +
|Classes=
 +
|SATK+0=
 +
|SATK+10=
 +
|RATK+0=
 +
|RATK+10=
 +
|TATK+0=
 +
|TATK+10=
 +
|GrindCost=
 +
|AttributeCost=
 +
|AffixCost=
 +
}}
 +
</pre>
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>{| class="wikitable"
 +
! English name
 +
| [[English name::{{{EnglishName|}}}]]
 
|-
 
|-
  |colspan=6|<center>{{{JapaneseName}}}<br>{{{SEAName}}}</center>
+
! Japanese name
 +
| [[Japanese name::{{{JapaneseName|}}}]]
 
|-
 
|-
    |colspan=6|<center>{{{Image}}}</center>
+
! Rarity
 +
| [[Rarity::{{{Rarity|}}}]]
 
|-
 
|-
    |colspan=1|<center>'''Rarity: {{{Rarity}}}'''</center>
+
! Stats requirement
    |colspan=3|<center>'''Req: '''{{{ReqValue}}} {{Icons|{{{ReqStat}}}}}</center>
+
| [[Stats requirement::{{{ReqValue|}}}]]  
    |colspan=2|<center>'''Type: [[Simple {{{WeaponType}}} List|{{{WeaponType}}}]]'''</center>
 
 
|-
 
|-
    |colspan=6|'''Classes: {{{Classes}}}'''
+
! Stats type
 +
| {{#arraymap:{{{ReqStat|}}}|,|x|[[Stats type::x]]}}
 
|-
 
|-
    |colspan=6 style="background-color:#146987"|<center>'''Statistics'''</center>
+
! Weapon type
 +
| [[Weapon type::{{{WeaponType|}}}]]
 
|-
 
|-
    |style="width:24%"|<center>'''Stats'''</center>
+
! Classes
    |style="width:11%"|<center>'''+0'''</center>
+
| [[Classes::{{{Classes|}}}]]
    |style="width:11%"|<center>'''+10'''</center>
 
    |style="width:4%" rowspan=4|
 
    |style="width:25%"|<center>'''Operation'''</center>
 
    |style="width:25%"|<center>'''Cost'''</center>
 
 
|-
 
|-
    |<center>''S-ATK''</center>
+
! SATK+0
    |<center>{{{SATK+0}}}</center>
+
| [[S-ATK at grind 0::{{{SATK+0|}}}]]
    |<center><span style="color:gold;">{{{SATK+10}}}</span></center>
 
    |<center>Grind</center>
 
    |<center>{{{GrindCost}}}</center>
 
 
|-
 
|-
    |<center>''R-ATK''</center>
+
! SATK+10
    |<center>{{{RATK+0}}}</center>
+
| [[S-ATK at grind 10::{{{SATK+10|}}}]]
    |<center><span style="color:gold;">{{{RATK+10}}}</span></center>
 
    |<center>Attribute</center>
 
    |<center>{{{AttributeCost}}}</center>
 
 
|-
 
|-
    |<center>''T-ATK''</center>
+
! RATK+0
    |<center>{{{TATK+0}}}</center>
+
| [[R-ATK at grind 0::{{{RATK+0|}}}]]
    |<center><span style="color:gold;">{{{TATK+10}}}</span></center>
 
    |<center>Affix</center>
 
    |<center>{{{AffixCost}}}</center>
 
 
|-
 
|-
    {{#if:{{{Properties|}}}|{{Weapon/properties|{{{Properties}}}}}|}}
+
! RATK+10
    {{#if:{{{Potential|}}}|{{Weapon/potential|{{{Potential}}}}}|}}
+
| [[R-ATK at grind 10::{{{RATK+10|}}}]]
    {{#if:{{{Potential2|}}}|{{Weapon/potential|{{{Potential2}}}}}|}}
+
|-
    {{#if:{{{Potential3|}}}|{{Weapon/potential|{{{Potential3}}}}}|}}
+
! TATK+0
 +
| [[T-ATK at grind 0::{{{TATK+0|}}}]]
 +
|-
 +
! TATK+10
 +
| [[T-ATK at grind 10::{{{TATK+10|}}}]]
 +
|-
 +
! Grind cost
 +
| [[Grind cost::{{{GrindCost|}}}]]
 +
|-
 +
! Attribute cost
 +
| [[Attribute cost::{{{AttributeCost|}}}]]
 +
|-
 +
! Affix cost
 +
| [[Affix cost::{{{AffixCost|}}}]]
 
|}
 
|}
 +
 +
[[Category:Weapons]]
 +
</includeonly>

Revision as of 00:24, 2 March 2016

This is the "Weapons" template. It should be called in the following format:

{{Weapons
|EnglishName=
|JapaneseName=
|Rarity=
|ReqValue=
|ReqStat=
|WeaponType=
|Classes=
|SATK+0=
|SATK+10=
|RATK+0=
|RATK+10=
|TATK+0=
|TATK+10=
|GrindCost=
|AttributeCost=
|AffixCost=
}}

Edit the page to see the template text.