Template:Note: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div style="width: 98%; margin-left:30px; padding: 10px; text-align: left; background-color:#F5F5F5">'''{{{1}}}''': {{{2}}}</div></includeonly><noinclude>[[Category:Templates]]
<div style="width: 98%; padding: 10px; text-align: left; background-color:#F5F5F5">'''''NOTE''''': ''{{{1|INSERT TEXT}}}''</div><noinclude>[[Category:Templates]]
 


==Usage==
==Usage==


This template displays a note box. Use the following code:
This template displays the note box shown above. To use this template, copy and paste the following code in the page:  
 
<pre>{{Note|1|2}}</pre>
 
where parameter 1 is the name of the note box, and parameter 2 is the text.
 
 
Here are some examples:
{{Note|Note|Text for the note.}}
 
 
 
{{Note|Tip|Text for a tip.}}
 
 
 
{{Note|IMPORTANT|Text for important information.}}
 


<pre>{{Note|TEXT}}</pre>


{{Note|[[Image:examples_movie.png]]|An image instead of text.}}</noinclude>
where the parameter TEXT is the content of the note box.</noinclude>

Latest revision as of 22:37, 23 August 2012

NOTE: INSERT TEXT


Usage

This template displays the note box shown above. To use this template, copy and paste the following code in the page:

{{Note|TEXT}}

where the parameter TEXT is the content of the note box.