Sjabloon:Red: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '<span style="color:red">{{{1}}}</span><noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> {{Documentation}}</noinclude>')
 
(geen verschil)

Huidige versie van 17 jul 2013 om 10:13

{{{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