(Difference between pages)
Jump to navigation
Jump to search
|
|
| Line 1: |
Line 1: |
| {{#invoke:Message box|mbox}}<noinclude> | | {{Mbox|smalltext=meow|text=mraoww}} |
| {{documentation}}
| | what does small even do bruh |
| <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! -->
| | {{Mbox|small=left|text=dhajskdjq}} |
| <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>
| |