Template:Red
From MansunWiki
{{{1}}}
This documentation is transcluded from Template:Red/doc. (edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
My <code>{{red|color}}
text.</code> produces:
My color text.
Template data
<TemplateData> {
"description": "This template changes the color of any supplied text to red", "params": { "1": { "label": "Text", "description": "The text that should be colored red.", "type": "string", "required": true } }
} </TemplateData>