Template:Green: Difference between revisions
From Our Time Travel Wiki
(Created page with "<span style="color:green;">{{{1}}}</span><noinclude> <!-- Add categories to the /doc subpage and interwikis to WikiData, not here! --> {{Documentation}}</noinclude>") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 16:55, 10 August 2021
{{{1}}}
![]() | This template is used on approximately 8,400 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Usage
My {{green|color}}
text. Produces:
My color text.
Template data
Template:TemplateDataHeader <TemplateData> {
"description": "This template changes the color of any supplied text to green", "params": { "1": { "label": "Text", "description": "The text that should be colored green.", "type": "string", "required": true } }
} </TemplateData>