Template:Infobox Skill: Difference between revisions
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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the skill
| String | required |
| Image | image | image of the skill | URL | optional |
| Update | update | update version release page | Page name | optional |
| Type | type | type of page | String | optional |