Template:OOC note: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: 2017 source edit |
(fix typo) Tag: 2017 source edit |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
| type = system | | type = system | ||
| image = [[File:Ooc note.png|60px]] | | image = [[File:Ooc note.png|60px]] | ||
| imageright = [[File:{{{Image|}}}|60px]] | | imageright = | ||
{{#if: {{{Image|}}} | |||
| [[File:{{{Image|}}}|60px]] | |||
| <!-- if no image specified, do not display image --> | |||
}} | |||
| style = CSS values | | style = CSS values | ||
| textstyle = text-align: center; | | textstyle = text-align: center; | ||
Line 13: | Line 17: | ||
| smalltext = A shorter message body text. | | smalltext = A shorter message body text. | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Image": { | |||
"description": "Name of the image file. It must contain the file tag (.png, .svg, etc)", | |||
"required": false | |||
}, | |||
"text": { | |||
"description": "The text of your note.", | |||
"suggested": true | |||
}, | |||
"small": { | |||
"description": "Doesn't seem to do anything." | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Image", | |||
"text", | |||
"small" | |||
], | |||
"description": "A tool for creating little OOC notes on a part of a roleplay wiki page." | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 19:09, 17 July 2023
A tool for creating little OOC notes on a part of a roleplay wiki page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | Image | Name of the image file. It must contain the file tag (.png, .svg, etc) | Unknown | optional |
text | text | The text of your note. | Unknown | suggested |
small | small | Doesn't seem to do anything. | Unknown | optional |