Anonymous

Template:WEinfobox: Difference between revisions

From OS-Tan Collections Wiki
no edit summary
mNo edit summary
No edit summary
 
Line 1: Line 1:
{| cellpadding=2 align=right bgcolor=white
{{Infobox
|
| above      = {{{tanname<includeonly>|{{{cname}}}</includeonly>}}}
{| border=1 width=300px cellspacing=0 cellpadding=2 align=right style=border-collapse: collapse; text-align: left; bgcolor=lavender
| image      = [[File:{{{image<includeonly>|</includeonly>}}}|{{{imgsize<includeonly>|250px</includeonly>}}}]]
|+align=bottom colspan=2 style=font-size: smaller| {{{fnote|Footnotes go here people.}}}
| caption    = {{{caption<includeonly>|</includeonly>}}}
! colspan=2 style=font-size: larger; text-align: center; | '''{{{tanname|--Name--}}}'''
| 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; | {{{#if| [[Image:{{{image}}}|center|100px]]}}}
| headerstyle = background: #E4DCF6;
|-  
| labelstyle  = background: inherit;
! colspan=2 style=text-align: center; | CHARACTER INFORMATION
| header1    = Character information
|-
| label2      = Common name
! width=100px | Common Name:
| data2      = {{{cname<includeonly>|</includeonly>}}}
| width=200px | {{{cname| How is it generally called?}}}
| label3      = Also known as
|-
| data3      = {{{alias<includeonly>|</includeonly>}}}
! Alias(es):
| label4      = [[OS-tan Human Names|Human name(s)]]
| {{{alias| What other common names are given to it?}}}
| data4      = {{{hname<includeonly>|</includeonly>}}}
|-
| label5      = First appearance
! First Appearance:
| data5      = {{{debut<includeonly>|</includeonly>}}}
| {{{debut| When it was released?}}}
| label6      = Height
|-
| data6      = {{{height<includeonly>|</includeonly>}}}
! Original Creator:
| label7      = Hair color
| {{{creator| Who created it?}}}
| data7      = {{{haircolor<includeonly>|</includeonly>}}}
|-
| label8      = Eye color
! colspan=2 style=text-align: center; | WEBSITE/WEBPAGE INFORMATION
| data8      = {{{eyecolor<includeonly>|</includeonly>}}}
|-
| label9      = Weapon(s)
! Site/page Personified:
| data9      = {{{weapon<includeonly>|</includeonly>}}}
| {{{weper| What website is being personified?}}}
| label10    = Faction
|-
| data10      = {{{apfaction<includeonly>|</includeonly>}}}
! Site/page Type:
| label11    = Lineage
| {{{weuse| What's the intended purpose of this website?}}}
| data11      = {{{lineage<includeonly>|</includeonly>}}}
|-
| label12    = Rival(s)
! Devloper:
| data12      = {{{rival<includeonly>|</includeonly>}}}
| {{{wedev| Who developed the website?}}}
| header20    = Technical information
|-
| label21    = Website personified
! Date Published:
| data21      = {{{weper<includeonly>|</includeonly>}}}
| {{{datepub| When was the website published?}}}
| label22    = Website type
|-
| data22      = {{{weuse<includeonly>|</includeonly>}}}
|}
| label23    = Developer(s)
|}<noinclude>
| data23      = {{{wedev<includeonly>|</includeonly>}}}
 
| label24    = First published
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 websites, other templates will be created specifically for other types of personifications as they are needed.
| data24      = {{{datepub<includeonly>|</includeonly>}}}
 
}}<noinclude>
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.
{{Documentation}}
 
==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>
{{WEinfobox
|tanname= Complete name of the character.
|image= Image of the character. all you need to do is put the filename and format. (EX: XP-tan.JPG)
 
|cname= The common name of the character. Only one please.
|alias= Any other known nicknames given to the character.
|creator= Who is the known creator of the character?
|debut= When did the character first appear?
 
|weper= Name of the website that the character represents.
|weuse= What is the intended use of this website?
|wedev= Who developed the website?
|datepub= When was the website first published?
 
|fnote= Comments on the character.
}}
</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:
 
{{WEinfobox
|tanname=Wikipedia-tan
|image=Wikipe-tan.png
 
|cname=Wikipe-tan
|alias=N/A
|creator=Kasuga
|debut=January 8, 2006
 
|weper=Wikipedia.org
|weuse=Encyclopedia
|wedev=Wikimedia Foundation
|datepub=January 15, 2001
 
|fnote=
}}
 
==See Also==
 
*[[Template:OSinfobox]] - An infobox for operating system personifications.
*[[Template:SOinfobox]] - An infobox for software personifications.
*[[Template:HAinfobox]] - An infobox for hardware personifications.
*[[Template:GAinfobox]] - An infobox for gaming system personifications.
*[[Template:MAinfobox]] - An infobox for virus  malwaware personifications.
 
[[Category: Template|Taninfobox]]
</noinclude>
</noinclude>