Template:Red/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Dpleibovitz
(Added see also section)
meta>Excirial
(Adding templatedata)
Line 6: Line 6:


My {{red|color}} text.
My {{red|color}} text.
==TemplateData==
<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>


== See also ==
== See also ==

Revision as of 11:46, 2 July 2013

Usage

My {{red|color}} text. produces:

My color text.

TemplateData

This template changes the color of any supplied text to red

Template parameters

ParameterDescriptionTypeStatus
Text1

The text that should be colored red.

Stringrequired


See also