Template:Infobox Skill: Difference between revisions

From Pearl Dental Software Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
{
{
"params": {
"params": {
"name": {},
"name": {
"image": {},
"label": "Name",
"update": {},
"description": "Name of the skill",
"type": {}
"example": "\"Farming\"",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "image of the skill",
"type": "url"
},
"update": {
"label": "Update",
"description": "update version release page",
"type": "wiki-page-name"
},
"type": {
"label": "Type",
"description": "type of page",
"type": "string"
}
},
},
"description": "Test"
"description": "Test"

Revision as of 14:32, 29 July 2022

This is the "Infobox Skill" template.

It should be called in the following format:

{{Infobox Skill
|name=
|image=
|update=
|type=
}}

Edit the page to see the template text.


Test

Template parameters

ParameterDescriptionTypeStatus
Namename

Name of the skill

Example
"Farming"
Stringrequired
Imageimage

image of the skill

URLoptional
Updateupdate

update version release page

Page nameoptional
Typetype

type of page

Stringoptional