:Template:Burma-shave-notice/doc#Usage
{{Documentation subpage}}
{{Humor}}
This template presents prepackaged notices in the form of the Burma-shave ads once seen on American highways. It is intended to be used as a humorous notification to experienced editors. It should be used for editors who you have a good relationship with to give them a friendly nudge. With new or grumpy editors (or if you're not sure the editor will take the joke well), just use a standard message or warning template.
As an alternative, the {{t|burma-shave}} template can be used to create your own custom Burma-Shave poem.
Usage
{{Burma-shave-notice
| 1=
| layout=
}}
Parameters
1
– The notice to use (see below). Capitalization doesn't matter.layout
– The layout to use, default is "vertical". Choices are "horizontal" and "vertical".
=== Notices ===
- aninotice: {{Burma-shave-notice| 1=aninotice | layout=horizontal}}
- crappy: {{Burma-shave-notice| 1=crappy | layout=horizontal}}
- battleground: {{Burma-shave-notice| 1=battleground| layout=horizontal}}
- disengage: {{Burma-shave-notice| 1=disengage | layout=horizontal}}
- promo: {{Burma-shave-notice| 1=promo| layout=horizontal}}
- sign: {{Burma-shave-notice| 1=sign | layout=horizontal}}
- contentdispute: {{Burma-shave-notice| 1=contentdispute | layout=horizontal}}
- section (re Arbcom's unthreaded discussion rule): {{Burma-shave-notice| 1=section | layout=horizontal}}
- involved (For involved administrators): {{Burma-shave-notice| 1=involved | layout=horizontal}}
- teahouse: {{Burma-shave-notice| 1=teahouse | layout=horizontal}}
- inclusiveness: {{Burma-shave-notice| 1=inclusiveness | layout=horizontal}}
- agf: {{Burma-shave-notice| 1=agf | layout=horizontal}}
- vandal: {{Burma-shave-notice| 1=vandal | layout=horizontal}}
- revdel: {{Burma-shave-notice| 1=revdel | layout=horizontal}}
- A unknown or invalid value returns: {{Burma-shave-notice| 1=foo | layout=horizontal}}
TemplateData
{
"params": {
"1": {
"label": "Notice name",
"description": "The name of the notice to use. Case insensitive. See documentation subpage for valid options.",
"example": "contentdispute",
"type": "string",
"suggestedvalues": [
"aninotice",
"crappy",
"battleground",
"disengage",
"promo",
"sign",
"contentdispute",
"section",
"involved",
"teahouse",
"vandal",
"agf",
"revdel"
]
},
"layout": {
"label": "Layout",
"description": "Whether to display the notice vertically (vertical) or horizontally (horizontal)",
"example": "horizontal",
"type": "string",
"suggestedvalues": [
"horizontal",
"vertical"
],
"default": "vertical"
}
},
"description": "Displays pre-written Burma-Shave notices.",
"format": "inline"
}
}}