Template:Anaconda: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{|style="border:solid 2px #c00;width:{{{3|285px}}};text-align:center"
{|style="border:solid 2px #c00;width:{{{size|285px}}};text-align:center"
|rowspan=2|[[Image:Anaconda.png|60px]]
|rowspan=2|[[Image:Anaconda.png|60px]]
|style="background:#c00;color:white;font-size:small;line-height:1.5;width:100%"|'''Anaconda'''
|style="background:#c00;color:white;font-size:small;line-height:1.5;width:100%"|'''Anaconda'''
|-
|-
|style="font-size:xx-small;line-height:2"|{{{1|This user}}} is {{{2|a member}}} of<br />[[The_Fortress/Anaconda|Team Anaconda]] and kicks zed butt.
|style="font-size:xx-small;line-height:2"|{{{name|This user}}} is {{{role|a member}}} of<br />[[The_Fortress/Anaconda|Team Anaconda]] and kicks zed butt.
|}<noinclude>
|}<noinclude>


Line 18: Line 18:
This {{{box|userbox}}} takes one variable to optionally set the name of the user, otherwise defaulting to "'''This user'''":
This {{{box|userbox}}} takes one variable to optionally set the name of the user, otherwise defaulting to "'''This user'''":


{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>Dave'''<nowiki>}}</nowiki>}}
{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>name=Dave'''<nowiki>}}</nowiki>}}


which produces
which produces
Line 34: Line 34:
This {{{box|userbox}}} takes one variable to optionally set its own width, otherwise defaulting to "'''285px'''":
This {{{box|userbox}}} takes one variable to optionally set its own width, otherwise defaulting to "'''285px'''":


{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>Dave<nowiki>|</nowiki>a soldier'''<nowiki>|</nowiki>350px'''<nowiki>}}</nowiki>}}
{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>Dave<nowiki>|</nowiki>a soldier<nowiki>|</nowiki>250px'''<nowiki>}}</nowiki>}}


which produces
which produces
{{ {{PAGENAME}}|Dave}}
{{ {{PAGENAME}}|Dave|a soldier|250px}}


__NOEDITSECTION__ __NOTOC__[[Category:Character related|{{PAGENAME}}]][[Category:Group_Templates|{{PAGENAME}}]][[Category:The_Fortress|{{PAGENAME}}]][[Category:The_Fortress/Anaconda|{{PAGENAME}}]]</noinclude>
__NOEDITSECTION__ __NOTOC__[[Category:Character related|{{PAGENAME}}]][[Category:Group_Templates|{{PAGENAME}}]][[Category:The_Fortress|{{PAGENAME}}]][[Category:The_Fortress/Anaconda|{{PAGENAME}}]]</noinclude>

Revision as of 18:46, 17 August 2011

Anaconda.png Anaconda
This user is a member of
Team Anaconda and kicks zed butt.

Usage

Standard

To include this userbox on your page, simply copy and paste the following code onto your page:

{{Anaconda}}

which produces

Anaconda.png Anaconda
This user is a member of
Team Anaconda and kicks zed butt.

Name Variable

This userbox takes one variable to optionally set the name of the user, otherwise defaulting to "This user":

{{{1}}}

which produces

Anaconda.png Anaconda
This user is a member of
Team Anaconda and kicks zed butt.

Role Variable

This userbox takes one variable to optionally set the role of the user, otherwise defaulting to "a member":

{{Anaconda|Dave|a soldier}}

which produces

Anaconda.png Anaconda
This user is a member of
Team Anaconda and kicks zed butt.

Size Variable

This userbox takes one variable to optionally set its own width, otherwise defaulting to "285px":

{{Anaconda|Dave|a soldier|250px}}

which produces

Anaconda.png Anaconda
This user is a member of
Team Anaconda and kicks zed butt.