Difference between revisions of "Template:YTMNDer"

From YTMND
Redirect page
Jump to: navigation, search
(i guess default values don't work?)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="infobox" style="width: 210px;"
+
#REDIRECT [[Template:YTMNDer Infobox]]
! 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:
+
| {{{join date|unknown}}}
+
|-
+
! style="text align: center;" | Average site rating:
+
| {{{{{site average|*}}}}}
+
|-
+
! style="text align: center;" | Average vote:
+
| {{{{{vote average|*}}}}}
+
|-
+
! style="text-align: center;" | Notable sites:
+
|
+
*<span class="plainlinks">[http://{{{site1}}}.ytmnd.com {{{Caption1|{{{site1}}}}}}]</span>
+
*<span class="plainlinks">[http://{{{site2}}}.ytmnd.com {{{Caption2|{{{site2}}}}}}]</span>
+
*<span class="plainlinks">[http://{{{site3}}}.ytmnd.com {{{Caption3|{{{site3}}}}}}]</span>
+
*<span class="plainlinks">[http://{{{site4}}}.ytmnd.com {{{Caption4|{{{site4}}}}}}]</span>
+
*<span class="plainlinks">[http://{{{site5}}}.ytmnd.com {{{Caption5|{{{site5}}}}}}]</span>
+
|}</includeonly><noinclude>
+
 
+
{{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!)
+
}}
+
==Purpose==
+
Infobox to detail a notable user (someone with an article).
+
 
+
==Code==
+
<pre><nowiki>
+
{{YTMNDer|name=
+
|join date=
+
|site average=
+
|vote average=
+
|site1=
+
|Caption1=
+
|site2=
+
|Caption2=
+
|site3=
+
|Caption3=
+
|site4=
+
|Caption4=
+
|site5=
+
|Caption5=
+
}}</nowiki></pre>
+
 
+
==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)
+
* '''site1'''&ndash;'''site5''' = 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.
+
<pre><nowiki>
+
{{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!)
+
}}
+
</nowiki></pre>
+
</noinclude>
+

Latest revision as of 18:35, June 11, 2006