Difference between revisions of "Template:TGUI-Button"

From Paradise Station Wiki
Jump to navigation Jump to search
(added for styling)
 
 
(One intermediate revision by the same user not shown)
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=green}}</nowiki><br/>
{{TGUI-Button|Content=World|button_color=green}}
</noinclude>
</noinclude>

Latest revision as of 18:04, 7 June 2023


Regular Button

{{TGUI-Button|Content=Hello|button_color=default}}
Hello

Green Button

{{TGUI-Button|Content=Hello|button_color=green}}
World