(Pagină nouă: Documentation icon Template documentation This template displays the text after the pipe (|) in red. Usage Entering the following code onto a page: {{Red|Display this in red.}} R...) |
(→Usage) |
||
(Nu s-au afișat 5 versiuni intermediare efectuate de același utilizator) | |||
Linia 1: | Linia 1: | ||
Usage | == Usage == | ||
Entering the following code onto a page: | Entering the following code onto a page: | ||
{{Red|Display this in red.}} | :{{nowrapcode|<nowiki>{{Red|Display this in red.}}</nowiki>}} | ||
Results in: | Results in: | ||
Display this in red. | :{{Red|Display this in red.}} | ||
==Template Data == | |||
<templatedata> | |||
Put text that you want in red here | { | ||
"params": { | |||
"1": { | |||
"label": "Text to be in red", | |||
"description": "Put text that you want in red here", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template makes text red." | |||
} | |||
</templatedata> | |||
<includeonly> | |||
<!-- ADD CATEGORIES BELOW THIS LINE --> | |||
[[Category:Text formatting templates]] | |||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | |||
</includeonly> | |||
Versiunea curentă din 30 octombrie 2019 11:01
Usage
Usage
Template Data
This template makes text red.
Parametru | Descriere | Tip | Stare | |
---|---|---|---|---|
Text to be in red | 1 | Put text that you want in red here | Șir | obligatoriu |
Template Data
This template makes text red.
Parametru | Descriere | Tip | Stare | |
---|---|---|---|---|
Text to be in red | 1 | Put text that you want in red here | Șir | obligatoriu |