Template:Note/doc: Difference between revisions
| [checked revision] | [pending revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "== Usage == <pre>{{Note|This is with a blue green background the default}}</pre> {{Note|This is with a blue green background the default}} <pre>{{Note|This is with a better..." |
Caleb cooper (talk | contribs) No edit summary Tag: 2017 source edit |
||
| (11 intermediate revisions by one other user not shown) | |||
Line 1:
{{Documentation subpage}}
{{High-risk}}
{{Commons Import}}
{{Uses TemplateStyles|Template:Note/styles.css}}
== Usage ==
<pre>{{Note|This is with a blue green background the default}}</pre>
Line 28 ⟶ 32:
<pre>{{Note|
{{Note||dragons}}
<pre>{{Note|Stop, proceed with great caution|dragons|Dragons:}}</pre>
{{Note|Stop, proceed with great caution|dragons|Dragons:}}
<pre>{{Note|This is a strong start to my story|elephant}}</pre>
{{Note|This is a strong start to my story|elephant}}
<pre>{{Note|You know what is definitely not going to happen|crystalball}}</pre>
{{Note|You know what is definitely not going to happen|crystalball}}
<pre>{{Note|If I can get you laughing we will all be smarter|clown}}</pre>
{{Note|If I can get you laughing we will all be smarter|clown}}
<pre>{{Note|Let me load you up with expectations|backpack}}</pre>
{{Note|Let me load you up with expectations|backpack}}
<pre>{{Note|There is one thing I can never tell you|tension}}</pre>
{{Note|There is one thing I can never tell you|tension}}
<pre>{{Note|Just wait for a long time while I tell you lots and lots and lots of unnecessary details|hourglass}}</pre>
{{Note|Just wait for a long time while I tell you lots and lots and lots of unnecessary details|hourglass}}
<pre>{{Note|Let me drop some clues for you to follow . . . |breadcrumbs}}</pre>
{{Note|Let me drop some clues for you to follow . . . |breadcrumbs}}
<templatedata>
{
Line 40 ⟶ 77:
},
"2": {
"description": "Optional Change the Icon or Background Color",
"example": "caution, warning, tip, info, info-blue, reminder-yellow, caution-red",
"type": "string"
},
"3": {
"label": "Option to change leading text",
"example": "Note: Caution: or Warning:",
"type": "string"
},
"4": {
"label": "Option to change CSS Class",
"example": "back-clear-blue or back-clear-black",
"type": "string"
}
Line 49 ⟶ 96:
"paramOrder": [
"1",
"2",
"3",
"4"
],
"format": "inline"
| |||