Template:Mbox: Difference between revisions
Appearance
w>Taavi apparently not needed anymore |
template data |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{#invoke:Message box|mbox}}<noinclude> | {{#invoke:Message box|mbox}}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- | <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"type": "string" | |||
}, | |||
"demospace": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"main", | |||
"talk", | |||
"file", | |||
"category", | |||
"other" | |||
] | |||
}, | |||
"image": { | |||
"type": "wiki-file-name", | |||
"description": "image on left" | |||
}, | |||
"type": { | |||
"suggestedvalues": [ | |||
"speedy", | |||
"delete", | |||
"content", | |||
"style", | |||
"move", | |||
"notice", | |||
"protection" | |||
], | |||
"type": "string" | |||
}, | |||
"imageright": { | |||
"type": "wiki-file-name" | |||
}, | |||
"text": { | |||
"description": "body text", | |||
"type": "string" | |||
}, | |||
"textstyle": { | |||
"description": "body text style", | |||
"type": "string" | |||
}, | |||
"style": { | |||
"description": "mbox style", | |||
"type": "string" | |||
}, | |||
"small": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"left", | |||
"no" | |||
] | |||
}, | |||
"smallimage": { | |||
"type": "wiki-file-name", | |||
"description": "smaller image on left" | |||
}, | |||
"smallimageright": { | |||
"type": "wiki-file-name" | |||
}, | |||
"smalltext": { | |||
"description": "smaller body text", | |||
"type": "string" | |||
}, | |||
"plainlinks": { | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"type": "boolean" | |||
} | |||
}, | |||
"description": "Multi-namespace messagebox" | |||
} | |||
</templatedata></noinclude> | |||