Category:Bio templates: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
sims>Aster09
No edit summary
sims>A morris
(use for console versions)
Line 7: Line 7:
The templates:
The templates:
* <code>{{t|Simbio-start}}</code> - required
* <code>{{t|Simbio-start}}</code> - required
* <code>{{t|Simbio1}}</code> - optional <small>(For Sims appearing in ''[[The Sims]]'')</small>
* <code>{{t|Simbio1}}</code> - optional <small>(For Sims appearing in ''[[The Sims]]'' and console versions)</small>
* <code>{{t|Simbio2}}</code> - optional <small>(For Sims appearing in ''[[The Sims 2]]'')</small>
* <code>{{t|Simbio2}}</code> - optional <small>(For Sims appearing in ''[[The Sims 2]]'' and console versions)</small>
* <code>{{t|Simbio3}}</code> - optional <small>(For Sims appearing in ''[[The Sims 3]]'')</small>
* <code>{{t|Simbio3}}</code> - optional <small>(For Sims appearing in ''[[The Sims 3]]'')</small>
* <code>{{t|Simbio-end}}</code> - required
* <code>{{t|Simbio-end}}</code> - required

Please note the <tt style="border-bottom: 1px dotted; cursor: help;" title="Makes it sort by last name rather than first name."><nowiki>|last name, first name</nowiki></tt>. Change <code>last name</code> and <code>first name</code> with the names of the Sim.

For console version add
<pre>
|game = <name of game>
</pre>


'''Copy and paste'''
'''Copy and paste'''
Line 57: Line 64:
{{DEFAULTSORT:last name, first name}}
{{DEFAULTSORT:last name, first name}}
</pre>
</pre>

Please also note the <tt style="border-bottom: 1px dotted; cursor: help;" title="Makes it sort by last name rather than first name."><nowiki>|last name, first name</nowiki></tt>. Change <code>last name</code> and <code>first name</code> with the names of the Sim.
[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]

Revision as of 23:47, 22 August 2009

Discuss the Sim Bio templates and Sim page structure here.

These templates are to be used in articles of Sims.

They display a Sim's information from all or some games. Characters that appear in only The Sims 2 may continue to use {{Sim}}.

The templates:

Please note the |last name, first name. Change last name and first name with the names of the Sim.

For console version add

|game = <name of game>

Copy and paste

{{Simbio-start
|name              = 
|image             = 
|sex               = 
|parents           = 
|siblings          = 
|spouse            = 
|child             = 
|family            = 
}}{{Simbio1
|image             = 
|caption           = 
|age               = 
|state             = 
|sign              = 
|play              = 
|neighbor          = 
}}{{Simbio2
|image             = 
|caption           = 
|age               = 
|sign              = 
|state             = 
|asp               = 
|play              = 
|neighbor          = 
}}{{Simbio3
|image             = 
|caption           = 
|age               = 
|state             = 
|trait1            = 
|trait2            = 
|trait3            = 
|trait4            = 
|trait5            = 
|wish              = 
|favorites         = 
|play              = 
|neighbor          = 
}}{{Simbio-end}}
{{DEFAULTSORT:last name, first name}}