Difference between revisions of "Template:Site Infobox"

From YTMND
Jump to: navigation, search
(Create)
(infobox page)
Line 1: Line 1:
{| class="infobox" style="width: 210px; text-align: left; font-size: 95%;"
+
<includeonly>{| class="infobox" style="width: 210px; text-align: left; font-size: 95%;"
 
! colspan=2 style="font-size: larger; text-align:center; background-color: rgb(157, 185, 200);" | '''{{{name|{{PAGENAME}}}}}'''
 
! colspan=2 style="font-size: larger; text-align:center; background-color: rgb(157, 185, 200);" | '''{{{name|{{PAGENAME}}}}}'''
 
|-
 
|-
Line 18: Line 18:
 
|-
 
|-
 
| colspan=2 style="text-align:center;" | [http://www.ytmnd.com/sites/profile/{{{siteID|}}} Profile]
 
| colspan=2 style="text-align:center;" | [http://www.ytmnd.com/sites/profile/{{{siteID|}}} Profile]
|}
+
|}</includeonly></noinclude>
 +
{{Site Infobox|name=You're the man now dog.com
 +
|preview=http://content.ytmnd.com/content/a/9/0/a904c9eb269376020c39f84340a45743.jpg
 +
|subdomain=yourethemannowdog
 +
|creator=[[Max Goldberg|Max]]
 +
|creationDate=July 6, 2001
 +
|soundOrigin=Finding Forrester trailer
 +
|imageOrigin=Google Images
 +
|siteID=1
 +
}}
 +
==Purpose==
 +
Infobox for Individual YTMND sites which don't have a Fad infobox on them.
 +
 
 +
==Code==
 +
<pre><nowiki>
 +
{{Site Infobox|name=You're the man now dog.com
 +
|preview=http://content.ytmnd.com/content/a/9/0/a904c9eb269376020c39f84340a45743.jpg
 +
|subdomain=yourethemannowdog
 +
|creator=[[Max Goldberg|Max]]
 +
|creationDate=July 6, 2001
 +
|soundOrigin=Finding Forrester trailer
 +
|imageOrigin=Google Images
 +
|siteID=1
 +
}}</nowiki></pre>
 +
 
 +
==Fields==
 +
*'''name''' = Title of the YTMND (On the titlebar)
 +
*'''preview''' = Preview image found on the profile
 +
*'''subdomain''' = the first part of the YTMND's domain ('''site'''.ytmnd.com)
 +
*'''creator''' = username of the YTMND's creator, If they have an article here, wikilink their username to their article
 +
*'''creationDate''' = Date the YTMND was made
 +
*'''soundOrigin''' = Sound origin
 +
*'''imageOrigin''' = Image origin
 +
*'''siteID''' = Site's ID number, found at the end of the profile URL (www.ytmnd.com/sites/profile/'''1234'''
 +
 
 +
==Example==
 +
This code generates what you see
 +
 
 +
<pre><nowiki>
 +
{{Site Infobox|name=You're the man now dog.com
 +
|preview=http://content.ytmnd.com/content/a/9/0/a904c9eb269376020c39f84340a45743.jpg
 +
|subdomain=yourethemannowdog
 +
|creator=[[Max Goldberg|Max]]
 +
|creationDate=July 6, 2001
 +
|soundOrigin=Finding Forrester trailer
 +
|imageOrigin=Google Images
 +
|siteID=1
 +
}}</nowiki></pre>

Revision as of 03:01, May 25, 2006

You're the man now dog.com
Error creating thumbnail: Unable to save thumbnail to destination
Creator: Max Max
Created on: July 6, 2001
Sound origin: Finding Forrester trailer
Image origin: Google Images
Profile

Purpose

Infobox for Individual YTMND sites which don't have a Fad infobox on them.

Code

{{Site Infobox|name=You're the man now dog.com
|preview=http://content.ytmnd.com/content/a/9/0/a904c9eb269376020c39f84340a45743.jpg
|subdomain=yourethemannowdog
|creator=[[Max Goldberg|Max]]
|creationDate=July 6, 2001
|soundOrigin=Finding Forrester trailer
|imageOrigin=Google Images
|siteID=1
}}

Fields

  • name = Title of the YTMND (On the titlebar)
  • preview = Preview image found on the profile
  • subdomain = the first part of the YTMND's domain (site.ytmnd.com)
  • creator = username of the YTMND's creator, If they have an article here, wikilink their username to their article
  • creationDate = Date the YTMND was made
  • soundOrigin = Sound origin
  • imageOrigin = Image origin
  • siteID = Site's ID number, found at the end of the profile URL (www.ytmnd.com/sites/profile/1234

Example

This code generates what you see

{{Site Infobox|name=You're the man now dog.com
|preview=http://content.ytmnd.com/content/a/9/0/a904c9eb269376020c39f84340a45743.jpg
|subdomain=yourethemannowdog
|creator=[[Max Goldberg|Max]]
|creationDate=July 6, 2001
|soundOrigin=Finding Forrester trailer
|imageOrigin=Google Images
|siteID=1
}}