Template:Color: Difference between revisions
Jump to navigation
Jump to search
Dat Hack3r (talk | contribs) m Dat Hack3r moved page Template:Main color to Template:Color: This can be used for all colors. |
Dat Hack3r (talk | contribs) m Now you don't need to add "color=". |
||
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|000000}}}</span> | <nowiki>#</nowiki>{{{1|{{{color|000000}}}}}}</span> | ||
<span style="color:transparent; | <span style="color:transparent; | ||
background: | background:{{{1|{{{color|000000}}}}}}; | ||
margin:0; | margin:0; | ||
border-radius:0 4px 4px 0; | border-radius:0 4px 4px 0; |
Revision as of 23:25, 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 |