Template:RecommendedItemInfoBox: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Shows recommended gear for a build in one table. Type names and stats; links are added automatically. Leave anything blank if you don’t know it.", | |||
"format": "block", | |||
"params": { | |||
"WeaponOneName": { | |||
"label": "Main Hand — Item name", | |||
"description": "Exact item name. The template will link it for you.", | |||
"type": "string", | |||
"example": "Spellthread Scepter" | |||
}, | |||
"WeaponOneMap": { | |||
"label": "Main Hand — Map", | |||
"description": "Where it drops or is bought. Use the map page name if you know it; otherwise leave blank.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"WeaponOneAttribute": { | |||
"label": "Main Hand — Attribute", | |||
"description": "Main stat line(s). You can use icons and links.", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"WeaponOneModifierOne": { | |||
"label": "Main Hand — Modifier 1", | |||
"description": "Short bonus you want to highlight (optional).", | |||
"type": "string", | |||
"example": "MATK %" | |||
}, | |||
"WeaponOneModifierTwo": { | |||
"label": "Main Hand — Modifier 2", | |||
"description": "Second short bonus (optional).", | |||
"type": "string", | |||
"example": "Cast Speed %" | |||
}, | |||
"WeaponOneCard1": { | |||
"label": "Main Hand — Card 1", | |||
"description": "First card. Weapons can have up to 4 cards.", | |||
"type": "string", | |||
"example": "Butterfly Fairy Card" | |||
}, | |||
"WeaponOneCard2": { | |||
"label": "Main Hand — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"WeaponOneCard3": { | |||
"label": "Main Hand — Card 3", | |||
"description": "Third card (optional).", | |||
"type": "string" | |||
}, | |||
"WeaponOneCard4": { | |||
"label": "Main Hand — Card 4", | |||
"description": "Fourth card (optional).", | |||
"type": "string" | |||
}, | |||
"WeaponTwoName": { | |||
"label": "Off-Hand — Item name", | |||
"description": "Exact item name. The template will link it for you.", | |||
"type": "string", | |||
"example": "Sun Emblem" | |||
}, | |||
"WeaponTwoMap": { | |||
"label": "Off-Hand — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"WeaponTwoAttribute": { | |||
"label": "Off-Hand — Attribute", | |||
"description": "Main stat line(s). Icons/links are fine.", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"WeaponTwoModifierOne": { | |||
"label": "Off-Hand — Modifier 1", | |||
"description": "Short bonus (optional).", | |||
"type": "string", | |||
"example": "HP %" | |||
}, | |||
"WeaponTwoModifierTwo": { | |||
"label": "Off-Hand — Modifier 2", | |||
"description": "Second short bonus (optional).", | |||
"type": "string", | |||
"example": "Healing Received %" | |||
}, | |||
"WeaponTwoCard1": { | |||
"label": "Off-Hand — Card 1", | |||
"description": "First card. Weapons can have up to 4 cards.", | |||
"type": "string", | |||
"example": "Sun Blossom Card" | |||
}, | |||
"WeaponTwoCard2": { | |||
"label": "Off-Hand — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"WeaponTwoCard3": { | |||
"label": "Off-Hand — Card 3", | |||
"description": "Third card (optional).", | |||
"type": "string" | |||
}, | |||
"WeaponTwoCard4": { | |||
"label": "Off-Hand — Card 4", | |||
"description": "Fourth card (optional).", | |||
"type": "string" | |||
}, | |||
"ChestName": { | |||
"label": "Chest — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Spellthread Chest" | |||
}, | |||
"ChestMap": { | |||
"label": "Chest — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"ChestAttribute": { | |||
"label": "Chest — Attribute", | |||
"description": "Main stat line(s). Icons/links are fine.", | |||
"type": "string" | |||
}, | |||
"ChestModifierOne": { | |||
"label": "Chest — Modifier 1", | |||
"description": "Short bonus (optional).", | |||
"type": "string", | |||
"example": "HP %" | |||
}, | |||
"ChestModifierTwo": { | |||
"label": "Chest — Modifier 2", | |||
"description": "Second short bonus (optional).", | |||
"type": "string", | |||
"example": "Healing Received %" | |||
}, | |||
"ChestCard1": { | |||
"label": "Chest — Card 1", | |||
"description": "First card (armor uses up to 2).", | |||
"type": "string", | |||
"example": "Butterfly Fairy Card" | |||
}, | |||
"ChestCard2": { | |||
"label": "Chest — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"LegwearName": { | |||
"label": "Legwear — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Spellthread Legs" | |||
}, | |||
"LegwearMap": { | |||
"label": "Legwear — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"LegwearAttribute": { | |||
"label": "Legwear — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string" | |||
}, | |||
"LegwearModifierOne": { | |||
"label": "Legwear — Modifier 1", | |||
"description": "Short bonus (optional).", | |||
"type": "string", | |||
"example": "HP Regen %" | |||
}, | |||
"LegwearModifierTwo": { | |||
"label": "Legwear — Modifier 2", | |||
"description": "Second short bonus (optional).", | |||
"type": "string", | |||
"example": "MP Cost -%" | |||
}, | |||
"LegwearCard1": { | |||
"label": "Legwear — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string", | |||
"example": "Treant Minion Evergreen Card" | |||
}, | |||
"LegwearCard2": { | |||
"label": "Legwear — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"ShoeName": { | |||
"label": "Shoes — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Spellthread Shoes" | |||
}, | |||
"ShoeMap": { | |||
"label": "Shoes — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"ShoeAttribute": { | |||
"label": "Shoes — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string" | |||
}, | |||
"ShoeModifierOne": { | |||
"label": "Shoes — Modifier 1", | |||
"description": "Short bonus (optional).", | |||
"type": "string", | |||
"example": "Cast Speed %" | |||
}, | |||
"ShoeModifierTwo": { | |||
"label": "Shoes — Modifier 2", | |||
"description": "Second short bonus (optional).", | |||
"type": "string", | |||
"example": "Move Speed %" | |||
}, | |||
"ShoeCard1": { | |||
"label": "Shoes — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string", | |||
"example": "Rabbit Card" | |||
}, | |||
"ShoeCard2": { | |||
"label": "Shoes — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"HeadgearName": { | |||
"label": "Headgear — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Top Hat" | |||
}, | |||
"HeadgearMap": { | |||
"label": "Headgear — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Festering Woods" | |||
}, | |||
"HeadgearAttribute": { | |||
"label": "Headgear — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"HeadgearCard1": { | |||
"label": "Headgear — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string", | |||
"example": "Butterfly Pixie Card" | |||
}, | |||
"HeadgearCard2": { | |||
"label": "Headgear — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"FaceName": { | |||
"label": "Face — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Azure Antlers" | |||
}, | |||
"FaceMap": { | |||
"label": "Face — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Forest Labyrinth" | |||
}, | |||
"FaceAttribute": { | |||
"label": "Face — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string" | |||
}, | |||
"FaceCard1": { | |||
"label": "Face — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string" | |||
}, | |||
"FaceCard2": { | |||
"label": "Face — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"UtilityName": { | |||
"label": "Utility — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Seedling Satchel" | |||
}, | |||
"UtilityMap": { | |||
"label": "Utility — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"UtilityAttribute": { | |||
"label": "Utility — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"UtilityCard1": { | |||
"label": "Utility — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string", | |||
"example": "Burrow Card" | |||
}, | |||
"UtilityCard2": { | |||
"label": "Utility — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"AccessoryOneName": { | |||
"label": "Accessory 1 — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Cloud Loop" | |||
}, | |||
"AccessoryOneMap": { | |||
"label": "Accessory 1 — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Windy Desert" | |||
}, | |||
"AccessoryOneAttribute": { | |||
"label": "Accessory 1 — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"AccessoryOneCard1": { | |||
"label": "Accessory 1 — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string", | |||
"example": "Moth Moon Card" | |||
}, | |||
"AccessoryOneCard2": { | |||
"label": "Accessory 1 — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"AccessoryTwoName": { | |||
"label": "Accessory 2 — Item name", | |||
"description": "Exact item name. Auto-links.", | |||
"type": "string", | |||
"example": "Fang Clip" | |||
}, | |||
"AccessoryTwoMap": { | |||
"label": "Accessory 2 — Map", | |||
"description": "Where it drops or is bought.", | |||
"type": "string", | |||
"example": "Forest Labyrinth" | |||
}, | |||
"AccessoryTwoAttribute": { | |||
"label": "Accessory 2 — Attribute", | |||
"description": "Main stat line(s).", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"AccessoryTwoCard1": { | |||
"label": "Accessory 2 — Card 1", | |||
"description": "First card (up to 2).", | |||
"type": "string" | |||
}, | |||
"AccessoryTwoCard2": { | |||
"label": "Accessory 2 — Card 2", | |||
"description": "Second card (optional).", | |||
"type": "string" | |||
}, | |||
"ArtifactName": { | |||
"label": "Artifact — Set name", | |||
"description": "Set name (auto-links to Artifacts search).", | |||
"type": "string", | |||
"example": "Spellweaver Artifact Set" | |||
}, | |||
"ArtifactMap": { | |||
"label": "Artifact — Map", | |||
"description": "Where pieces are found (optional).", | |||
"type": "string", | |||
"example": "Fairy Glen" | |||
}, | |||
"ArtifactAttribute": { | |||
"label": "Artifact — Attribute", | |||
"description": "Short line about set stats (optional).", | |||
"type": "string", | |||
"example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]" | |||
}, | |||
"ArtifactModifier": { | |||
"label": "Artifact — Set bonus text", | |||
"description": "Describe full/partial set bonuses. Use <br/> for new lines.", | |||
"type": "string", | |||
"example": "X% Holy Light<br/>X% Exorcism" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"WeaponOneName", | |||
"WeaponOneMap", | |||
"WeaponOneAttribute", | |||
"WeaponOneModifierOne", | |||
"WeaponOneModifierTwo", | |||
"WeaponOneCard1", | |||
"WeaponOneCard2", | |||
"WeaponOneCard3", | |||
"WeaponOneCard4", | |||
"WeaponTwoName", | |||
"WeaponTwoMap", | |||
"WeaponTwoAttribute", | |||
"WeaponTwoModifierOne", | |||
"WeaponTwoModifierTwo", | |||
"WeaponTwoCard1", | |||
"WeaponTwoCard2", | |||
"WeaponTwoCard3", | |||
"WeaponTwoCard4", | |||
"ChestName", | |||
"ChestMap", | |||
"ChestAttribute", | |||
"ChestModifierOne", | |||
"ChestModifierTwo", | |||
"ChestCard1", | |||
"ChestCard2", | |||
"LegwearName", | |||
"LegwearMap", | |||
"LegwearAttribute", | |||
"LegwearModifierOne", | |||
"LegwearModifierTwo", | |||
"LegwearCard1", | |||
"LegwearCard2", | |||
"ShoeName", | |||
"ShoeMap", | |||
"ShoeAttribute", | |||
"ShoeModifierOne", | |||
"ShoeModifierTwo", | |||
"ShoeCard1", | |||
"ShoeCard2", | |||
"HeadgearName", | |||
"HeadgearMap", | |||
"HeadgearAttribute", | |||
"HeadgearCard1", | |||
"HeadgearCard2", | |||
"FaceName", | |||
"FaceMap", | |||
"FaceAttribute", | |||
"FaceCard1", | |||
"FaceCard2", | |||
"UtilityName", | |||
"UtilityMap", | |||
"UtilityAttribute", | |||
"UtilityCard1", | |||
"UtilityCard2", | |||
"AccessoryOneName", | |||
"AccessoryOneMap", | |||
"AccessoryOneAttribute", | |||
"AccessoryOneCard1", | |||
"AccessoryOneCard2", | |||
"AccessoryTwoName", | |||
"AccessoryTwoMap", | |||
"AccessoryTwoAttribute", | |||
"AccessoryTwoCard1", | |||
"AccessoryTwoCard2", | |||
"ArtifactName", | |||
"ArtifactMap", | |||
"ArtifactAttribute", | |||
"ArtifactModifier" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |