Jump to content

Template:Message: Difference between revisions

From Sugar Labs
m unlink icon
update example
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
<div style="float: left; margin-left: -{{#expr:{{{imgwidth|35}}}+5}}px;">[[Image:{{{image|favorite-star.png}}}|link=|{{{imgwidth|35}}}px]]</div>
<div style="float: left; margin-left: -{{#expr:{{{imgwidth|35}}}+5}}px;">[[Image:{{{image|favorite-star.png}}}|link=|{{{imgwidth|35}}}px]]</div>
<div>{{{1}}}</div>
<div>{{{1}}}</div>
</div>
</div><noinclude>
 
==Usage==
Simple example:
 
<nowiki>{{Message|'''Latest News:'''<br>Instructions have been added to these templates.}}</nowiki>
{{Message|'''Latest News:'''<br>Instructions have been added to these templates.}}
 
 
 
For embedding in other templates:
<nowiki>{{message|1={{#if:{{{1|}}}|'''{{{1}}}'''<BR>}}
{{#if:{{{2|}}}|{{{2}}}}}
|image=35px-Activity-write.png
|bgcolor=#def3fe
|bdcolor=#c5d7e0
}}</nowiki>
 
{{Note/note|For example:|See [[Template:Note/note]].}}
 
[[Category:Highlighting template|Message]]
</noinclude>

Latest revision as of 12:50, 16 July 2011

{{{1}}}

Usage

Simple example:

{{Message|'''Latest News:'''<br>Instructions have been added to these templates.}}
Latest News:
Instructions have been added to these templates.


For embedding in other templates:

{{message|1={{#if:{{{1|}}}|'''{{{1}}}'''<BR>}}
{{#if:{{{2|}}}|{{{2}}}}}
|image=35px-Activity-write.png
|bgcolor=#def3fe
|bdcolor=#c5d7e0
}}
For example:
See Template:Note/note.