Anonymous

Template:Taninfobox: Difference between revisions

From OS-Tan Collections Wiki
no edit summary
No edit summary
No edit summary
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| class=infobox align=right style=width: 250px; text-align: left; font-size: 95%; border=1 cellpadding=0 cellspacing=0
{| width=300px cellpadding=2 align=right bgcolor=white
|
{| border=1 width=300 cellspacing=0 cellpadding=2 align=right style=border-collapse: collapse; text-align: left; bgcolor=lavender
|+align=bottom colspan=2 style=font-size: smaller| {{{fnote|Footnotes go here people.}}}
|+align=bottom colspan=2 style=font-size: smaller| {{{fnote|Footnotes go here people.}}}
! colspan=2 style=font-size: larger; text-align: center; | '''{{{tanname|--Name--}}}'''
! colspan=2 style=font-size: larger; text-align: center; | '''{{{tanname|--Name--}}}'''
|-
|-
| colspan=2 style=text-align: center; | [[Image:{{{image}}}|100px]]
| colspan=2 style=text-align: center; | {{{#if| [[Image:{{{image|}}}|100px]]}}}
|-  
|-  
! colspan=2 style=text-align: center; | CHARACTER INFORMATION
! colspan=2 style=text-align: center; | CHARACTER INFORMATION
|-
|-
! width=30%| Common Name:
! width=30% | Common Name:
| {{{cname| How is it generally called?}}}
| {{{cname| How is it generally called?}}}
|-
|-
! width=30%| Alias(es):
! Alias(es):
| {{{alias| What other common names are given to it?}}}
| {{{alias| What other common names are given to it?}}}
|-
|-
! width=30%| First appearance:
! First Appearance:
| {{{debut| When it was released?}}}
| {{{debut| When it was released?}}}
|-
|-
! width=30%| Original Creator:
! Original Creator:
| {{{creator| Who created it?}}}
| {{{creator| Who created it?}}}
|-  
|-  
! colspan=2 style=text-align: center; | OPERATIVE SYSTEM INFORMATION
! colspan=2 style=text-align: center; | OPERATIVE SYSTEM INFORMATION
|-
|-
! width=30%| OS Personified:
! OS Personified:
| {{{osper| What OS is personified?}}}
| {{{osper| What OS is personified?}}}
|-  
|-  
! width=30%| OS Devloper:
! OS Devloper:
| {{{osdev| Who developed the OS?}}}
| {{{osdev| Who developed the OS?}}}
|-  
|-  
! width=30%| Release Date:
! Release Date:
| {{{reldate| When was this OS released?}}}
| {{{reldate| When was this OS released?}}}
|-  
|-  
! width=30%| Latest Stable Release:
! Latest Stable Release:
| {{{lastrel| When was the last update released?}}}
| {{{lastrel| When was the last update released?}}}
|-  
|-  
|}noinclude
|}
|}<noinclude>


This template was created for the sole purpose of establishing an easy to use character info-box within the OS-tan wiki. 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 template was created for the sole purpose of establishing an easy to use character info-box within the OS-tan wiki. 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.
Line 53: Line 56:
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.


prenowiki
<pre><nowiki>
{{Taninfobox
{{Taninfobox
|tanname= Complete name of the character.
|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)
|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?
|creator= Who is the known creator of the character?
|debut= When did the character first appear?
|debut= When did the character first appear?
Line 67: Line 73:
|fnote= Comments on the character.
|fnote= Comments on the character.
}}
}}
/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 one below:
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 one below:


{{Taninfobox
{{Taninfobox
|name=Taninfobox
|tanname=Windows XP Professional-tan
|tanname=Windows XP Professional-tan
|image=XPH.jpg
|image=XPH.jpg
|cname=XP
|alias=XP-[chan/tan], XP Pro, Windows Experience, Whistler, Sakeko
|creator=Unknown
|creator=Unknown
|debut=Unknown
|debut=Unknown
Line 88: Line 95:


[[Category: Template|Taninfobox]]
[[Category: Template|Taninfobox]]
/noinclude
</noinclude>