Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Status"

Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
 
Displays a coloured status code, for use on [[Ganymede/Signoffs]] page.
 
Displays a coloured status code, for use on [[Ganymede/Signoffs]] page.
===Usage Examples===
+
 
*<nowiki>{{status|B|red}}</nowiki>    ''':''' <b style="color:red">B</b>
+
{{Usage|<pre>{{status|B|red}}
*<nowiki>{{status|D|orange}}</nowiki> ''':''' <b style="color:orange">D</b>
+
{{status|D|orange}}
*<nowiki>{{status|P|blue}}</nowiki>  ''':''' <b style="color:blue">P</b>
+
{{status|P|blue}}
*<nowiki>{{status|R|green}}</nowiki>  ''':''' <b style="color:green">R</b>
+
{{status|R|green}}</pre>|{{status|B|red}}
 +
{{status|D|orange}}
 +
{{status|P|blue}}
 +
{{status|R|green}}}}
 
</noinclude><includeonly><b style="color:{{{2}}}">{{{1}}}</b></includeonly>
 
</noinclude><includeonly><b style="color:{{{2}}}">{{{1}}}</b></includeonly>

Revision as of 18:26, 12 February 2008

Displays a coloured status code, for use on Ganymede/Signoffs page.

Markup Rendering
{{status|B|red}}
{{status|D|orange}}
{{status|P|blue}}
{{status|R|green}}

B D P R


Back to the top