Jump to content

Template:Mbox: Difference between revisions

m 1 revision imported
-lime.owotwiki (talk | contribs)
template data
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! -->
<!-- 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>