Template:Note: Difference between revisions
Appearance
| [unchecked revision] | [unchecked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) m 1 revision imported |
Nick Parrott (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<h4>{{#far:lightbulb}} Note: {{{1}}}</h4> |
|||
<includeonly>{|style="background-color:#F2F9F8;" |
|||
| ⚫ | |||
|valign="top" width="60"|[[File:18px-Bulbgraph.png]] '''Note:''' |
|||
{ |
|||
|{{{1}}} |
|||
"params": { |
|||
| ⚫ | |||
"1": { |
|||
| ⚫ | |||
"label": "Note Text", |
|||
== Usage == |
|||
"example": "Some of Einstein's Brain is un-accounted for..", |
|||
Add a note with a Light Bulb image: |
|||
"type": "string", |
|||
<pre> |
|||
"required": true |
|||
{{Note|Some Random Comment}} |
|||
} |
|||
</pre> |
|||
}, |
|||
Looks like this:<br> |
|||
"description": "Show a Note" |
|||
{{Note|Some Random Comment}} |
|||
} |
|||
</noinclude> |
|||
| ⚫ | |||
Revision as of 21:12, 30 January 2020
Note: {{{1}}}
[[Category:Templates]
Show a Note
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Note Text | 1 | no description
| String | required |
]