Template:Note: Difference between revisions

From Octave
Jump to navigation Jump to search
(nicer looking box for the notes with round borders. Also change from div into span so the box fits to the text and not the page)
m (Shrink icon. Looks better for one-liners.)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><span style="background-color: #c1ffc1; padding: 1em; border-radius: 1em; border:.1em solid #00B000;">'''Note:''' {{{1}}}</span></includeonly><noinclude>{{TemplateDoc}}[[Category:Templates]]</noinclude>
<includeonly><div style="background-color: #b7e5f4; padding: 0.5em; border-radius: 0.5em; border:.1em solid #4682b4; margin-top: 1em; margin-bottom: 1em; display: inline-block;"><div style="float: left; width: 26px;">[[File:Info_icon.svg|26px]]</div><div style="padding-left: 3em; padding-right: 1em;">{{{1}}}</div></div></includeonly><noinclude>{{TemplateDoc}}[[Category:Templates]]</noinclude>

Latest revision as of 14:17, 11 June 2019

[edit]

Template-info.png Template Documentation

This template is for items which should be noted by the user, but are not important enough to be a Warning.

Example:

{{Note|Methods of a class can be documented but the only way to access their help text is by specifying the class as in {{Codeline|help @class/method}}.}}

Will produce:

Info icon.svg
Methods of a class can be documented but the only way to access their help text is by specifying the class as in help @class/method.