Difference between revisions of "Template:Clickable button/doc"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
(Created page with "{{documentation subpage}} == Example == {{Clickable button|color=white}} → <nowiki>{{Clickable button|color=white}}</nowiki> {{Clickable button|color=red}} → <nowiki>{{C...")
 
(No difference)

Latest revision as of 19:07, 27 December 2020

Example

Button text → {{Clickable button|color=white}}

Button text → {{Clickable button|color=red}}

Button text → {{Clickable button|color=blue}}

Templatedata

<templatedata> { "params": { "1": { "label": "Label", "required": true }, "color": { "label": "Color of the button", "description": "Can be blue (progressive), red (destructive) or white", "suggested": true } }, "description": "Creates a OOUI styled button." } </templatedata>