Copyright (c) Hyperion Entertainment and contributors.
Difference between revisions of "Template:Note"
Jump to navigation
Jump to search
m |
Steven Solie (talk | contribs) (→Usage) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
|- |
|- |
||
| {{{text|{{{1|No text was provided to the Note template}}}}}} |
| {{{text|{{{1|No text was provided to the Note template}}}}}} |
||
+ | |}<noinclude> |
||
− | |} |
||
− | <noinclude> |
||
== Usage == |
== Usage == |
||
Draw a Notice box with the provided text. This box can have a customized title too, but by default it will be ''Note''. |
Draw a Notice box with the provided text. This box can have a customized title too, but by default it will be ''Note''. |
||
Line 18: | Line 17: | ||
Renders: |
Renders: |
||
− | {{Note|My long text that worth noticing!}} |
+ | {{Note|My long text that's worth noticing!}} |
</noinclude> |
</noinclude> |
Latest revision as of 20:55, 12 July 2012
Note |
---|
No text was provided to the Note template |
Usage
Draw a Notice box with the provided text. This box can have a customized title too, but by default it will be Note. Sample:
{{Note|text=My long text that worth noticing!|title=My Custom title}}
Renders:
My Custom title |
---|
My long text that worth noticing! |
The template can also be used without naming the parameters, but in this case title can't be customized: Sample:
{{Note|My long text that worth noticing!}}
Renders:
Note |
---|
My long text that's worth noticing! |