Template:T

    From TestWiki
    {{{1}}}

    Details[edit source]

    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