Template:Simbio3: 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>A morris
(appearance values)
sims>A morris
(condensed code using functions)
Line 23: Line 23:
<p style="margin:0 3% 0 3%;text-align:left;font-size:94%">
<p style="margin:0 3% 0 3%;text-align:left;font-size:94%">
{{#if: {{{hair<includeonly>|</includeonly>}}} | '''Hair Color''': {{{hair}}}<br>}}
{{#if: {{{hair<includeonly>|</includeonly>}}} | '''Hair Color''': {{{hair}}}<br>}}
<includeonly>{{#ifeq: {{{hair}}}| Black |{{#ifeq:{{NAMESPACE}}| |[[Category:Black-Haired Sims]]|<!--Not in Main: namespace-->}} }}
<includeonly>{{#if: {{{hair|}}}| {{checkmns|{{GetAppearanceCat|hair|{{{hair}}} }} }} }}</includeonly>
{{#ifeq: {{{hair}}}| Brown |{{#ifeq:{{NAMESPACE}}| |[[Category:Brown-Haired Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{hair}}}| Blonde |{{#ifeq:{{NAMESPACE}}| |[[Category:Blondes]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{hair}}}| Red |{{#ifeq:{{NAMESPACE}}| |[[Category:Redheads]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{hair}}}| Grey |{{#ifeq:{{NAMESPACE}}| |[[Category:Grey-Haired Sims]]|<!--Not in Main: namespace-->}} }}
</includeonly>
{{#if: {{{eye<includeonly>|</includeonly>}}} | '''Eye Color''': {{{eye}}}<br>}}
{{#if: {{{eye<includeonly>|</includeonly>}}} | '''Eye Color''': {{{eye}}}<br>}}
<includeonly>{{#ifeq: {{{eye}}}| Brown |{{#ifeq:{{NAMESPACE}}| |[[Category:Brown-Eyed Sims]]|<!--Not in Main: namespace-->}} }}
<includeonly>{{#if: {{{eye|}}}| {{checkmns|{{GetAppearanceCat|eye|{{{eye}}} }} }} }}</includeonly>
{{#ifeq: {{{eye}}}| Dark Blue |{{#ifeq:{{NAMESPACE}}| |[[Category:Dark Blue-Eyed Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{eye}}}| Light Blue |{{#ifeq:{{NAMESPACE}}| |[[Category:Light Blue-Eyed Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{eye}}}| Green |{{#ifeq:{{NAMESPACE}}| |[[Category:Green-Eyed Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{eye}}}| Grey |{{#ifeq:{{NAMESPACE}}| |[[Category:Grey-Eyed Sims]]|<!--Not in Main: namespace-->}} }}
</includeonly>
{{#if: {{{skin<includeonly>|</includeonly>}}} | '''Skin Color''': {{{skin}}}<br>}}
{{#if: {{{skin<includeonly>|</includeonly>}}} | '''Skin Color''': {{{skin}}}<br>}}
<includeonly>{{#ifeq: {{{skin}}}| Light |{{#ifeq:{{NAMESPACE}}| |[[Category:Light-Skinned Sims]]|<!--Not in Main: namespace-->}} }}
<includeonly>{{#if: {{{skin|}}}| {{checkmns|{{GetAppearanceCat|skin|{{{skin}}} }} }} }}</includeonly>
{{#ifeq: {{{skin}}}| Tan |{{#ifeq:{{NAMESPACE}}| |[[Category:Tan-Skinned Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{skin}}}| Medium |{{#ifeq:{{NAMESPACE}}| |[[Category:Medium-Skinned Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{skin}}}| Dark |{{#ifeq:{{NAMESPACE}}| |[[Category:Dark-Skinned Sims]]|<!--Not in Main: namespace-->}} }}
</includeonly>
{{#if: {{{body<includeonly>|</includeonly>}}} | '''Body Shape''': {{{body}}}<br>}}
{{#if: {{{body<includeonly>|</includeonly>}}} | '''Body Shape''': {{{body}}}<br>}}
<includeonly>{{#ifeq: {{{body}}}| Fat |{{#ifeq:{{NAMESPACE}}| |[[Category:Fat Sims]]|<!--Not in Main: namespace-->}} }}
<includeonly>{{#if: {{{bod|}}}| {{checkmns|{{GetAppearanceCat|body|{{{body}}} }} }} }}</includeonly>
</p>
{{#ifeq: {{{body}}}| Skinny |{{#ifeq:{{NAMESPACE}}| |[[Category:Skinny Sims]]|<!--Not in Main: namespace-->}} }}
{{#ifeq: {{{body}}}| Fit |{{#ifeq:{{NAMESPACE}}| |[[Category:Fit Sims]]|<!--Not in Main: namespace-->}} }}
</includeonly></p>

----
----
<p style="margin:0 3% 0 3%;text-align:left;font-size:94%">
<p style="margin:0 3% 0 3%;text-align:left;font-size:94%">
Line 109: Line 92:
*Appearance
*Appearance
**hair - Black, Brown, Blonde, Red, Grey
**hair - Black, Brown, Blonde, Red, Grey
**skin - Dark, , Medium, Dark
**skin - Light, Tan, Medium, Dark
**eye - Brown, Light Blue, Dark Blue, Green, Grey
**eye - Brown, Light Blue, Dark Blue, Green, Grey
**Body - Skinny, Fat
**Body - Skinny, Fat, Fit
[[Category:Bio templates|{{PAGENAME}}]]
[[Category:Bio templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 22:44, 22 August 2009

The Sims 3
{{{image}}}
Hi! My name is Simbio3!

Life Stage: [[{{{age}}}]]
Life State: [[{{{state}}}]]
Traits: {{{traits}}}
Traits: {{{trait1}}}, {{{trait2}}}, {{{trait3}}}, {{{trait4}}}, {{{trait5}}}
Lifetime Wish: {{{wish}}}
Favorites: {{{favorites}}}


Appearance

Hair Color: {{{hair}}}
Eye Color: {{{eye}}}
Skin Color: {{{skin}}}
Body Shape: {{{body}}}


Playability: {{{play}}}
Neighborhood: Sunset Valley

Usage

This template is under development.

Used for Sims from The Sims 3.

Copy and paste the following:

{{Simbio3
|image             = 
|caption           = 
|age               = 
|state             = 
|trait1            = 
|trait2            = 
|trait3            = 
|trait4            = 
|trait5            = 
|wish              = 
|favorites         = 
|hair              = 
|eye               = 
|skin              = 
|body              = 
|play              = 
|neighbor          = 
}}

Required parameters

There are no required parameters for this template.

Optional parameters

  • age - Baby, Toddler, Child, Teen, Young Adult, Adult, Elder
  • image - [[File:Example.jpg|width]] The width of the image should be no larger than 235px.
  • state - Creature type. Include Human if the Sim is normal.
  • traits or trait1, trait2. . . 5 - A list of up to five traits.
  • wish - Their Lifetime Wish
  • difficulty - The difficulty level of the Sim/family. If it is different from the family's level give justification within the body of the article.
  • neighbor - Neighborhood. Default = Sunset Valley
  • favorites - The favorites of a Sim such as color, music, food
  • play - Playability
    • Playable (Premade Sims in playable house/Premade Sims in family bin)
    • Townies (Premade Sims... living in somewhere else)
    • NPC (Appears only in scenarios)
    • Deceased (Dead Sims at the beginning of game)
  • Appearance
    • hair - Black, Brown, Blonde, Red, Grey
    • skin - Light, Tan, Medium, Dark
    • eye - Brown, Light Blue, Dark Blue, Green, Grey
    • Body - Skinny, Fat, Fit