Template:T

From TestWiki
Revision as of 16:53, 8 July 2022 by PercyUK (talk | contribs) (Created page with "{| style="width:90%; padding:5px; text-align:center; font-size:100%; font-family:Trebuchet MS; background:{{{color|}}}; margin:auto;" |- | <big><span style="color:{{#if: {{{color|}}}|white|black}};">{{{1}}}</span></big><br> |}<noinclude> ==Details== If you use background labelled as "color" the text changes to white; or otherwise stays as default black <pre> {| style="width:90%; padding:5px; text-align:center; font-size:100%; font-family:Trebuchet MS; background:{{{colo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{{1}}}

Details[edit]

If you use background labelled as "color" the text changes to white; or otherwise stays as default black

{| style="width:90%; padding:5px; text-align:center; font-size:100%; font-family:Trebuchet MS; background:{{{color|}}}; margin:auto;"
|-
| <big><span style="color:{{#if: {{{color|}}}|white|black}};">{{{1}}}</span></big><br>
|}


Using example from Catwoman page
{{t|color=black|text=white|Comics}} next line
Comics

next line


Without "text"
{{t|color=black|Comics}} next line
Comics

next line


Without "color"
{{t|Comics}} next line
Comics

next line