Difference between revisions of "Template:Blue button"

From blackwiki
Jump to navigation Jump to search
imported>Steven (WMF)
(reverting per recommendation at Wikipedia:Village_pump_%28technical%29#Article_wizard_also_broken)
imported>Technical 13
(HTML5 standardization - replace 'font color="' with 'span style="color:' -- This looks like it could use a lot of other css cleanup as well... Maybe User:Edokter can look at it sometime?)
Line 46: Line 46:
 
text-rendering: optimizelegibility;
 
text-rendering: optimizelegibility;
 
text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 0px;
 
text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 0px;
width: auto;">{{#if:{{{elink|}}}|[{{{elink}}} <font color="white">{{{text}}}</font>]|{{#if:{{{link|}}}|[[{{{link}}}|<font color="white">{{{text}}}</font>]]|{{{text|{{{1|Go on}}} }}} }} }}</span>
+
width: auto;">{{#if:{{{elink|}}}|[{{{elink}}} <span style="color: #FFF;">{{{text}}}</span>]|{{#if:{{{link|}}}|[[{{{link}}}|<span style="color: #FFF;">{{{text}}}</span>]]|{{{text|{{{1|Go on}}} }}} }} }}</span>
 
<noinclude>
 
<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 13:24, 29 June 2014

Go on

Template documentation[view] [edit] [history] [purge]

This makes a blue button. It's not the same as {{Big Blue Button}}.

Usage

{{blue button|link=Target of link|text=Text of link}}

For instance, {{blue button|link=google|text=google}} shows up as google