Difference between revisions of "Template:Announce"

From Geohashing
imported>Tjtrumpet2323
m
imported>Nemo
(update to handle different level of alerts. Defaults to old behaviour if new params are not included)
Line 1: Line 1:
<div style='font-size:90%; margin:2px 10% 2px; padding: 2px; border: 1px solid #f66; background: #fdd;'>
+
<includeonly><div style='font-size:90%; margin:2px 10% 2px; padding: 2px;
'''Announcement:''' {{{1}}}
+
{{#switch:{{{2|{{{bg}}}}}}
</div><noinclude>
+
| black= border: 1px solid #000; background: #eee;
 +
| blue= border: 1px solid #99f; background: #ddf;
 +
| green= border: 1px solid #3c3; background: #dfd;
 +
| yellow= border: 1px solid #cc0; background: #ffc;
 +
| orange= border: 1px solid #d90; background: #fda;
 +
| border: 1px solid #f66; background: #fdd;
 +
}} '> {{{1|{{{text}}}}}} </div></includeonly><noinclude>
 +
* For use in alerting people to something important.
  
 
== Usage ==
 
== Usage ==
  <nowiki>{{announce|This is a critical alert!}}</nowiki>
+
  <nowiki>{{announce|This is a critical alert!|bg=colour}}</nowiki>
* For use in alerting people to something critically important.
+
* The '''bg''' colour may be 'red/orange/yellow/green/blue/black, or may be omitted in which case it defaults to red.  
 +
</noinclude>
 +
 
 +
== Examples ==
 +
<nowiki>{{Announce|this is a '''black''' announcement|bg=black}}</nowiki>
 +
{{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>

Revision as of 11:17, 5 July 2008

  • For use in alerting people to something important.

Usage

{{announce|This is a critical alert!|bg=colour}}
  • The bg colour may be '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