Sjabloon:Red/doc: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === <code>My {{tlx|red|color}} text.</code> produces: ...')
 
(geen verschil)

Huidige versie van 17 jul 2013 om 12:13

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