Actions

Template

Difference between revisions of "Notice box"

From InfoTechPedia

(icon colors)
(documentation)
Line 1: Line 1:
<div class="panel radius notice-{{#switch:{{{type|}}}
+
<includeonly><div class="panel radius notice-{{#switch:{{{type|}}}
 
     | hint  = hint
 
     | hint  = hint
 
     | see-also = see-also
 
     | see-also = see-also
Line 27: Line 27:
 
</div>
 
</div>
 
</div>
 
</div>
</div>
+
</div></includeonly><noinclude>
 +
Notice boxes for wiki use. Do not link directly to this template. It is designed to as a sub template from the following templates.
 +
<pre>
 +
{{note|....
 +
{{warning|....
 +
{{hint|....
 +
{{see also|....
 +
</pre>
 +
Here is how they look when in use.
 +
 
 +
{{Note|This is a note box.}}
 +
{{Warning|This is a warning box!}}
 +
{{Hint|Need a hint, here is a hint box so here is a hint. To use these templates use the following code:
 +
<code><nowiki>{{note|some text|subject=Title Besides Note}}</nowiki></code>}}
 +
{{See also|Need to let someone know there is more to it? See also box.}}</noinclude>

Revision as of 12:41, 16 February 2018

Notice boxes for wiki use. Do not link directly to this template. It is designed to as a sub template from the following templates.

{{note|....
{{warning|....
{{hint|....
{{see also|....

Here is how they look when in use.

Note
This is a note box.
Warning
This is a warning box!
Hint
Need a hint, here is a hint box so here is a hint. To use these templates use the following code: {{note|some text|subject=Title Besides Note}}
See Also
Need to let someone know there is more to it? See also box.