Template:Color: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Dat Hack3r (talk | contribs) m Added default color and moved templatedata to documentation. |
||
Line 5: | Line 5: | ||
border-radius:4px 0 0 4px; | border-radius:4px 0 0 4px; | ||
font-family:Courier,monospace;"> | font-family:Courier,monospace;"> | ||
<nowiki>#</nowiki>{{{color}}}</span> | <nowiki>#</nowiki>{{{color|000000}}}</span> | ||
<span style="color:transparent; | <span style="color:transparent; | ||
background:#{{{color}}}; | background:#{{{color|000000}}}; | ||
margin:0; | margin:0; | ||
border-radius:0 4px 4px 0; | border-radius:0 4px 4px 0; | ||
width:1.75em;"></span></span><noinclude> | width:1.75em;"></span></span><noinclude> | ||
{{Documentation}} | |||
{ | |||
} | |||
</noinclude> | </noinclude> |
Revision as of 23:13, 16 November 2024
#000000
![]() | This template is a high priority for maintenance as it is original to the OWOT Wiki and used in articles. As such, this template may contain bugs and it should be a top priority of template maintainers to quickly fix any issues that arise with it. Discuss breaking changes on the talk page before implementing them. |
For putting main colors in.
Parameter | Description | Type | Status | |
---|---|---|---|---|
color | color | CSS name of color or hex code of color, e.g. 'red' or '#00F000'.
| String | optional |