Main Page
Difference between revisions of "Template:Weapon"
Jump to navigation
Jump to search
(Generated from a page schema) |
|||
Line 1: | Line 1: | ||
− | {| | + | <noinclude> |
− | + | This is the "Weapon" template. | |
+ | It should be called in the following format: | ||
+ | <pre> | ||
+ | {{Weapon | ||
+ | |EnglishName= | ||
+ | |JapaneseName= | ||
+ | |Rarity= | ||
+ | |ReqValue= | ||
+ | |ReqStat= | ||
+ | |Element= | ||
+ | |EleValue= | ||
+ | |WeaponType= | ||
+ | |Classes= | ||
+ | |SATK= | ||
+ | |SATK10= | ||
+ | |RATK= | ||
+ | |RATK10= | ||
+ | |TATK= | ||
+ | |TATK10= | ||
+ | |GrindCost= | ||
+ | |AttributeCost= | ||
+ | |AffixCost= | ||
+ | |Properties= | ||
+ | |PhotonArts= | ||
+ | |Potential= | ||
+ | |Potential2= | ||
+ | |Potential3= | ||
+ | |Description= | ||
+ | |Drop Info= | ||
+ | |Additional Info= | ||
+ | }} | ||
+ | </pre> | ||
+ | Edit the page to see the template text. | ||
+ | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | ||
+ | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ||
+ | |- | ||
+ | ! English name | ||
+ | | [[English name::{{{EnglishName|}}}]] | ||
+ | |- | ||
+ | ! Japanese name | ||
+ | | [[Japanese name::{{{JapaneseName|}}}]] | ||
+ | |- | ||
+ | ! Rarity | ||
+ | | [[Rarity::{{{Rarity|}}}]] | ||
+ | |- | ||
+ | ! Stats requirement | ||
+ | | [[Stats requirement::{{{ReqValue|}}}]] | ||
+ | |- | ||
+ | ! Stats type | ||
+ | | [[Stats type::{{{ReqStat|}}}]] | ||
+ | |- | ||
+ | ! Element | ||
+ | | [[Element::{{{Element|}}}]] | ||
+ | |- | ||
+ | ! Element percentage | ||
+ | | [[Element percentage::{{{EleValue|}}}]] | ||
+ | |- | ||
+ | ! Weapon type | ||
+ | | [[Weapon type::{{{WeaponType|}}}]] | ||
+ | |- | ||
+ | ! Classes | ||
+ | | {{#arraymap:{{{Classes|}}}|,|x|[[Classes::x]]}} | ||
|- | |- | ||
− | + | ! SATK+0 | |
+ | | [[SATK0::{{{SATK|}}}]] | ||
|- | |- | ||
− | + | ! SATK+10 | |
+ | | [[SATK10::{{{SATK10|}}}]] | ||
|- | |- | ||
− | + | ! RATK+0 | |
+ | | [[RATK0::{{{RATK|}}}]] | ||
|- | |- | ||
− | + | ! RATK+10 | |
− | + | | [[RATK10::{{{RATK10|}}}]] | |
− | |||
|- | |- | ||
− | + | ! TATK+0 | |
+ | | [[TATK0::{{{TATK|}}}]] | ||
|- | |- | ||
− | + | ! TATK+10 | |
+ | | [[TATK10::{{{TATK10|}}}]] | ||
+ | {{#if:{{{GrindCost|}}}| | ||
+ | {{!}}- | ||
+ | ! Grind cost | ||
+ | {{!}} [[Grind cost::{{{GrindCost|}}}]]}} | ||
|- | |- | ||
− | + | ! Attribute cost | |
+ | | [[Attribute cost::{{{AttributeCost|}}}]] | ||
|- | |- | ||
− | + | ! Affix cost | |
+ | | [[Affix cost::{{{AffixCost|}}}]] | ||
|- | |- | ||
− | + | ! Weapon properties | |
+ | | {{#arraymap:{{{Properties|}}}|,|x|[[Weapon properties::x]]}} | ||
|- | |- | ||
− | + | ! Photon arts | |
+ | | {{#arraymap:{{{PhotonArts|}}}|,|x|[[Weapon photon Arts::x]]}} | ||
|- | |- | ||
− | + | ! Weapon potential | |
+ | | [[Weapon potential::{{{Potential|}}}]] | ||
|- | |- | ||
− | + | ! Second weapon potential | |
+ | | [[Second weapon potential::{{{Potential2|}}}]] | ||
|- | |- | ||
− | + | ! Third weapon potential | |
− | + | | [[Third weapon potential::{{{Potential3|}}}]] | |
− | + | |- | |
+ | ! Description | ||
+ | | {{{Description|}}} | ||
+ | |- | ||
+ | ! Drop Info | ||
+ | | {{{Drop Info|}}} | ||
+ | |- | ||
+ | ! Additional Info | ||
+ | | {{{Additional Info|}}} | ||
|} | |} | ||
− | + | [[Category:Weapons]] | |
− | + | </includeonly> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category: | ||
− | </ |
Revision as of 09:13, 3 March 2016
This is the "Weapon" template. It should be called in the following format:
{{Weapon |EnglishName= |JapaneseName= |Rarity= |ReqValue= |ReqStat= |Element= |EleValue= |WeaponType= |Classes= |SATK= |SATK10= |RATK= |RATK10= |TATK= |TATK10= |GrindCost= |AttributeCost= |AffixCost= |Properties= |PhotonArts= |Potential= |Potential2= |Potential3= |Description= |Drop Info= |Additional Info= }}
Edit the page to see the template text.