Template:Characterprofile: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (VANKRASN39 moved page Template:CharacterProfileImage to Template:Characterprofile: naming convention)
(instructions)
Line 1: Line 1:
{| align="right" style="width: 22em; margin: 10px 1px 10px 10px; clear:both; background:#FFF;" cellpadding="0" cellspacing="0"
<!-- MAIN TEMPLATE CODE --><includeonly>{| align="right" style="width: 22em; margin: 10px 1px 10px 10px; clear:both; background:#FFF;" cellpadding="0" cellspacing="0"
| align = center |
| align = center |
{| style="border:2px #aaa solid; width: 100%; font-size: 95%; text-align: left;"
{| style="border:2px #aaa solid; width: 100%; font-size: 95%; text-align: left;"
Line 128: Line 128:
|}}
|}}
|}
|}
|}</includeonly><!-- INSTRUCTIONS CODE --><noinclude>
|}<noinclude>
{{characterprofile
|name= NAME
|image= <nowiki>[[File:filename|thumbnail|center]]</nowiki>
|caption= CAPTION
|race= RACE
|culture= CULTURE
|class= CLASS
|profession= PROFESSION
|religion= RELIGION
|word= IN-A-WORD
|disposition= DISPOSITION
|demeanor= DEMEANOR
|ptrait= PRIMARY TRAIT
|strait= SECONDARY TRAIT
|flaw= FLAW
|strength= STRENGTH
|weakness= WEAKNESS
|habits= HABITS
|hobbies= HOBBIES
|soft= SOFT SPOTS
|likes= LIKES
|dislikes= DISLIKES
|fears= FEARS
|loyalties= LOYALTIES
|friend= FRIEND
|spouse= SPOUSE
|loved= LOVED ONE
}}
This template puts a table on the right side of a profile page that will look like this if all parameters are completed.

'''It is not necessary to complete all parameters. Parameters will not show if you do not complete them.

Text between <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> will not appear on your profile page (it is commonly used to leave editor notes). It is okay to remove the <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> and the text in between.
===COPY/PASTE CODE===
<pre{{log2|border=none|margin-right=30em}}>
<nowiki>{{characterprofile
|name=
|image= <!--example: [[File:filename.png|thumbnail|center]] -->
|caption=
|race=
|culture=
|class=
|profession=
|religion=
|word=
|disposition=
|demeanor=
|ptrait=
|strait=
|flaw=
|strength=
|weakness=
|habits=
|hobbies=
|soft=
|likes=
|dislikes=
|fears=
|loyalties=
|friend=
|spouse=
|loved=
}}</nowiki>
</pre>




[[Category:Templates]]
[[Category:Templates]]

Revision as of 13:55, 26 April 2017

NAME
[[File:filename|thumbnail|center]]
CAPTION
Race RACE
Culture CULTURE
Class CLASS
Profession PROFESSION
Religion RELIGION
In-a-Word IN-A-WORD
Disposition DISPOSITION
Demeanor DEMEANOR
Primary Trait PRIMARY TRAIT
Flaw FLAW
Greatest Strength STRENGTH
Greatest Weakness WEAKNESS
Habits HABITS
Hobbies HOBBIES
Soft Spots SOFT SPOTS
Likes LIKES
Dislikes DISLIKES
Fears FEARS
Loyalties LOYALTIES
Best Friend FRIEND
Spouse SPOUSE
Loved One LOVED ONE

This template puts a table on the right side of a profile page that will look like this if all parameters are completed.

It is not necessary to complete all parameters. Parameters will not show if you do not complete them.

Text between <!-- and --> will not appear on your profile page (it is commonly used to leave editor notes). It is okay to remove the <!-- and --> and the text in between.

COPY/PASTE CODE

{{characterprofile 
|name=
|image= <!--example: [[File:filename.png|thumbnail|center]] -->
|caption=
|race=
|culture=
|class=
|profession=
|religion=
|word=
|disposition=
|demeanor=
|ptrait=
|strait=
|flaw=
|strength=
|weakness=
|habits=
|hobbies=
|soft=
|likes=
|dislikes=
|fears=
|loyalties=
|friend=
|spouse=
|loved=
}}