User:Thewi2kbug/test
From Homestar Runner Wiki
< User:Thewi2kbug(Difference between revisions)
Thewi2kbug (Talk | contribs) (→Work in Progress) |
Thewi2kbug (Talk | contribs) (→Work in Progress) |
||
| Line 1: | Line 1: | ||
==Work in Progress== | ==Work in Progress== | ||
User Data V0.01 (current) | User Data V0.01 (current) | ||
| + | |||
| + | ===Code for Template Version=== | ||
| + | this version of User Data is the Template based code. (note: it is in small tag) | ||
<small><pre>{| border=1 align=right cellpadding=4 cellspacing=0 width=200 style="margin: 0 0 1em 1em; background: #DFBE94; border: 1px #232323 solid; border-collapse: collapse; font-size: 95%;" | <small><pre>{| border=1 align=right cellpadding=4 cellspacing=0 width=200 style="margin: 0 0 1em 1em; background: #DFBE94; border: 1px #232323 solid; border-collapse: collapse; font-size: 95%;" | ||
| Line 49: | Line 52: | ||
}}</pre> | }}</pre> | ||
| - | + | ===Non-Template Version=== | |
This version is for users whom want to have this on thier user pages, since template creation is out of the question. | This version is for users whom want to have this on thier user pages, since template creation is out of the question. | ||
Current revision as of 01:57, 13 June 2007
Contents |
[edit] Work in Progress
User Data V0.01 (current)
[edit] Code for Template Version
this version of User Data is the Template based code. (note: it is in small tag)
{| border=1 align=right cellpadding=4 cellspacing=0 width=200 style="margin: 0 0 1em 1em; background: #DFBE94; border: 1px #232323 solid; border-collapse: collapse; font-size: 95%;"
|colspan=2 style="text-align: center; background: #DFBE94; margin: 1em 0 0 1em; border:1px solid #232323; border-collapse:collapse; color: #000000;"| '''User'''
|-
!colspan="2" style="font-size: larger; color: #000000; text-align:center;" | {{{name}}}
|- valign="top"
| style="text-align: right;" | '''Gender:'''
| bgcolor="#F4F3E8" | {{{gender}}}
|- valign="top"
| style="text-align: right;" | '''Born:'''
| bgcolor="#F4F3E8" | {{{born}}}
|- valign="top"
| style="text-align: right;" | '''Location:'''
| bgcolor="#F4F3E8" | {{{city}}}, {{{s/p}}}, {{{country}}}
|- valign="top"
{{#if: {{{occupation|}}}|
{{!}} bgcolor={{{bgcolor_value|#DFBE94; style="text-align: right;"}}} {{!}} '''Occupation:'''
{{!}} bgcolor={{{bgcolor_value|#F4F3E8}}} {{!}} {{{occupation}}}}}
|- valign="top"
{{#if: {{{spouse(s)|}}}|
{{!}} bgcolor={{{bgcolor_value|#DFBE94; style="text-align: right;"}}} {{!}} '''Spouse(s):'''
{{!}} bgcolor={{{bgcolor_value|#F4F3E8}}} {{!}} {{{spouse}}}}}
|- valign="top"
{{#if: {{{children|}}}|
{{!}} bgcolor={{{bgcolor_value|#DFBE94; style="text-align: right;"}}} {{!}} '''Children:'''
{{!}} bgcolor={{{bgcolor_value|#F4F3E8}}} {{!}} {{{children}}}}}
|- valign="top"
{{#if: {{{intrests|}}}|
{{!}} bgcolor={{{bgcolor_value|#DFBE94; style="text-align: right;"}}} {{!}} '''Intrests:'''
{{!}} bgcolor={{{bgcolor_value|#F4F3E8}}} {{!}} {{{intrests}}}}}
|- valign="top"
|}
s/p = State or Province
[edit] Usage
{{User Data|
name= Kyle Williams
|gender= Male
|born= 1985
|city= North Ogden
|s/p= Utah
|country= USA
|occupation= Computer Technician
|spouse= Ashley D. Williams
|children= none
|intrests= Computers, Star Trek, Star Wars, & Strong Bad
}}
[edit] Non-Template Version
This version is for users whom want to have this on thier user pages, since template creation is out of the question.
{| border=1 align=right cellpadding=4 cellspacing=0 width=200 style="margin: 0 0 1em 1em; background: #DFBE94; border: 1px #232323 solid; border-collapse: collapse; font-size: 95%;"
|colspan=2 style="text-align: center; background: #DFBE94; margin: 1em 0 0 1em; border:1px solid #232323; border-collapse:collapse; color: #000000;"| '''User'''
|-
!colspan="2" bgcolor="#0000FF" style="font-size: larger; color: #FFFF00; text-align:center;" | Kyle Williams
|- valign="top"
| style="text-align: right;" | '''Gender:'''
| bgcolor="#F4F3E8" | Male
|- valign="top"
| style="text-align: right;" | '''Born:'''
| bgcolor="#F4F3E8" | 1985 <small>(22)</small>
|- valign="top"
| style="text-align: right;" | '''Location:'''
| bgcolor="#F4F3E8" | North Ogden, Utah, USA
|- valign="top"
| style="text-align: right;" | '''Occupation:'''
| bgcolor="#F4F3E8" | Computer Technician
|- valign="top"
| style="text-align: right;" | '''Spouse(s):'''
| bgcolor="#F4F3E8" | Ashley D. Williams
|- valign="top"
| style="text-align: right;" | '''Children:'''
| bgcolor="#F4F3E8" | None
|- valign="top"
| style="text-align: right;" | '''Intrests:'''
| bgcolor="#F4F3E8" | Computers, Star Trek, Star Wars, Strong Bad E-Mail
|- valign="top"
|}
