Difference between revisions of "Template:Announce"

From Geohashing
imported>Nemo
(update to handle different level of alerts. Defaults to old behaviour if new params are not included)
imported>Tjtrumpet2323
m (Usage notes)
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
| border: 1px solid #f66; background: #fdd;
 
| border: 1px solid #f66; background: #fdd;
 
}} '> {{{1|{{{text}}}}}} </div></includeonly><noinclude>
 
}} '> {{{1|{{{text}}}}}} </div></includeonly><noinclude>
 +
 +
<nowiki>{{announce|This is a critical alert!|bg=colour}}</nowiki>
 
* For use in alerting people to something important.
 
* For use in alerting people to something important.
  
== Usage ==
+
== Usage notes ==
<nowiki>{{announce|This is a critical alert!|bg=colour}}</nowiki>
+
* The background colour (<code>bg</code>) may be any of 'red/orange/yellow/green/blue/black', or may be omitted (in which case it defaults to red).
* The '''bg''' colour may be 'red/orange/yellow/green/blue/black, or may be omitted in which case it defaults to red.  
 
</noinclude>
 
  
 
== Examples ==
 
== Examples ==
<nowiki>{{Announce|this is a '''black''' announcement|bg=black}}</nowiki>
+
{{Template:Announce/example}}
{{Announce|this is a '''black''' announcement|bg=black}}
 
<nowiki>{{Announce|this is a '''blue''' announcement|bg=blue}}</nowiki>
 
{{Announce|this is a '''blue''' announcement|bg=blue}}
 
etc...
 
{{Announce|this is a '''green''' announcement|bg=green}}
 
{{Announce|this is a '''yellow''' announcement|bg=yellow}}
 
{{Announce|this is a '''orange''' announcement|bg=orange}}
 
{{Announce|this is a '''red''' announcement|bg=red}}
 
<nowiki>{{Announce|this is a default announcement}}</nowiki>
 
{{Announce|this is a default announcement}}
 
  
 
</noinclude>
 
</noinclude>

Latest revision as of 13:29, 30 September 2008


{{announce|This is a critical alert!|bg=colour}}
  • For use in alerting people to something important.

Usage notes

  • The background colour (bg) may be any of 'red/orange/yellow/green/blue/black', or may be omitted (in which case it defaults to red).

Examples

{{Announce|this is a '''black''' announcement|bg=black}}
this is a black announcement
{{Announce|this is a '''blue''' announcement|bg=blue}}
this is a blue announcement

etc...

this is a green announcement
this is a yellow announcement
this is a orange announcement
this is a red announcement
{{Announce|this is a default announcement}}
this is a default announcement