Difference between revisions of "Template:Inline-warning"
From OdleWiki
Line 4: | Line 4: | ||
'''Warning: '''{{{1}}} | '''Warning: '''{{{1}}} | ||
</div></div> | </div></div> | ||
+ | |||
+ | <noinclude> | ||
+ | ==How to Use This Template== | ||
+ | |||
+ | This template should be used to add an inline warning to a wiki page. | ||
+ | |||
+ | A '''warning''' is stronger than a note. To add an inline note to a page, use {{Template:inline-note}} instead. | ||
+ | |||
+ | To inlude it in a page, add this where the warning should appear: | ||
+ | |||
+ | <pre> | ||
+ | {{inline-warning|display text}} | ||
+ | </pre> | ||
+ | |||
+ | Replace "display text" with the text you want to appear after the word "'''Warning:'''". | ||
+ | |||
+ | For example, this code: | ||
+ | |||
+ | <pre> | ||
+ | {{inline-warning|This template should only be used inline, not at the top of a page.}} | ||
+ | </pre> | ||
+ | |||
+ | will produce this in your page: | ||
+ | |||
+ | {{inline-warning|This template should only be used inline, not at the top of a page.}} | ||
+ | |||
+ | </noinclude> |
Revision as of 19:17, 7 January 2014
How to Use This Template
This template should be used to add an inline warning to a wiki page.
A warning is stronger than a note. To add an inline note to a page, use
instead.
To inlude it in a page, add this where the warning should appear:
{{inline-warning|display text}}
Replace "display text" with the text you want to appear after the word "Warning:".
For example, this code:
{{inline-warning|This template should only be used inline, not at the top of a page.}}
will produce this in your page: