Difference between revisions of "Template:Note/Doc"
Jump to navigation
Jump to search
Carandraug (talk | contribs) m (fix again) |
Carandraug (talk | contribs) (prettier format and simpler example) |
||
Line 1: | Line 1: | ||
This template is for items which should be noted by the user, but are not important enough to be a [[Template:Warning|Warning]]. | This template is for items which should be noted by the user, but are not important enough to be a [[Template:Warning|Warning]]. | ||
− | Example: | + | Example: |
− | <nowiki>{{Note|methods of a class can be documented | + | :<nowiki>{{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}}.}}</nowiki> |
Will produce: | Will produce: | ||
− | {{Note|methods of a class can be documented | + | :{{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}}.}} |
+ | |||
<noinclude>[[Category:Template Documentation]]</noinclude> | <noinclude>[[Category:Template Documentation]]</noinclude> |
Revision as of 15:08, 15 December 2011
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: