Template:WikiButton: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
sims>LostInRiverview
(Retheme)
sims>Nikel23
(Adding a conditional -if- if the font color is not specified. Not setting a default value is ok, apparently? It had always been broken anyway.)
Line 1: Line 1:
<includeonly>{|class=wikibutton style="{{#if: {{{bgcolor|}}}|background: {{{bgcolor}}}|background: #99BBEE}}; font-color: {{{fontcolor}}};"
<includeonly>{|class=wikibutton style="{{#if: {{{bgcolor|}}}|background: {{{bgcolor}}}|background: #99BBEE}}; font-color: {{#if: {{{fontcolor|}}}|{{{fontcolor}}} }};"
|- align="center"
|- align="center"
|<div style="position:relative; height: 90px; width: 90px;">
|<div style="position:relative; height: 90px; width: 90px;">

Revision as of 11:21, 16 April 2015

Template documentation (View · Edit · History · Purge)
Uses

Used to create image-based buttons which contain links to other pages. Example of usage can be seen here.

Syntax
{{WikiButton
|image={{{Image to be used}}}
|articlename={{{Name of page to link to}}}
|name={{{Alternate name, if different from articlename}}}
|bgcolor={{{Optional - Background color (will default to blue - #99BBEE - if nothing is entered)}}} 
|boxcolor={{{Optional - Text box color (defaults to #99BBEE)}}}
|fontcolor={{{Optional - Text color {defaults to #000000)}}}
}}
For example,
{{WikiButton|image=Balloon_policar.png|articlename=:Category:Vehicles|name=Cars|bgcolor=green|boxcolor=blue|fontcolor=white}}

will produce

.

Visit Template:WikiButton/doc to edit this text! (How does this work?) (Refresh this text - why?)

__NOWYSIWYG__