Difference between revisions of "Template:Red"
From MansunWiki
(Created page with "<span style="color:red">{{{1}}}</span><noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> {{Documentation}}</noinclude>") |
(No difference)
|
Latest revision as of 20:09, 15 July 2015
{{{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>