This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Template:ColoredBackground"

From OWASP
Jump to: navigation, search
(Default: no border)
m (noinclude Usage)
Line 1: Line 1:
 +
<noinclude>
 
<!--------------------------------------------------------->  
 
<!--------------------------------------------------------->  
 
<!--  Template:ColoredBackground                        -->
 
<!--  Template:ColoredBackground                        -->
Line 7: Line 8:
 
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid}}</nowiki><br>{{ColoredBackground|text=Simple Example with a Border|border=3px solid}}<br>
 
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid}}</nowiki><br>{{ColoredBackground|text=Simple Example with a Border|border=3px solid}}<br>
 
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid|border-color=#207F4A}}</nowiki><br>{{ColoredBackground|text=Simple Example with a green Border|border=3px solid|border-color=#207F4A}}
 
* <nowiki>{{ColoredBackground|text=Simple Example|border=3px solid|border-color=#207F4A}}</nowiki><br>{{ColoredBackground|text=Simple Example with a green Border|border=3px solid|border-color=#207F4A}}
<includeonly><div style="
+
</noinclude><includeonly><div style="
 
background-color: {{#if: {{{background|}}} | {{{background}}} | yellow}}; <!---- Top10:2013=#55DF8E, Top10:2010=#558EDF --->
 
background-color: {{#if: {{{background|}}} | {{{background}}} | yellow}}; <!---- Top10:2013=#55DF8E, Top10:2010=#558EDF --->
 
color:            {{#if: {{{color|}}} | {{{color}}} | black}};  
 
color:            {{#if: {{{color|}}} | {{{color}}} | black}};  

Revision as of 15:39, 7 September 2017

Usage:

Examples

  • {{ColoredBackground|text=Simple Example}}
    Simple Example

  • {{ColoredBackground|text=Simple Example|border=3px solid}}
    Simple Example with a Border

  • {{ColoredBackground|text=Simple Example|border=3px solid|border-color=#207F4A}}
    Simple Example with a green Border