Difference between revisions of "Template:Color"

From LFS Manual
Jump to navigationJump to search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span style="display: inline-block; border: 0px solid {{{border|#000}}}; background-color: {{{1}}}; width: 1rem; height: 1rem;"></span></includeonly><noinclude>
+
<includeonly><span style="position: relative; display: inline-block; border: 1px solid #666; background-color: {{{1}}}; width: 1rem; height: 1rem;">{{#if:{{{2|}}}|<span style="clip-path: polygon(0 0, 100% 0, 100% 100%); display: inline-block; background: {{{2|}}}; width: 1rem; height: 1rem; transform: skewY(0.001deg);"></span>}}</span></includeonly><noinclude>
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 13:46, 27 July 2024

Template Info-Icon.png

Template documentation

View - Edit

Markup Renders as
{{color|black}}
{{color|gray}}
{{color|silver}}
{{color|white}}
{{color|red}}
{{color|orange}}
{{color|yellow}}
{{color|green}}
{{color|turquoise}}
{{color|blue}}
{{color|magenta}}
{{color|purple}}
{{color|#cf9cab}}

Two colors

Markup Renders as
{{color|red|yellow}}