Jump to content

Template:Userbox: Difference between revisions

From Korean Wiki Project
Looks great, I'm gonna start using this (pretty much just updated colors)
Added some social elements
Line 38: Line 38:
|label15  = Hobbies
|label15  = Hobbies
|data15  = {{{hobbies}}}
|data15  = {{{hobbies}}}
|header16 = Social
|label16  = Homepage
|data16  = {{#if:{{{homepageurl|}}}|[{{{homepageurl}}} {{#if:{{{homepagetitle|}}}|{{{homepagetitle}}}|Click here}}]|}}
|label17  = Blog
|data17  = {{#if:{{{blogurl|}}}|[{{{blogurl}}} {{#if:{{{blogtitle|}}}|{{{blogtitle}}}|Click here}}|}}
|label18  = Twitter
|data18  = {{#if:{{{twitterurl|}}}|[{{{twitterurl}}} {{#if:{{{twittertitle|}}}|{{{twittertitle}}}|Click here}}|}}
|label19  = me2day
|data19  = {{#if:{{{me2dayurl|}}}|[{{{me2dayurl}}} {{#if:{{{me2daytitle|}}}|{{{me2daytitle}}}|Click here}}|}}
|label20  = LinkedIn
|data20  = {{#if:{{{linkedinurl|}}}|[{{{linkedinurl}}} {{#if:{{{linkedintitle|}}}|{{{linkedintitle}}}|Click here}}|}}
|label21  = YouTube
|data21  = {{#if:{{{youtubeurl|}}}|[{{{youtubeurl}}} {{#if:{{{youtubetitle|}}}|{{{youtubetitle}}}|Click here}}|}}
|label22  = MySpace
|data22  = {{#if:{{{myspaceurl|}}}|[{{{myspaceurl}}} {{#if:{{{myspacetitle|}}}|{{{myspacetitle}}}|Click here}}|}}
|label23  = Facebook
|data23  = {{#if:{{{facebookurl|}}}|[{{{facebookurl}}} {{#if:{{{facebooktitle|}}}|{{{facebooktitle}}}|Click here}}|}}
|label24  = Cyworld
|data24  = {{#if:{{{cyworldurl|}}}|[{{{cyworldurl}}} {{#if:{{{cyworldtitle|}}}|{{{cyworldtitle}}}|Click here}}|}}
|belowstyle = background:#c4d7f0;
|belowstyle = background:#c4d7f0;
|below = {{{below}}}
|below = {{{below}}}
}}
}}
</onlyinclude>
</onlyinclude>
Copy this onto the user's page after they register:<br>
<noinclude>Copy this onto the user's page after they register:<br>
<pre>
<pre>
{{Userbox
{{Userbox
Line 63: Line 82:
|favfood =      <!--Fav foods, especially Korean food-->
|favfood =      <!--Fav foods, especially Korean food-->
|hobbies =      <!--Hobbies-->
|hobbies =      <!--Hobbies-->
|homepageurl =  <!--Home page URL-->
|homepagetitle = <!--Home page title-->
|blogurl =      <!--Blog URL-->
|blogtitle =    <!--Blog title-->
|twitterurl =    <!--Twitter URL-->
|twittertitle =  <!--Twitter title-->
|me2dayurl =    <!--me2day URL-->
|me2daytitle =  <!--me2day title-->
|linkedinurl =  <!--LinkedIn URL-->
|linkedintitle = <!--LinkedIn title-->
|youtubeurl =    <!--YouTube URL-->
|youtubetitle =  <!--YouTube title-->
|myspaceurl =    <!--MySpace URL-->
|myspacetitle =  <!--MySpace title-->
|facebookurl =  <!--Facebook URL-->
|facebooktitle = <!--Facebook title-->
|cyworldurl =    <!--Cyworld URL-->
|cyworldtitle =  <!--Cyworld title-->
|below =        <!--Optional message at the bottom-->
|below =        <!--Optional message at the bottom-->
}}</pre>
}}</pre>
Line 68: Line 105:
==Todo==
==Todo==
*Translate it into Korean for Korean users
*Translate it into Korean for Korean users
*Possibly change the table colors
 
[[Category:Infobox templates]]</noinclude>

Revision as of 18:35, 10 August 2009

{{{name}}}
{{{avatar}}}
Basic Information
Gender {{{gender}}}
Age {{{age}}}
Blood type {{{bloodtype}}}
Hometown {{{hometown}}}
Current location {{{location}}}
Native languages {{{languages}}}
Occupation {{{job}}}
Education
University {{{university}}}
Major {{{major}}}
Korean Language School {{{korlangschool}}}
Studying Korean since {{{studysince}}}
Misc
Music {{{favmusic}}}
Movies/drama {{{favmovies}}}
Food {{{favfood}}}
Hobbies {{{hobbies}}}
Social
{{{below}}}

Copy this onto the user's page after they register:

{{Userbox
<!--Any fields you don't want to fill out, just leave it blank and it won't appear-->
|name    =       <!--Real name or user name-->
|avatar  =       <!--Optional picture, name the picture your username-->
|gender  =       <!--male or female-->
|age     =       <!--(western) age--> 
|bloodtype  =    <!--Blood type if you know it-->
|hometown   =    <!--The place you consider your hometown-->
|location   =    <!--Where you are currently-->
|languages  =    <!--Languages you are fluent in-->
|job     =       <!--Current job-->
|university =    <!--University you attended or are attending-->
|major =         <!--Your major-->
|korlangschool=  <!--Attended a Korean language school? SNU, Yonsei, Sogang? Which levels?-->
|studysince =    <!--When did you begin studying Korean?-->
|favmusic =      <!--Fav music, especially Korean music-->
|favmovies =     <!--Fav movies or drama, especially Korean ones-->
|favfood =       <!--Fav foods, especially Korean food-->
|hobbies =       <!--Hobbies-->
|homepageurl =   <!--Home page URL-->
|homepagetitle = <!--Home page title-->
|blogurl =       <!--Blog URL-->
|blogtitle =     <!--Blog title-->
|twitterurl =    <!--Twitter URL-->
|twittertitle =  <!--Twitter title-->
|me2dayurl =     <!--me2day URL-->
|me2daytitle =   <!--me2day title-->
|linkedinurl =   <!--LinkedIn URL-->
|linkedintitle = <!--LinkedIn title-->
|youtubeurl =    <!--YouTube URL-->
|youtubetitle =  <!--YouTube title-->
|myspaceurl =    <!--MySpace URL-->
|myspacetitle =  <!--MySpace title-->
|facebookurl =   <!--Facebook URL-->
|facebooktitle = <!--Facebook title-->
|cyworldurl =    <!--Cyworld URL-->
|cyworldtitle =  <!--Cyworld title-->
|below =         <!--Optional message at the bottom-->
}}

Todo

  • Translate it into Korean for Korean users