Template:OSinfobox: Difference between revisions

From OS-Tan Collections Wiki
Jump to navigation Jump to search
No edit summary
(updated infobox)
Line 1: Line 1:
{| cellpadding=2 align=right bgcolor=white
{|cellpadding=2 align=right bgcolor=white
|
|
{| style=background-color:#EFF5FB; border-collapse: collapse; text-align: left; border=1 width=300px cellspacing=0 cellpadding=2 align=right  
{|style="background-color:#EFF5FB; border: 1px solid black; border-collapse; text-align: left; width:300px; cellpadding=2" align=right;
|+align=bottom colspan=2 style=font-size: smaller| {{{fnote|Footnotes go here people.}}}
! colspan=2 style=background-color:#AFAFE9; font-size: larger; text-align: center; |'''{{{name|--Name--}}}'''
! colspan=2 style=font-size: larger; text-align: center;background-color:#CEE3F6; | '''{{{tanname|--Name--}}}'''
|-
|-
| colspan=2 style=text-align: center; | {{{#if| [[Image:{{{image|}}}|100px]]}}}
| colspan=2 style=background-color:#FFFFFF; cellpadding=10; text-align:center; | {{{#if| [[Image:{{{image|}}}|200px]]}}}
|-
! colspan=2 style=text-align: center;background-color:#CEE3F6; | CHARACTER INFORMATION
|-
|-
! style=background-color:#CEE3F6; | Common Name:
! colspan=2 style= text-align:center; | '''Character information'''
| {{{cname| How is it generally called?}}}
|-
|-
! style=background-color:#CEE3F6; | Alias(es):
! style=background-color:#CEE3F6; | Common name:
| {{{alias| What other common names are given to it?}}}
| {{{cname| common or complete name of character}}}
|-
|-
! style=background-color:#CEE3F6; | First Appearance:
! style=background-color:#CEE3F6; | Also known as:
| {{{debut| When it was released?}}}
| {{{aka| Other names for this character}}}
|-
|-
! style=background-color:#CEE3F6; | Original Creator:
! style=background-color:#CEE3F6; | First appearance:
| {{{creator| Who created it?}}}
| {{{chardebut| When did this character first debut?}}}
|-  
|-
! colspan=2 style=text-align: center;background-color:#CEE3F6; | OPERATIVE SYSTEM INFORMATION
! style=background-color:#CEE3F6; | OS-tan Annex Project Faction:
| {{{apfaction| Role in OS-tan Annex Project?}}}
|-
! colspan=2 style= text-align:center;     | '''Technical information'''
|-
! style=background-color:#CEE3F6; | System Personified:
| {{{osper| What systems are personified?}}}
|-
! style=background-color:#CEE3F6; | Developer:
| {{{osdev| Developer of system}}}
|-
! style=background-color:#CEE3F6; | Debut:
| {{{firstrel| When did this OS/system debut?}}}
|-
|-
! style=background-color:#CEE3F6; | OS Personified:
| {{{osper| What OS is personified?}}}
|-
! style=background-color:#CEE3F6; | OS Devloper:
| {{{osdev| Who developed the OS?}}}
|-
! style=background-color:#CEE3F6; |Release Date:
| {{{reldate| When was this OS released?}}}
|-
! style=background-color:#CEE3F6; | Latest Stable Release:
! style=background-color:#CEE3F6; | Latest Stable Release:
| {{{lastrel| When was the last update released?}}}
| {{{lastrel| Last update released?}}}
|-  
|-
! colspan=2 style= cellpadding=5; |
|-
! colspan=2 style= color:#AFAFE9;background-color:#AFAFE9;  cellspacing=0; cellpadding=20;| -------
|-
|}
|}
|}<noinclude>
 
<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.
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 no 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.
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==
==Usage==
Line 46: Line 52:
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.
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>
<pre>
<nowiki>
{{OSinfobox
{{OSinfobox
|tanname= Complete name of the character.
|name = common or complete name of character
|image= Image of the character. all you need to do is put the filename and format. (EX: XP-tan.JPG)
|image = Image, just put in file name


|cname= The common name of the character. Only one please.
|aka = other names or nicknames for this character
|alias= Any other known nicknames given to the character.
|debut = when did this character debut
|creator= Who is the known creator of the character?
|debut= When did the character first appear?


|osper= Name of the operating system that the character represents.
|osper = Name of OS this character personifies
|osdev= Who developed the operating system?
|osdev = Developers of this OS
|reldate= When it was first released?
|reldate = First released
|lastrel= The latest known updated release of the software?
|lastrel = last updated release


|fnote= Comments on the character.
|apfaction = faction in Annex Project
|roles = misc. roles in storylines
}}
}}
</nowiki></pre>
</nowiki>
</pre>


All you need to do is erase all quoted text and include the information necesary. Do this correctly and you should have a template filled like the following template:
All you need to do is erase all quoted text and include the information necessary. Do this correctly and you should have a template filled like the following template:


{{OSinfobox
{{OSinfobox

Revision as of 23:59, 26 March 2011

--Name--
[[Image:|200px]]
Character information
Common name: common or complete name of character
Also known as: Other names for this character
First appearance: When did this character first debut?
OS-tan Annex Project Faction: Role in OS-tan Annex Project?
Technical information
System Personified: What systems are personified?
Developer: Developer of system
Debut: When did this OS/system debut?
Latest Stable Release: Last update released?
-------


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
|name = common or complete name of character
|image = Image, just put in file name

|aka = other names or nicknames for this character
|debut = when did this character debut

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

|apfaction = faction in Annex Project
|roles = misc. roles in storylines
}}

All you need to do is erase all quoted text and include the information necessary. Do this correctly and you should have a template filled like the following template:

--Name--
XPH.jpg
Character information
Common name: XP
Also known as: Other names for this character
First appearance: When did this character first debut?
OS-tan Annex Project Faction: Role in OS-tan Annex Project?
Technical information
System Personified: Windows XP Proffessional
Developer: Microsoft
Debut: When did this OS/system debut?
Latest Stable Release: v5.1 Service Pack 2 (August 6, 2004)
-------


See Also