Sjabloon:Red/doc

Uit informatiestandaarden
< Sjabloon:Red
Versie door Ahenket (overleg | bijdragen) op 17 jul 2013 om 10:13 (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: ...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen

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