Template:Infobox PCs: Difference between revisions
Clorinspats (talk | contribs) Created page with "{| class="infobox" style="width:300px;" |colspan=2 style="text-align:center;background:#837f7e;color:#fff;"|'''{{PAGENAME}}''' |- |colspan=2 style="text-align:center"|[[File:{{{image|}}}|300px|thumb|center]] |- |colspan=2 style="text-align:center;background:#837f7e;color:#fff;"|'''Identity''' |- |'''Full Name:'''||{{{fullname}}} |- |'''Other names:'''||{{{othernames}}} |- |'''Player:'''||{{{player}}} |- |'''Pronouns:'''||{{{pronouns}}} |} <nowiki> xxx </nowiki>" |
Clorinspats (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
|- | |- | ||
|'''Pronouns:'''||{{{pronouns}}} | |'''Pronouns:'''||{{{pronouns}}} | ||
|- | |||
|colspan=2 style="text-align:center;background:#837f7e;color:#fff;"|'''Notables''' | |||
|- | |||
|'''Occupation:'''||{{{job}}} | |||
|- | |||
|'''Element:'''||{{{element}}} | |||
|- | |||
|colspan=2 style="text-align:center;background:#837f7e;color:#fff;"|'''Personal Details''' | |||
|- | |||
|'''Birthday:'''||{{{bday}}} | |||
|- | |||
|'''Nationality:'''||{{{nationality}}} | |||
|- | |||
|'''Height:'''||{{{height}}} | |||
|- | |||
|'''Weight:'''||{{{weight}}} | |||
|- | |||
|'''Hair:'''||{{{hair}}} | |||
|- | |||
|'''Eyes:'''||{{{eyes}}} | |||
|- | |||
|'''Skin:'''||{{{skin}}} | |||
|- | |||
|colspan=2 style="text-align:center;background:#837f7e;color:#fff;"|'''Relationships''' | |||
|- | |||
|'''Affiliation:'''||{{{affiliation}}} | |||
|- | |||
|'''Family:'''||{{{family}}} | |||
|- | |||
|'''Partners:'''||{{{partners}}} | |||
|} | |} | ||
The below code should be copied and placed under Edit Source. To use the visual editor, navigate to templates. | |||
<nowiki> | <nowiki> | ||
{{Infobox PCs | |||
|image= | |||
| | |||
}} | |||
</nowiki> | </nowiki> | ||
{| class="wikitable" style="margin:auto" | |||
|+ Tag Explanations | |||
|- | |||
! Tag !! Info | |||
|- | |||
| image || An image filename should be placed here, for example "butts.jpg" | |||
|} |
Revision as of 17:48, 6 July 2024
Infobox PCs | |
[[File:|300px|thumb|center]] | |
Identity | |
Full Name: | {{{fullname}}} |
Other names: | {{{othernames}}} |
Player: | {{{player}}} |
Pronouns: | {{{pronouns}}} |
Notables | |
Occupation: | {{{job}}} |
Element: | {{{element}}} |
Personal Details | |
Birthday: | {{{bday}}} |
Nationality: | {{{nationality}}} |
Height: | {{{height}}} |
Weight: | {{{weight}}} |
Hair: | {{{hair}}} |
Eyes: | {{{eyes}}} |
Skin: | {{{skin}}} |
Relationships | |
Affiliation: | {{{affiliation}}} |
Family: | {{{family}}} |
Partners: | {{{partners}}} |
The below code should be copied and placed under Edit Source. To use the visual editor, navigate to templates.
{{Infobox PCs |image= | }}
Tag | Info |
---|---|
image | An image filename should be placed here, for example "butts.jpg" |