Main Page
Difference between revisions of "Template:Weapon"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {| | + | <noinclude> |
− | + | 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|}}}]] | ||
|- | |- | ||
− | + | ! Japanese name | |
+ | | [[Japanese name::{{{JapaneseName|}}}]] | ||
|- | |- | ||
− | + | ! Rarity | |
+ | | [[Rarity::{{{Rarity|}}}]] | ||
|- | |- | ||
− | + | ! Stats requirement | |
− | + | | [[Stats requirement::{{{ReqValue|}}}]] | |
− | |||
|- | |- | ||
− | + | ! Stats type | |
+ | | {{#arraymap:{{{ReqStat|}}}|,|x|[[Stats type::x]]}} | ||
|- | |- | ||
− | + | ! Weapon type | |
+ | | [[Weapon type::{{{WeaponType|}}}]] | ||
|- | |- | ||
− | + | ! Classes | |
− | + | | [[Classes::{{{Classes|}}}]] | |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | + | ! SATK+0 | |
− | + | | [[S-ATK at grind 0::{{{SATK+0|}}}]] | |
− | |||
− | |||
− | |||
|- | |- | ||
− | + | ! SATK+10 | |
− | + | | [[S-ATK at grind 10::{{{SATK+10|}}}]] | |
− | |||
− | |||
− | |||
|- | |- | ||
− | + | ! RATK+0 | |
− | + | | [[R-ATK at grind 0::{{{RATK+0|}}}]] | |
− | |||
− | |||
− | |||
|- | |- | ||
− | + | ! RATK+10 | |
− | + | | [[R-ATK at grind 10::{{{RATK+10|}}}]] | |
− | + | |- | |
− | + | ! 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.