More actions
Rewrite doc. |
Add TemplateData. |
||
| Line 42: | Line 42: | ||
: If skills are removed or names change, then any pages with obsolete skill names will be listed in [[:Category:Obsolete Skills]], so that you can easily find and correct them. | : If skills are removed or names change, then any pages with obsolete skill names will be listed in [[:Category:Obsolete Skills]], so that you can easily find and correct them. | ||
; Template data | |||
: This is the [[mediawikiwiki:Help:TemplateData|TemplateData]] documentation for this template used by [[mediawikiwiki:VisualEditor|VisualEditor]] and other tools. | |||
:: <templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Primary character attribute", | |||
"description": "When not yet know use TBD", | |||
"example": "Perception", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Charisma", | |||
"Intelligence", | |||
"Memory", | |||
"Perception", | |||
"Willpower " | |||
], | |||
"default": "Intelligence", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Secondary character attribute", | |||
"description": "When not yet known use TBD", | |||
"example": "Willpower", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Charisma", | |||
"Intelligence", | |||
"Memory", | |||
"Perception", | |||
"Willpower " | |||
], | |||
"default": "Memory", | |||
"required": true | |||
}, | |||
"skill": { | |||
"label": "Skill name", | |||
"description": "The name of the skill spelled and capitalized as in-game", | |||
"example": "Advanced Spaceship Command", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"desc": { | |||
"label": "Description", | |||
"description": "Description of what the skill does. Copy from in-game", | |||
"example": "The advanced operation of spaceships. Grants a 5% Bonus per skill level to the agility of ships requiring Advanced Spaceship Command.", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"pre": { | |||
"label": "Prerequisite skill(s)", | |||
"description": "Use the {{Sk}} template, when multiple separate by comma.. Leave empty when no required skill", | |||
"example": "{{Sk|Spaceship Command|V}}", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"reqI": { | |||
"label": "Level I required for", | |||
"description": "Any skills, modules, charges, implants etc which require the skill at level I. Use {{Sk|skillname|icon= yes}} for skills. If the item has a wiki article consider linking it. If more than one item, separate them by semicolons. Leave blank if not needed.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"reqII": { | |||
"label": "Level II required for", | |||
"description": "Any skills, modules, charges, implants etc which require the skill at level II. Use {{Sk|skillname|icon= yes}} for skills. If the item has a wiki article consider linking it. If more than one item, separate them by semicolons. Leave blank if not needed.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"reqIII": { | |||
"label": "level III required for", | |||
"description": "Any skills, modules, charges, implants etc which require the skill at level III. Use {{Sk|skillname|icon= yes}} for skills. If the item has a wiki article consider linking it. If more than one item, separate them by semicolons. Leave blank if not needed.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"reqIV": { | |||
"label": "Level IV required for", | |||
"description": "Any skills, modules, charges, implants etc which require the skill at level IV. Use {{Sk|skillname|icon= yes}} for skills. If the item has a wiki article consider linking it. If more than one item, separate them by semicolons. Leave blank if not needed.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"reqV": { | |||
"label": "Level V required for", | |||
"description": "Any skills, modules, charges, implants etc which require the skill at level V. Use {{Sk|skillname|icon= yes}} for skills. If the item has a wiki article consider linking it. If more than one item, separate them by semicolons. Leave blank if not needed.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"notes": { | |||
"description": "Any notes or comments about the skill which don't fit anywhere else (for instance, if the skillbook is only available from LP stores, this would be a good place to note this).", | |||
"type": "content" | |||
} | |||
}, | |||
"description": "Skill information box for the Skill: pages. When skills are added, removed or change name also update {{GetSkillLink}}, {{GetSkillMult}}, {{GetSkillPrice}} and {{GetSkillAlpha}} as required.", | |||
"paramOrder": [ | |||
"skill", | |||
"desc", | |||
"1", | |||
"2", | |||
"pre", | |||
"reqI", | |||
"reqII", | |||
"reqIII", | |||
"reqIV", | |||
"reqV", | |||
"notes" | |||
], | |||
"format": "{{_\n| _= _\n}}" | |||
} | |||
</templatedata> | |||
<includeonly>[[Category:Formatting templates]]</includeonly> | <includeonly>[[Category:Formatting templates]]</includeonly> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> | ||