Name:
|
|
Type:
|
|
Sub-Template:
|
|
Designer:
|
|
|
Creates a card displaying your name and avatar, along with a WDL-Bar. Like this:
mafiascum
|
|
|
Wins, Draws and Losses:
W:7
|
D:1
|
L:2
|
|
|
|
|
|
|
Syntax
{{Usercard
| name=
| avatar=
| wins=
| draws=
| losses=
| quote=
| type=
| float=
| margin=
}}
Parameters
{{{name}}}
The name displayed on the card. Defaults to {{BASEPAGENAME}}
, meaning it will have the name of the page it is in.
{{{avatar}}}
The image displayed on the card. Default image depends on the value of {{{type}}}.
{{{wins}}}, {{{draws}}} and {{{losses}}}
Changes the values that will be computed by WDL-Bar. All default to 0
.
{{{quote}}}
A small quote displayed on the bottom of the card. Optional.
{{{type}}}
Can be town
, mafia
, cult
, werewolf
, self
, light
or dark
. Changes the color scheme of the card. Factional types change the default {{{avatar}}} to the respective faction icon by Diginova, and the other two change the default {{{avatar}}} to the MafiaWiki logo. Defaults to light
.
{{{float}}}
Can be left
or right
. Allow the card to float around text. Optional.
{{{margin}}}
Sets the attribute style="margin:{{{margin}}};"
. Optional.
Examples
{{Usercard}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= town
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= mafia
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= cult
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= werewolf
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= self
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| type= dark
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| name= ProgoWoshua
| avatar= ProgoWoshua avatar 1 full.png
| type= dark
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:0
|
D:0
|
L:0
|
|
|
|
|
|
|
{{Usercard
| name= ProgoWoshua
| avatar= ProgoWoshua avatar 1 full.png
| wins= 10
| draws= 3
| losses= 7
| type= dark
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:10
|
D:3
|
L:7
|
|
|
|
|
|
|
{{Usercard
| name= ProgoWoshua
| avatar= ProgoWoshua avatar 1 full.png
| wins= 10
| draws= 3
| losses= 7
| quote= Woshua is looking for some good clean fun.
| type= dark
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:10
|
D:3
|
L:7
|
|
|
|
|
|
Woshua is looking for some good clean fun.
|
mafiascum
|
|
|
Wins, Draws and Losses:
W:10
|
D:3
|
L:7
|
|
|
|
|
|
Woshua is looking for some good clean fun.
| {{Usercard
| name= ProgoWoshua
| avatar= ProgoWoshua avatar 1 full.png
| wins= 10
| draws= 3
| losses= 7
| quote= Woshua is looking for some good clean fun.
| type= dark
| float= right
}}
|
{{Usercard
| name= ProgoWoshua
| avatar= ProgoWoshua avatar 1 full.png
| wins= 10
| draws= 3
| losses= 7
| quote= Woshua is looking for some good clean fun.
| type= dark
| margin= auto
}}
mafiascum
|
|
|
Wins, Draws and Losses:
W:10
|
D:3
|
L:7
|
|
|
|
|
|
Woshua is looking for some good clean fun.
|