Difference between revisions of "Template:CharacterInfo"
m |
(Removed the <includeonly> tags so the default could show again, fixed some wording, moved occupation and campaign if only because of the issue of having two conditional blocks next to other in the table.) |
||
| Line 1: | Line 1: | ||
| − | + | {| class="wikitable" style="float: right; margin-left: 10px;" | |
|+{{{name|Unknown}}}<br /> | |+{{{name|Unknown}}}<br /> | ||
{{#if: {{{profileurl|}}} | {{#if: {{{profileurl|}}} | ||
| Line 11: | Line 11: | ||
}} | }} | ||
</div> | </div> | ||
| + | }} | ||
| + | {{#if: {{{campaign|}}} | ||
| + | | | ||
| + | {{!}}- | ||
| + | {{!}}'''Campaign'''{{!}}{{!}}{{{campaign}}} | ||
}} | }} | ||
|'''Name'''||{{{name|Unknown}}} | |'''Name'''||{{{name|Unknown}}} | ||
| Line 17: | Line 22: | ||
{{!}}- | {{!}}- | ||
{{!}}'''Aliases'''{{!}}{{!}}{{{aliases}}} | {{!}}'''Aliases'''{{!}}{{!}}{{{aliases}}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}} | }} | ||
|- | |- | ||
| Line 39: | Line 39: | ||
{{!}}'''Current World'''{{!}}{{!}}{{{currentworld}}} | {{!}}'''Current World'''{{!}}{{!}}{{{currentworld}}} | ||
}} | }} | ||
| + | |- | ||
| + | |'''Race'''||{{{race|Unknown}}} | ||
| + | |- | ||
| + | |'''Gender'''||{{{gender|Unknown}}} | ||
{{#if: {{{occupation|}}} | {{#if: {{{occupation|}}} | ||
| | | | ||
| Line 44: | Line 48: | ||
{{!}}'''Occupation'''{{!}}{{!}}{{{occupation}}} | {{!}}'''Occupation'''{{!}}{{!}}{{{occupation}}} | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|'''Height'''||{{{height|Unknown}}} | |'''Height'''||{{{height|Unknown}}} | ||
| Line 63: | Line 63: | ||
{{!}}'''Player'''{{!}}{{!}}{{{player}}} | {{!}}'''Player'''{{!}}{{!}}{{{player}}} | ||
}} | }} | ||
| − | |} | + | |} |
<noinclude>This is a template for character information. | <noinclude>This is a template for character information. | ||
| Line 72: | Line 72: | ||
PARAMETERS is a list of items separated by the pipe symbol, |. Each parameter in the list is in the format of NAME=VALUE. The following is a list of acceptable parameters: | PARAMETERS is a list of items separated by the pipe symbol, |. Each parameter in the list is in the format of NAME=VALUE. The following is a list of acceptable parameters: | ||
| + | * campaign | ||
* name | * name | ||
* aliases | * aliases | ||
| − | |||
| − | |||
* age | * age | ||
* birthday | * birthday | ||
| Line 83: | Line 82: | ||
* race | * race | ||
* gender | * gender | ||
| + | * occupation | ||
* height | * height | ||
* weight | * weight | ||
| Line 90: | Line 90: | ||
* player | * player | ||
| − | If any parameter is not included, then the default value will be used instead. The current defaults can be seen to the right, with the exceptions of Aliases, Occupation, Date of Death and Player, which only show up if given. | + | If any parameter is not included, then the default value will be used instead. Because the pipe symbol is used to separate items, if you wish to include the pipe symbol as a value, use &#124; instead. The current defaults can be seen to the right, with the exceptions of Aliases, Campaign, Occupation, Current World, Date of Death and Player, which only show up if given. |
In addition to the above, there are 3 additional parameters that are fields but control adding a profile image to the character information. They are as follows: | In addition to the above, there are 3 additional parameters that are fields but control adding a profile image to the character information. They are as follows: | ||
Revision as of 06:34, 12 January 2016
| Name | Unknown |
| Age | Unknown |
| Birthday | Unknown |
| Home World | ??? |
| Race | Unknown |
| Gender | Unknown |
| Height | Unknown |
| Weight | Unknown |
| Hair Color | Unknown |
| Eye Color | Unknown |
| Relatives | None |
This is a template for character information.
To utilize it, add the following to a page:
{{CharacterInfo|PARAMETERS}}
PARAMETERS is a list of items separated by the pipe symbol, |. Each parameter in the list is in the format of NAME=VALUE. The following is a list of acceptable parameters:
- campaign
- name
- aliases
- age
- birthday
- dateofdeath
- originalworld
- currentworld
- race
- gender
- occupation
- height
- weight
- haircolor
- eyecolor
- relatives
- player
If any parameter is not included, then the default value will be used instead. Because the pipe symbol is used to separate items, if you wish to include the pipe symbol as a value, use | instead. The current defaults can be seen to the right, with the exceptions of Aliases, Campaign, Occupation, Current World, Date of Death and Player, which only show up if given.
In addition to the above, there are 3 additional parameters that are fields but control adding a profile image to the character information. They are as follows:
- profileurl: This is an external image URL for the profile image.
- profilesize: If given, the profile image will be locked into a maximum square of the size given (for example, 100 will max out at 100x100). If not given, it defaults to 150.
- profilecaption: If given, it will add a caption under the profile image.
Example
| Aliases | Blitz |
| Campaign | Bob and George |
| Age | Unknown |
| Birthday | Unknown |
| Birthplace | ??? |
| Current Location | Mega Man's |
| Occupation | Superhero |
| Race | Human |
| Gender | Male |
| Height | Unknown |
| Weight | Unknown |
| Hair Color | Blonde |
| Eye Color | Unknown |
| Relatives | Bob (brother) |
An example of how to use the template:
{{CharacterInfo
|profileurl=http://bobandgeorge.com/images/George.png
|profilesize=100
|profilecaption=Ice Cream
|name=George
|aliases=Blitz
|campaign=Bob and George
|occupation=Superhero
|currentworld=Mega Man's
|race=Human
|gender=Male
|haircolor=Blonde
|relatives=Bob (''brother'')
}}
This renders as (see to the right):
