Kentsmith9 (talk | contribs) (Moved doc to separate page) |
m (templatedata) |
||
Line 1: | Line 1: | ||
<span style="color:#FF0000">{{{1|}}}</span><noinclude>{{doc}}</noinclude> | <span style="color:#FF0000">{{{1|}}}</span><noinclude>{{doc}}</noinclude> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text to be in red", | |||
"description": "Put text that want in red here", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Make text red" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 03:38, 11 August 2016
Usage
Entering the following code onto a page:
{{Red|Display this in red.}}
Results in:
- Display this in red.
Template Data
This template makes text red.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text to be in red | 1 | Put text that you want in red here | String | required |
The above documentation is transcluded from Template:Red/doc. Please add categories to the /doc subpage. Subpages of this template. |
Make text red
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text to be in red | 1 | Put text that want in red here | String | required |