Difference between revisions of "Template:YTMNDer"

From YTMND
Jump to: navigation, search
(i guess default values don't work?)
(fixed?)
Line 1: Line 1:
 
<includeonly>{| class="infobox" style="width: 210px;"
 
<includeonly>{| class="infobox" style="width: 210px;"
! style="text-align: center; background-color: #c7ddc8" | '''<span class="plainlinks>[http://www.ytmnd.com/users/{{{name|{{PAGENAME}}}}} {{{name|{{PAGENAME}}}}}]</span>'''
+
! style="text-align: center; background-color: #c7ddc8" | <span class="plainlinks">'''[http://www.ytmnd.com/users/{{{name|{{PAGENAME}}}}} {{{name|{{PAGENAME}}}}}]'''</span>
 
|-
 
|-
! style="text align: center;" | Date of first site:
+
! style="text align: center;" | Date of first site: <br /> {{{join date|unknown}}}
| {{{join date|unknown}}}
+
 
|-
 
|-
! style="text align: center;" | Average site rating:
+
! style="text align: center;" | Average site rating: <br /> {{{{{site average|*}}}}}
| {{{{{site average|*}}}}}
+
 
|-
 
|-
! style="text align: center;" | Average vote:
+
! style="text align: center;" | Average vote: <br /> {{{{{vote average|*}}}}}
| {{{{{vote average|*}}}}}
+
 
|-  
 
|-  
 
! style="text-align: center;" | Notable sites:
 
! style="text-align: center;" | Notable sites:
 +
|-
 
|
 
|
 
*<span class="plainlinks">[http://{{{site1}}}.ytmnd.com {{{Caption1|{{{site1}}}}}}]</span>
 
*<span class="plainlinks">[http://{{{site1}}}.ytmnd.com {{{Caption1|{{{site1}}}}}}]</span>

Revision as of 20:58, June 8, 2006


Syncan
Error creating thumbnail: Unable to save thumbnail to destination
Join date
September 23, 2005
Birthdate
unknown
Avg. site rating:
Error creating thumbnail: Unable to save thumbnail to destination
Avg. vote rate:
Error creating thumbnail: Unable to save thumbnail to destination
...as of unknown
Notable Sites:

Purpose

Infobox to detail a notable user (someone with an article).

Code

{{YTMNDer|name=
|join date=
|site average=
|vote average=
|site1=
|Caption1=
|site2=
|Caption2=
|site3=
|Caption3=
|site4=
|Caption4=
|site5=
|Caption5=
}}

Fields

  • name = Username. Will default to the name of the article if none is selected.
  • join date = Date the user joined YTMND or the date of their first site.
  • site average = the approximate number of stars their sites get collectively, rounded to the nearest whole number. Add one star (*) for sites that get 1 star, and five stars (*****) for sites that get 5 stars...duh...
  • vote average = their average votes (the approximate number of stars they give to other sites)
  • site1site5 = Subdomain of their five most famous sites. Captions (optional) should be the title of the ytmnd. If no caption exists, the caption will be the subdomain.

Example

The code below creates the infobox shown.

{{YTMNDer|name=Syncan
|join date=September 23, 2005
|site average=****
|vote average=*****
|site1=wonkatrip
|Caption1=Willy Wonka's Acid Trip (YTMNLSD)
|site2=tomcruisetherapy
|Caption2=Tom Cruise Needs Therapy
|site3=rightnow
|Caption3=Right Now It's YTMND
|site4=mystride
|Caption4=Can't Break My Stride
|site5=ytmndflash
|Caption5=YTMND FLASH! (No Refresh!)
}}