Difference between revisions of "Template:TGUI-Button"
Jump to navigation
Jump to search
Sirryan2002 (talk | contribs) (added for styling) |
Sirryan2002 (talk | contribs) (added info for using template) |
||
Line 10: | Line 10: | ||
border-radius: 3px;">{{{Content|Text}}}</span></includeonly> | border-radius: 3px;">{{{Content|Text}}}</span></includeonly> | ||
<noinclude> | <noinclude> | ||
=== Regular Button === | |||
<nowiki>{{TGUI-Button|Content=Hello|button_color=default}}</nowiki><br/> | |||
{{TGUI-Button|Content=Hello|button_color=default}} | {{TGUI-Button|Content=Hello|button_color=default}} | ||
=== Green Button === | |||
<nowiki>{{TGUI-Button|Content=Hello|button_color=default}}</nowiki><br/> | |||
{{TGUI-Button|Content=World|button_color=green}} | |||
</noinclude> | </noinclude> |
Revision as of 18:02, 7 June 2023
Regular Button
{{TGUI-Button|Content=Hello|button_color=default}}
Hello
Green Button
{{TGUI-Button|Content=Hello|button_color=default}}
World