Template:Anaconda: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|style="border:solid 2px #c00;width:{{{3|250px}}};text-align:center"
{|style="border:solid 2px #c00;width:{{{3|250px}}};text-align:center"
|rowspan=2|[[Image:Anaconda.png|60px]]
|rowspan=2|[[Image:Anaconda.png|60px|alt="Team Anaconda"|link=The Fortress/Anaconda]]
|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"|{{{1|This user}}} is {{{2|a member}}} of<br />[[The_Fortress/Anaconda|Team Anaconda]] {{{4|and kicks zed butt}}}.
|}<noinclude>
|}<noinclude>


Line 16: Line 16:


===Name Variable===
===Name Variable===
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'''". You can change it by typing ''1=Wished name'':


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


which produces
which produces
{{ {{PAGENAME}}|Dave}}
{{ {{PAGENAME}}|1=Dave}}


===Role Variable===
===Role Variable===
This {{{box|userbox}}} takes one variable to optionally set the role of the user, otherwise defaulting to "'''a member'''":
This {{{box|userbox}}} takes one variable to optionally set the role of the user, otherwise defaulting to "'''a member'''". You can change it by typing ''2=wished role'':


{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>Dave<nowiki>|</nowiki>a soldier'''<nowiki>}}</nowiki>}}
{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>1<nowiki>=</nowiki>Dave<nowiki>|</nowiki>2<nowiki>=</nowiki>a soldier'''<nowiki>}}</nowiki>}}


which produces
which produces
{{ {{PAGENAME}}|Dave|a soldier}}
{{ {{PAGENAME}}|1=Dave|2=a soldier}}


===Size Variable===
===Size Variable===
This {{{box|userbox}}} takes one variable to optionally set its own width, otherwise defaulting to "'''250px'''":
This {{{box|userbox}}} takes one variable to optionally set its own width, otherwise defaulting to "'''250px'''". You can change it by typing ''3=#px'', where # is the number of pixels:


{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>Dave<nowiki>|</nowiki>a soldier<nowiki>|</nowiki>285px'''<nowiki>}}</nowiki>}}
{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>1<nowiki>=</nowiki>Dave<nowiki>|</nowiki>3<nowiki>=</nowiki>285px'''<nowiki>}}</nowiki>}}


which produces
which produces
{{ {{PAGENAME}}|Dave|a soldier|285px}}
{{ {{PAGENAME}}|1=Dave|3=285px}}


===Text Variable===
This {{{box|userbox}}} takes one variable to optionally set the ending text, otherwise defaulting to "'''and kicks zed butt'''". The final dot will be inserted automatically, '''do not''' type the final dot. You can change it by typing ''4=wished text'':
{{CodeInline|<nowiki>{{</nowiki>'''{{PAGENAME}}<nowiki>|</nowiki>2<nowiki>=</nowiki>a soldier<nowiki>|</nowiki>4<nowiki>=</nowiki>and licks windows'''<nowiki>}}</nowiki>}}
which produces
{{ {{PAGENAME}}|2=a soldier|4=and licks windows}}
__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>

Latest revision as of 00:12, 24 October 2011

"Team Anaconda" 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

"Team Anaconda" 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". You can change it by typing 1=Wished name:

{{Anaconda|1=Dave}}

which produces

"Team Anaconda" Anaconda
Dave 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". You can change it by typing 2=wished role:

{{Anaconda|1=Dave|2=a soldier}}

which produces

"Team Anaconda" Anaconda
Dave is a soldier of
Team Anaconda and kicks zed butt.

Size Variable

This userbox takes one variable to optionally set its own width, otherwise defaulting to "250px". You can change it by typing 3=#px, where # is the number of pixels:

{{Anaconda|1=Dave|3=285px}}

which produces

"Team Anaconda" Anaconda
Dave is a member of
Team Anaconda and kicks zed butt.

Text Variable

This userbox takes one variable to optionally set the ending text, otherwise defaulting to "and kicks zed butt". The final dot will be inserted automatically, do not type the final dot. You can change it by typing 4=wished text:

{{Anaconda|2=a soldier|4=and licks windows}}

which produces

"Team Anaconda" Anaconda
This user is a soldier of
Team Anaconda and licks windows.