Template:Infobox Skill: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> {{#template_params:name (label=Name)|image (label=Image)|update (label=Update)|type (label=Type)}} </noinclude><includeonly> {{#template_display:_format=infobox}} Category:Infobox </includeonly>") |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category:Infobox]] | |||
</noinclude><includeonly> | </noinclude> | ||
<includeonly> | |||
{{#template_display:_format=infobox}} | {{#template_display:_format=infobox}} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the page", | |||
"example": "\"Recalls\"", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "image of the page", | |||
"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", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 08:15, 2 August 2022
Test
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the page
| String | required |
| Image | image | image of the page | URL | optional |
| Update | update | update version release page | Page name | optional |
| Type | type | type of page | String | optional |