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>Random Ranaun
No edit summary
imported>Syde BOT
m (→‎top: clean up, replaced: [[Image: → [[File:)
 
(26 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<includeonly>{|class=wikibutton style="{{#if: {{{bgcolor|}}}|background: {{{bgcolor}}}|background: #99BBEE}};"
{| style="background:#99BBEE; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -khtml-border-radius:5px; display:inline-block;"
|- align="center"
|- align="center"
|<div style="position:relative; height: 90px; width: 90px;">
|<div style="position:relative; height: 90px; width: 90px;">


<div style="position: absolute; top: 75px; left: 0px; width: 90px; overflow: hidden; line-height: 12px; z-index: 4; text-align: right;"><table cellspacing="0" cellpadding="1" style="background:#99BBEE;-moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; border-top-left-radius:8px;-khtml-border-radius-topleft:8px;" align="right"><tr><td>&nbsp;[[{{{articlename}}}|<span style="color: black;font-size:x-small;">'''{{{name}}}'''</span>]]</td></tr></table></div>
<div style="position: absolute; top: 75px; left: 0px; width: 90px; overflow: hidden; line-height: 12px; z-index: 4; text-align: right;"><table cellspacing="0" cellpadding="1" style="{{#if: {{{boxcolor|}}}|background: {{{boxcolor}}}|background: #99BBEE}};" align="right"><tr><td>&nbsp;[[{{{articlename}}}|<span style="{{#if: {{{fontcolor|}}}|color: {{{fontcolor}}}|color: black}};">{{{name}}}</span>]]</td></tr></table></div>


<div style="position: absolute; top: 0px; left: 0px; height: 90px; width: 90px; overflow: hidden">
<div style="position: absolute; top: 0px; left: 0px; height: 90px; width: 90px; overflow: hidden">
Line 9: Line 9:
<div style="position: absolute; top: 0px; left: 0px; font-size: 252px; overflow: hidden; line-height: 60px; z-index: 3">[[{{{articlename}}}|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]</div>
<div style="position: absolute; top: 0px; left: 0px; font-size: 252px; overflow: hidden; line-height: 60px; z-index: 3">[[{{{articlename}}}|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]</div>


<div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[Image:{{{image}}}|90px|{{{articlename}}}]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[File:{{{image}}}|90px|{{{articlename}}}]]</div>


</div></div>
</div></div>
|}<noinclude>
|}</includeonly><noinclude>
{{Documentation}}
__NOWYSIWYG__
__NOWYSIWYG__
</noinclude>
</noinclude>

Latest revision as of 08:03, 5 December 2019

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__