Template:ColoredText: Difference between revisions
Appearance
adding the template, not sure if it will work yet, i'll check it |
m removed the example because of template loop Tag: Manual revert |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<span style="color:{{{2|}}};">{{{1}}}</span><noinclude><templatedata> | |||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Text", | "label": "Text", | ||
"example": "Hello", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 11: | Line 10: | ||
"2": { | "2": { | ||
"label": "Color", | "label": "Color", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": " | "description": "Color the text!", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata></noinclude><noinclude>[[Category:Templates]]</noinclude> | ||
</noinclude> | |||