Difference between revisions of "Template:YTMNDer Detailed"

From YTMND
Jump to: navigation, search
m
m
Line 1: Line 1:
{| class="infobox" style="width: 210px;"
+
<includeonly>{| class="infobox" style="width: 210px;"
 
! colspan="2" style="text-align: center; background-color: #ddc7c8" | '''<span class="plainlinks">[http://www.ytmnd.com/users/{{{name|{{PAGENAME}}}}} {{{name|{{PAGENAME}}}}}]</span>'''
 
! colspan="2" style="text-align: center; background-color: #ddc7c8" | '''<span class="plainlinks">[http://www.ytmnd.com/users/{{{name|{{PAGENAME}}}}} {{{name|{{PAGENAME}}}}}]</span>'''
 
|-
 
|-
 
| colspan="2" style="text-align:center;" | [[Image:{{{image|Spacer200.gif}}}|200px|pic]]
 
| colspan="2" style="text-align:center;" | [[Image:{{{image|Spacer200.gif}}}|200px|pic]]
 
|-
 
|-
| colspan="2" style="text-align:center;" | '''Date of first site'''<br />[http://{{{firstSite|mannotfounddog}}}.ytmnd.com/ {{{FirstSiteDate|unknown}}}]
+
| colspan="2" style="text-align:center;" | '''Date of first site'''<br />[http://{{{firstSite|mannotfounddog}}}.ytmnd.com/ {{{FirstSiteCaption|unknown}}}], created {{{firstSiteDate|unknown date}}}
 +
|-
 +
| colspan="2" style="text-align:center;" | '''Joined:''' <br />{{{joinDate|''unknown''}}}
 
|-  
 
|-  
 
! Avg. site rating:
 
! Avg. site rating:
Line 22: Line 24:
 
*<span class="plainlinks">[http://{{{site4|www}}}.ytmnd.com/ {{{Caption4|{{{site4|see Template:YTMNDer for instructions}}}}}}]</span><br><small>'''Views:''' {{{views4|''unknown''}}}, '''Times faved:''' {{{favs4|''unknown''}}}</small>
 
*<span class="plainlinks">[http://{{{site4|www}}}.ytmnd.com/ {{{Caption4|{{{site4|see Template:YTMNDer for instructions}}}}}}]</span><br><small>'''Views:''' {{{views4|''unknown''}}}, '''Times faved:''' {{{favs4|''unknown''}}}</small>
 
*<span class="plainlinks">[http://{{{site5|www}}}.ytmnd.com/ {{{Caption5|{{{site5|see Template:YTMNDer for instructions}}}}}}]</span><br><small>'''Views:''' {{{views5|''unknown''}}}, '''Times faved:''' {{{favs5|''unknown''}}}</small>
 
*<span class="plainlinks">[http://{{{site5|www}}}.ytmnd.com/ {{{Caption5|{{{site5|see Template:YTMNDer for instructions}}}}}}]</span><br><small>'''Views:''' {{{views5|''unknown''}}}, '''Times faved:''' {{{favs5|''unknown''}}}</small>
|}
+
|}</includeonly><noinclude>
 +
 
 +
{{YTMNDer Infobox|name=syncan
 +
|join date=September 23, 2005
 +
|image=spacer.png
 +
|site average=****
 +
|vote average=*****
 +
|date=June 10, 2006
 +
|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). Can also be used on your own userpage.
 +
 
 +
==Code==
 +
<pre><nowiki>
 +
{{YTMNDer Infobox|name=
 +
|image=
 +
|firstSite=
 +
|firstSiteCaption=
 +
|firstSiteDate=
 +
|joinDate=
 +
|siteAverage=
 +
|voteAverage=
 +
|date=
 +
|site1=
 +
|Caption1=
 +
|views1=
 +
|favs1=
 +
|site2=
 +
|Caption2=
 +
|views2=
 +
|favs2=
 +
|site3=
 +
|Caption3=
 +
|views3=
 +
|favs3=
 +
|site4=
 +
|Caption4=
 +
|views4=
 +
|favs4=
 +
|site5=
 +
|Caption5=
 +
|views5=
 +
|favs5=
 +
}}</nowiki></pre>
 +
 
 +
==Fields==
 +
* '''name''' = Username. Will default to the name of the article if none is selected.
 +
* '''image''' = filename of the uploaded image (Image:'''file.jpg'''). It'll automagically resize itself to 200 pixels.
 +
* '''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). This is on their votes page, just above the vote spread chart.
 +
* '''date''' = the date the above stats were counted. Use today's date if you updated it
 +
* '''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 Infobox|name=syncan
 +
|image=spacer.png
 +
|join date=September 23, 2005
 +
|site average=****
 +
|vote average=*****
 +
|date=June 10, 2006
 +
|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>
 +
[[Category:Infoboxes|YTMNDer]]
 +
</noinclude>

Revision as of 05:36, July 12, 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 June 10, 2006
Notable Sites:

Purpose

Infobox to detail a notable user (someone with an article). Can also be used on your own userpage.

Code

{{YTMNDer Infobox|name=
|image=
|firstSite=
|firstSiteCaption=
|firstSiteDate=
|joinDate=
|siteAverage=
|voteAverage=
|date=
|site1=
|Caption1=
|views1=
|favs1=
|site2=
|Caption2=
|views2=
|favs2=
|site3=
|Caption3=
|views3=
|favs3=
|site4=
|Caption4=
|views4=
|favs4=
|site5=
|Caption5=
|views5=
|favs5=
}}

Fields

  • name = Username. Will default to the name of the article if none is selected.
  • image = filename of the uploaded image (Image:file.jpg). It'll automagically resize itself to 200 pixels.
  • 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). This is on their votes page, just above the vote spread chart.
  • date = the date the above stats were counted. Use today's date if you updated it
  • 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 Infobox|name=syncan
|image=spacer.png
|join date=September 23, 2005
|site average=****
|vote average=*****
|date=June 10, 2006
|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!)
}}