Template:Traits/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 38: Line 38:
"label": "MP Usage",
"label": "MP Usage",
"type": "number",
"type": "number",
            "description": "The template returns an error if you specify the multiplier argument (such as mp1) while this field is empty.",
"description": "The template returns an error if you specify the multiplier argument (such as mp1) while this field is empty.",
"suggested": true
"suggested": true
},
},
Line 44: Line 44:
"label": "Cooldown",
"label": "Cooldown",
"type": "number",
"type": "number",
            "description": "The template returns an error if you specify the multiplier argument (such as cd1) while this field is empty.",
"description": "The template returns an error if you specify the multiplier argument (such as cd1) while this field is empty.",
"suggested": true
"suggested": true
},
},
        "mp_pvp": {
"mp_pvp": {
"label": "MP Usage (PvP)",
"label": "MP Usage (PvP)",
"type": "number"
"type": "number"
Line 55: Line 55:
"type": "number"
"type": "number"
},
},
        "mp_enhanced": {
"mp_enhanced": {
"label": "MP Usage (Final Enhanced)",
"label": "MP Usage (Final Enhanced)",
"type": "number"
"type": "number"
Line 85: Line 85:
"duration": {
"duration": {
"label": "Duration",
"label": "Duration",
            "description": "The template returns an error if you specify the multiplier argument (such as duration1) while this field is empty.",
"description": "The template returns an error if you specify the multiplier argument (such as duration1) while this field is empty.",
"type": "number"
"type": "number"
},
},
        "duration_pvp": {
"duration_pvp": {
"label": "Duration (PvP)",
"label": "Duration (PvP)",
"type": "number"
"type": "number"
},
},
        "duration_enhanced": {
"duration_enhanced": {
"label": "Duration (Final Enhanced)",
"label": "Duration (Final Enhanced)",
"type": "number"
"type": "number"
Line 135: Line 135:
"type": "string"
"type": "string"
},
},
        "detail1_trait1_pvp": {
"detail1_trait1_pvp": {
"label": "Trait 1 Detail 1 (PvP)",
"label": "Trait 1 Detail 1 (PvP)",
"description": "Custom detail field. (While undocumented, you can generate more than 2 fields)",
"description": "Custom detail field. (While undocumented, you can generate more than 2 fields)",
Line 155: Line 155:
"type": "string"
"type": "string"
},
},
        "detail1_trait1_enhanced": {
"detail1_trait1_enhanced": {
"label": "Trait 1 Detail 1 (Final Enhanced)",
"label": "Trait 1 Detail 1 (Final Enhanced)",
"description": "Custom detail field. (While undocumented, you can generate more than 2 fields)",
"description": "Custom detail field. (While undocumented, you can generate more than 2 fields)",
Line 207: Line 207:
},
},
"description": "A template used to generate a tabular information section about a skill's traits.",
"description": "A template used to generate a tabular information section about a skill's traits.",
"format": "block"
"format": "block",
"paramOrder": [
"1",
"2",
"3",
"mp",
"cd",
"mp_pvp",
"cd_pvp",
"mp_enhanced",
"cd_enhanced",
"mp1",
"mp2",
"cd1",
"cd2",
"duration",
"duration_pvp",
"duration_enhanced",
"desc1_trait1",
"desc1_trait2",
"desc2_trait1",
"desc2_trait2",
"detail1_trait1",
"detail2_trait1",
"detail1_trait2",
"detail2_trait2",
"detail1_trait1_pvp",
"detail2_trait1_pvp",
"detail1_trait2_pvp",
"detail2_trait2_pvp",
"detail1_trait1_enhanced",
"detail2_trait1_enhanced",
"detail1_trait2_enhanced",
"detail2_trait2_enhanced",
"header1_trait1",
"header2_trait1",
"header1_trait2",
"header2_trait2",
"duration1",
"duration2"
]
}
}
</templatedata>
</templatedata>