< User:Roxwize | map
(Created page with "==Description== Personal template ==Parameters== <templatedata>{ "params": { "img": { "label": "Image", "type": "wiki-file-name", "suggested": true }, "bgm": { "label": "Background music", "type": "wiki-file-name" }, "name": { "label": "Map name", "type": "string", "required": true } }, "paramOrder": [ "img", "bgm", "name" ], "format": "inline" }</templatedata> <!--The following is a template with all options listed: },...") |
No edit summary |
||
Line 5: | Line 5: | ||
<templatedata>{ | <templatedata>{ | ||
"params": { | "params": { | ||
"name": { | |||
"label": "Map name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"namespace": { | |||
"label": "Article namespace", | |||
"type": "string", | |||
"default": "Yume 2kki" | |||
}, | |||
"img": { | "img": { | ||
"label": "Image", | "label": "Image", | ||
Line 14: | Line 24: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "bgmname": { | ||
"label": " | "label": "Background music title", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"namespace", | |||
"name", | |||
"img", | "img", | ||
"bgm", | "bgm", | ||
" | "bgmname" | ||
], | ], | ||
"format": "inline" | "format": "inline" |
Revision as of 15:15, 25 August 2023
Description
Personal template
Parameters
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Article namespace | namespace | no description
| String | optional |
Map name | name | no description | String | required |
Image | img | no description | File | suggested |
Background music | bgm | no description | File | optional |
Background music title | bgmname | no description | String | optional |