Difference between revisions of "Template:Box Note"

From Coastal Wiki
Jump to: navigation, search
(Taken from https://en.wiki.bluespice.com/wiki/Manual:Template/Example/Notification_Box)
 
m (add noinclude)
Line 12: Line 12:
 
</span>{{{Note text}}}
 
</span>{{{Note text}}}
 
</div>
 
</div>
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"boxtype": {
 +
"description": "Possible values: note, tip, warning, example, important, backgroundbox",
 +
"example": "note",
 +
"type": "string",
 +
"default": "note",
 +
"required": true
 +
},
 +
"Note text": {}
 +
},
 +
"description": "To add standard info boxes such as notes or warnings to a page"
 +
}
 +
</templatedata>
 +
</noinclude>

Revision as of 12:25, 24 March 2021

Notice: {{{Note text}}}

<templatedata> { "params": { "boxtype": { "description": "Possible values: note, tip, warning, example, important, backgroundbox", "example": "note", "type": "string", "default": "note", "required": true }, "Note text": {} }, "description": "To add standard info boxes such as notes or warnings to a page" } </templatedata>