Predefinição:Color/doc Ver histórico

Revisão de 15h32min de 27 de março de 2023 por Hebermc (discussão | contribs) (Criou página com '{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> == Usage == Uses the <nowiki><span></nowiki> tag. {{Pre2|<nowiki> <span style="color:{{{color|{{{2|black}}}}}}">{{...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
This is a documentation subpage for Predefinição:Color.
It contains usage information, categories and other content that is not part of the original predefinição page.

Usage

Uses the <span> tag.


<span style="color:{{{color|{{{2|black}}}}}}">{{{1|}}}</span>

Parameters

The first unnamed parameter is the text that will be colored. The second unnamed parameter or |color= will be the color used. It will accept the HTML numeric or named colors.

The absence of the second or |color= parameter will return black.