Template:OSinfobox: Difference between revisions

From OS-Tan Collections Wiki
Jump to navigation Jump to search
(Testing ability to respecify image size (In order to reduce the number of templates used)
(Removed Silly #if and replaced with a fallback)
Line 4: Line 4:
! colspan=2 style= color:#AFAFE9;background-color:#AFAFE9;  cellspacing=0; cellpadding=20;| -------
! colspan=2 style= color:#AFAFE9;background-color:#AFAFE9;  cellspacing=0; cellpadding=20;| -------
|-  
|-  
| colspan=2 style=background-color:#FFFFFF; cellpadding=10; text-align:center; | [[File:{{{image}}}|{{{#if:{{{imgsize|}}}|{{{imgsize}}}|200x200px}}}|center]]
| colspan=2 style=background-color:#FFFFFF; cellpadding=10; text-align:center; | [[File:{{{image}}}|{{{imgsize|200x200px}}}|center]]
|-
|-
! colspan=2 style= text-align:center; | '''Character information'''
! colspan=2 style= text-align:center; | '''Character information'''
Line 78: Line 78:
{{OSinfobox
{{OSinfobox
|image = Image, just put in file name
|image = Image, just put in file name
|imgsize = Desired size of image (200x200px if left blank or omitted)


|cname = common or complete name of character
|cname = common or complete name of character

Revision as of 13:00, 10 December 2012

-------
[[File:{{{image}}}|200x200px|center]]
Character information
Common name:
Also known as:
Proposed human name(s):
First appearance:
Height:
Hair color:
Eye color:
Weapon of choice:
OS-tan Annex Project Faction:
Lineage:
Rivals:
Technical information
System Personified:
Developer:
Debut:
Latest Stable Release:
-------



This template was created for the sole purpose of establishing an easy to use character info-box within the OS-tan wiki. The infobox you now see is meant to be used for characters that are personifications of operating systems (a.k.a. OSes), other templates will be created specifically for other types of personifications as they come of need.

Properly built character articles should make use of this template as it is easy to use and there is not much code used in the user side. This would prevent any inconsistencies between infoboxes, even more it would have a set standard of required info to be given in order to maintain an acceptable degree of quality.

The current version of the infobox is modified and ported from Template:OStaninfo, which was in turn modified from the original infobox still seen below. Updating this infobox would be much less tedious than replacing all 100+ pages still using this one.

Usage

This template is meant to reduce effort in the construction of tables and give all people the ability to fill out the infobox quite easily and without hassle. all you need to do is copy the following code and paste it at the beginning of the article you want to create/modify/whatever.


{{OSinfobox
|image = Image, just put in file name
|imgsize = Desired size of image (200x200px if left blank or omitted)

|cname = common or complete name of character
|alias = other names or nicknames for this character
|hname = any human names for this character
|debut = when did this character debut
|height = list in both cm and inches
|haircolor=
|eyecolor=
|weapon = 
|apfaction = faction in OS-tan Annex Project
|lineage= lineage/bloodline/clan
|rival=

|osper = Name of OS this character personifies
|osdev = Developers of this OS
|reldate = First released
|lastrel = last updated release
}}

All you need to do is erase all quoted text and include the information necessary.

See Also