Anonymous

Template:OSinfobox: Difference between revisions

From OS-Tan Collections Wiki
Rebasing on {{Infobox}}
m (Fixed goofed up quotation marks)
(Rebasing on {{Infobox}})
Line 1: Line 1:
<noinclude>==Template==</noinclude>
{{Infobox
{|style="float:right;margin:20px;background-color:#EFF5FB;border: 1px solid black; border-collapse; text-align: left; width:300px; cellpadding=2"
| above      = {{{cname<includeonly>|</includeonly>}}}
! colspan=2 style="color:#AFAFE9;background-color:#AFAFE9;"  cellspacing=0; cellpadding=20;| -------
| image      = {{{image<includeonly>|</includeonly>}}}
|-
| caption    = {{{caption<includeonly>|</includeonly>}}}
| colspan=2 style=background-color:#FFFFFF; cellpadding=10; text-align:center; | [[File:{{{image|}}}|{{{imgsize|200x200px}}}|center]]
| bodystyle  = float:right;margin:20px; background: #F8F9FA; border: 1px solid #A2A9B1; border-collapse; text-align: left; width:300px; cellpadding=2;
|-
| abovestyle  = background: #E4DCF6;
! colspan=2 style= text-align:center; | '''Character information'''
| headerstyle = background: #E4DCF6;
|-
| labelstyle  = background: inherit;
! style="background-color:#CEE3F6;" | Common name:
| header1    = Character information
| {{{cname| }}}
| label2      = Common name
|-
| data2      = {{{cname<includeonly>|</includeonly>}}}
! style="background-color:#CEE3F6;" | Also known as:
| label3      = Also known as
| {{{alias| }}}
| data3      = {{{alias<includeonly>|</includeonly>}}}
|-
| label4      = [[OS-tan Human Names|Human name(s)]]
! style="background-color:#CEE3F6;" | [[OS-tan Human Names|Proposed human name(s)]]:
| data4      = {{{hname<includeonly>|</includeonly>}}}
| {{{hname| }}}
| label5      = First appearance
|-
| data5      = {{{debut<includeonly>|</includeonly>}}}
! style="background-color:#CEE3F6;" | First appearance:
| label6      = Height
| {{{debut| }}}
| data6      = {{{height<includeonly>|</includeonly>}}}
|-
| label7      = Hair color
! style="background-color:#CEE3F6;" | Height:
| data7      = {{{haircolor<includeonly>|</includeonly>}}}
| {{{height| }}}
| label8      = Eye color
|-
| data8      = {{{eyecolor<includeonly>|</includeonly>}}}
! style="background-color:#CEE3F6;" | Hair color:
| label9      = Weapon(s)
| {{{haircolor| }}}
| data9      = {{{weapon<includeonly>|</includeonly>}}}
|-
| label10    = Faction
! style="background-color:#CEE3F6;" | Eye color:
| data10      = {{{apfaction<includeonly>|</includeonly>}}}
| {{{eyecolor| }}}
| label11    = Lineage
|-
| data11      = {{{lineage<includeonly>|</includeonly>}}}
! style="background-color:#CEE3F6;" | Weapon of choice:
| label12    = Rival(s)
| {{{weapon| }}}
| data12      = {{{rival<includeonly>|</includeonly>}}}
|-
| header20    = Technical information
! style="background-color:#CEE3F6;" | OS-tan Annex Project Faction:
| label21    = System personified
| {{{apfaction| }}}
| data21      = {{{osper<includeonly>|</includeonly>}}}
|-
| label22    = Developer(s)
! style="background-color:#CEE3F6;" | [[OS-tan lineage|Lineage]]:
| data22      = {{{osdev<includeonly>|</includeonly>}}}
| {{{lineage| }}}
| label23    = Debut
|-
| data23      = {{{reldate<includeonly>|</includeonly>}}}
! style="background-color:#CEE3F6;" | Rivals:
| label24    = Latest release
| {{{rival| }}}
| data24      = {{{lastrel<includeonly>|</includeonly>}}}
|-
}}<noinclude>
! colspan=2 style="text-align:center;"      | '''Technical information'''
{{Documentation}}
|-
! style="background-color:#CEE3F6;" | System Personified:
| {{{osper| }}}
|-
! style="background-color:#CEE3F6;" | Developer:
| {{{osdev| }}}
|-
! style="background-color:#CEE3F6;"  | Debut:
| {{{reldate| }}}
|-
! style="background-color:#CEE3F6;" | Latest Stable Release:
| {{{lastrel| }}}
|-
! colspan=2 style="" cellpadding=5; |
|-
! colspan=2 style="color:#AFAFE9;background-color:#AFAFE9;"  cellspacing=0; cellpadding=20;| -------
|-
|}
<noinclude>
 
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.
 
<pre>
<nowiki>
{{OSinfobox
|image = Image, just put in file name
|imgsize = Desired size of image (200x200px if 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
}}
</nowiki>
</pre>
 
All you need to do is erase all quoted text and include the information necessary.
==See Also==
 
*[[Help:Infoboxes]] - An article to help you both properly fill character infobox templates and find the correct infobox for characters and any other article.
*[[Template:SOinfobox]] - An infobox for software personifications.
*[[Template:HAinfobox]] - An infobox for hardware personifications.
*[[Template:GAinfobox]] - An infobox for gaming system personifications.
*[[Template:WEinfobox]] - An infobox for website/webpage personifications.
*[[Template:MAinfobox]] - An infobox for virus  malwaware personifications.
 
[[Category: Template|Taninfobox]]
</noinclude>
</noinclude>