Difference between revisions of "Template:Note"
From Asmbly Wiki
(Created page with "<languages/> <onlyinclude>{{#if: {{{1|{{{content|{{{text|{{{demo|<noinclude>demo</noinclude>}}}}}}}}}}}} | <templatestyles src="Note/styles.css" /><div role="note" class="note...") |
|||
Line 1: | Line 1: | ||
− | + | <onlyinclude><div role="note" | |
− | <onlyinclude | + | class="messagebox" |
− | | | + | style="{{#switch: {{{type}}} |
− | |warning= | + | |error=background-color:#fee;border-color:#d33 |
− | | | + | |warning=background-color:#ffe;border-color:#fc3 |
− | |= | + | |info=background-color:#eef;border-color:#33f |
− | |#default= | + | |note=background-color:#eee;border-color:#333 |
− | + | |#default=background-color:#eee;border-color:#333}}"> | |
− | + | <p>{{{text}}}</p></div> | |
− | + | </onlyinclude> | |
{{documentation|content= | {{documentation|content= | ||
− | + | == Usage == | |
− | == Usage == | + | You can choose the color with type, and use emoji or HTML styling in the text. |
− | + | ||
<pre> | <pre> | ||
{{Note|text=Foo}} | {{Note|text=Foo}} | ||
− | {{Note|type= | + | {{Note|type=note|text=👁️🗨️ Foo}} |
− | {{Note|type= | + | {{Note|type=info|text=ℹ️ Foo}} |
− | {{Note|type= | + | {{Note|type=warning|text=⚠️ Multiple<br><i>lines</i><br>of<br>text}} |
− | + | {{Note|type=error|text=🛑 <b>Foo</b>}} | |
− | {{Note|type=error|text= | ||
− | |||
− | |||
− | |||
</pre> | </pre> | ||
{{Note|text=Foo}} | {{Note|text=Foo}} | ||
− | {{Note|type= | + | {{Note|type=note|text=👁️🗨️ Foo}} |
− | {{Note|type= | + | {{Note|type=info|text=ℹ️ Foo}} |
− | {{Note|type= | + | {{Note|type=warning|text=⚠️ Multiple<br><i>lines</i><br>of<br>text}} |
− | + | {{Note|type=error|text=🛑 <b>Foo</b>}} | |
− | {{Note|type=error|text= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− |
Latest revision as of 02:48, 14 June 2024
Template documentation
Usage
You can choose the color with type, and use emoji or HTML styling in the text.
{{Note|text=Foo}} {{Note|type=note|text=👁️🗨️ Foo}} {{Note|type=info|text=ℹ️ Foo}} {{Note|type=warning|text=⚠️ Multiple<br><i>lines</i><br>of<br>text}} {{Note|type=error|text=🛑 <b>Foo</b>}}