Template:Infobox skill: Difference between revisions

Template page
Content added Content deleted
No edit summary
m (1 revision imported)
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
| class="infobox-texttitle" | Points to Unlock
| class="infobox-texttitle" | Points to Unlock
| class="infobox-text" | {{{points|}}}
| class="infobox-text" | {{{points|}}}
|-
| class="infobox-texttitle" | Locked Behind
| class="infobox-text" | {{{locked|}}}
|-
|-
| colspan="2" style="height: 10px;" |
| colspan="2" style="height: 10px;" |
Line 22: Line 25:
| class="infobox-texttitle" | .png File
| class="infobox-texttitle" | .png File
| class="infobox-text" | {{{png|}}}
| class="infobox-text" | {{{png|}}}
|-
| class="infobox-texttitle" | .ron File
| class="infobox-text" | {{{ron|}}}
|}</onlyinclude>
|}</onlyinclude>
<noinclude>
<noinclude>
Line 30: Line 30:
{
{
"params": {
"params": {
"image": {},
"image": {
"title": {},
"label": "Image",
"description": {},
"description": "The file name and extension of the skill file.",
"skilltree": {},
"example": "health_plus",
"points": {},
"type": "wiki-file-name",
"png": {},
"autovalue": ".png",
"ron": {}
"required": true
},
"title": {
"label": "Title",
"description": "The name of the skill.",
"example": "Health Increase",
"type": "string",
"autovalue": "",
"required": true
},
"description": {
"label": "Description",
"description": "The description of the skill as shown in game.",
"example": "Increases max health by 5.",
"type": "string",
"required": true
},
"skilltree": {
"label": "Skill Tree",
"description": "The skill tree this skill is under.",
"example": "General Combat",
"type": "wiki-page-name",
"required": true
},
"points": {
"label": "Points to Unlock",
"description": "The amount of points to unlock each level and total amount.",
"example": "1/2/3/4/5 (15 total)",
"type": "string",
"required": true
},
"png": {
"label": ".png File",
"description": "The gitlab link to the .png file.",
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/element/skills/skilltree/health_plus.png health_plus.png]",
"type": "url",
"autovalue": "[]",
"suggested": true
},
"locked": {
"label": "Locked Behind",
"description": "The skill tree this skill is locked behind. If none then type None",
"example": "[[Sword]]",
"type": "unknown",
"autovalue": "",
"required": true
}
}
}
}
}

Latest revision as of 16:24, 9 November 2021

[[Image:|class=infobox-image|75px|link=]]
Skill Tree
Points to Unlock
Locked Behind
Technical Information
.png File

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

The file name and extension of the skill file.

Example
health_plus
Auto value
.png
Filerequired
Titletitle

The name of the skill.

Example
Health Increase
Auto value
Stringrequired
Descriptiondescription

The description of the skill as shown in game.

Example
Increases max health by 5.
Stringrequired
Skill Treeskilltree

The skill tree this skill is under.

Example
General Combat
Page namerequired
Points to Unlockpoints

The amount of points to unlock each level and total amount.

Example
1/2/3/4/5 (15 total)
Stringrequired
.png Filepng

The gitlab link to the .png file.

Example
[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/element/skills/skilltree/health_plus.png health_plus.png]
Auto value
[]
URLsuggested
Locked Behindlocked

The skill tree this skill is locked behind. If none then type None

Example
[[Sword]]
Auto value
Unknownrequired
Cookies help us deliver our services. By using our services, you agree to our use of cookies.