Template:FontColor: Difference between revisions

From Atomix
No edit summary
mNo edit summary
Line 12: Line 12:


Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly><span style="color:{{{fg|}}}; background:{{{bg|}}}">{{{text|}}}</span></includeonly>
<span style="color:{{{fg|}}}; background:{{{bg|}}}">{{{text|}}}</span></includeonly>

Revision as of 15:56, 15 December 2021

This is the "FontColor" template. It should be called in the following format:

{{FontColor
|fg=
|bg=
|text=
}}

You must specify the fonts using names (yellow,red) or hexadecimal form. Note that background (bg) or foreground (fg) can be left empty.

Edit the page to see the template text.