Difference between revisions of "Button"
From Sega Retro
(Created page with "<includeonly><span style="display: inline-block; background-color:#{{{bgcolour|}}}{{{bgcolor|}}}; color:#{{{textcolour|}}}{{{textcolor|}}}; text-align:center; min-width:15px;...") |
|||
Line 1: | Line 1: | ||
− | <includeonly><span style="display: inline-block; background-color:#{{{bgcolour|}}}{{{bgcolor|}}}; color:#{{{textcolour|}}}{{{textcolor|}}}; text-align:center; min-width:15px; font-size:12px; line-height:15px; box-shadow: 1px 1px #000; border-radius:100px; font-weight:{{{weight|bold}}}; vertical-align:middle; margin-left:1px; margin-right:1px;"> {{{text|}}} </span></includeonly><noinclude> | + | <includeonly><span style="display: inline-block; background-color:#{{{bgcolour|}}}{{{bgcolor|}}}; color:#{{{textcolour|}}}{{{textcolor|}}}; text-align:center; min-width:15px; font-size:12px; line-height:15px; box-shadow: 1px 1px #000; border-radius:100px; font-weight:{{{weight|bold}}}; vertical-align:middle; margin-left:1px; margin-right:1px;">{{#ifeq:{{#len:{{{text|}}}}}|1|{{{text|}}}| {{{text|}}} }}</span></includeonly><noinclude> |
Template for buttons. | Template for buttons. |