Template:Main color: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<span style="display:inline-flex;border-radius:4px;border: | <span style="display:inline-flex;border-radius:4px;border:1px solid black;margin:0;padding:2px;background:#eee;"> | ||
<span style="color: | <span style="color:black; | ||
background: | background:white; | ||
margin:0; | margin:0; | ||
border-radius:4px | border-radius:4px 0 0 4px; | ||
font-family:Courier,monospace;"> | font-family:Courier,monospace;"> | ||
<nowiki>#{{{color}}} | <nowiki>#</nowiki>{{{color}}}</span> | ||
<span style="color:transparent; | <span style="color:transparent; | ||
background:#{{{color}}}; | background:#{{{color}}}; | ||
margin:0; | margin:0; | ||
border-radius: | border-radius:0 4px 4px 0; | ||
width: | width:1.75em;"></span></span><noinclude> | ||
</span> | |||
</span> | |||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"color": { | "color": { | ||
"description": "Put the user's main color here.", | |||
"autovalue": "unknown" | |||
} | |||
}, | }, | ||
"description": "For putting main colors in." | "description": "For putting main colors in." |
Latest revision as of 11:00, 1 October 2023
#{{{color}}}
For putting main colors in.
Parameter | Description | Type | Status | |
---|---|---|---|---|
color | color | Put the user's main color here.
| Unknown | optional |