Character Guide: Difference between revisions
From Betamountain.org
(Created page with "<includeonly> {| class="toccolours" style="float: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%; clear:right;" cellpadding="2" cellspacing="0" |- | colspan="2" style...") |
m (Reverting) |
||
(26 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| class="toccolours" style="float: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%; clear:right;" cellpadding="2" cellspacing="0" | {| class="toccolours" style="float: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%; clear:right;" cellpadding="2" cellspacing="0" | ||
|- | |- | ||
| colspan="2" style="text-align: center; font-size: larger; font-weight: bold; color: #FFFFFF; background-color: # | | colspan="2" style="text-align: center; font-size: larger; font-weight: bold; color: #FFFFFF; background-color: #282728" | '''{{{title|{{PAGENAME}}}}}''' | ||
|- | |- | ||
| colspan="2" style="padding: | | colspan="2" style="padding: 0 em 0; text-align: center;" | <center>[[Image:{{{photo}}}|{{{1}}}]]</center> | ||
|- | |- | ||
| | {{#if: {{{name|}}} | ||
| {{{ | | {{#!: | ||
|- | | <b>Name</b> || {{{name}}} | ||
| | |- | ||
| {{{species}}} | }} | ||
|- | }} | ||
| | {{#if: {{{alias|}}} | ||
| {{{age}}} | | {{#!: | ||
|- | | <b>Alias</b> || {{{alias}}} | ||
| | |- | ||
| {{{status}}} | }} | ||
|- | }} | ||
| | {{#if: {{{species|}}} | ||
| {{{education}}} | | {{#!: | ||
|- | | <b>Species</b> || {{{species}}} | ||
| | |- | ||
| {{{appearance}}} | }} | ||
|- | }} | ||
| | {{#if: {{{age|}}} | ||
| {{{ability}}} | | {{#!: | ||
|- | | <b>Age</b> || {{{age}}} | ||
| | |- | ||
| {{{origin}}} | }} | ||
|- | }} | ||
| | {{#if: {{{status|}}} | ||
| {{{death}}} | | {{#!: | ||
|- | | <b>Status</b> || {{{status}}} | ||
| | |- | ||
| {{{parents}}} | }} | ||
|- | }} | ||
| | {{#if: {{{education|}}} | ||
| {{{relatives}}} | | {{#!: | ||
|- | | <b>Education</b> || {{{education}}} | ||
| | |- | ||
| {{{children}}} | }} | ||
|- | }} | ||
| | {{#if: {{{appearance|}}} | ||
| | | {{#!: | ||
| <b>Appearance</b> || {{{appearance}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{ability|}}} | |||
| {{#!: | |||
| <b>Ability</b> || {{{ability}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{origin|}}} | |||
| {{#!: | |||
| <b>Origin</b> || {{{origin}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{death|}}} | |||
| {{#!: | |||
| <b>Death</b> || {{{death}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{parents|}}} | |||
| {{#!: | |||
| <b>Parents</b> || {{{parents}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{relatives|}}} | |||
| {{#!: | |||
| <b>Relatives</b> || {{{relatives}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{children|}}} | |||
| {{#!: | |||
| <b>Children</b> || {{{children}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{marital status|}}} | |||
| {{#!: | |||
| <b>Marital Status</b> || {{{marital status}}} | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{voice|}}} | |||
| {{#!: | |||
| <b>Voice Actor</b> || [[{{{voice}}}]] | |||
|- | |||
}} | |||
}} | |||
{{#if: {{{First|}}} | |||
| {{#!: | |||
| <b>First Appearance</b> || ''{{{First}}}'' | |||
|- | |||
}} | |||
}} | |||
|- | |- | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
'''Example Code''' | '''Example Code''' | ||
---- | ---- | ||
<pre> | <pre> | ||
{{Character | {{Character Guide | ||
|title= | |title= | ||
|photo= | |photo= | ||
|name= | |name= | ||
| | |alias= | ||
|species= | |||
|age= | |age= | ||
Line 70: | Line 128: | ||
|children= | |children= | ||
|marital status= | |marital status= | ||
|voice= | |||
|First= | |||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 08:40, 14 March 2020
Example Code
{{Character Guide |title= |photo= |name= |alias= |species= |age= |status= |education= |appearance= |ability= |origin= |death= |parents= |relatives= |children= |marital status= |voice= |First= }}
Usage
The "title" option should be for displaying the same text as the article's title; "name" should list the full name of the character.
The "photo" option is to be used in the following way: just add the file name of the uploaded picture, a pipe (|) and the picture caption. For example: ZachJr.jpg|Zach Foxx Jr. The rest is done automagically.