Sjabloon:Red

Uit informatiestandaarden
Ga naar: navigatie, zoeken

{{{1}}}

[bewerken] [purge] Template documentation

Usage

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

My 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