Difference between revisions of "Template:Site infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<includeonly>{| class="infobox"
<includeonly>{{infobox
! colspan="2" class="infoboxHeader" | <big>{{{name}}}</big>
|title={{{name}}}
|-
|image={{{image|}}}
| colspan="2" class="infoboxCentre" | {{{image}}}{{#if:{{{image text|}}}|<br />{{{image text}}}|}}
|caption={{{image text|}}}
|-
|label1=URL
{{ginfobox/tbsub|URL|{{{link}}}}}
|data1={{{link}}}
{{ginfobox/tbsub|Type|{{{type}}}}}
|label2=Type
{{ginfobox/tbsub|Commercial?|{{{commercial}}}}}
|data2={{{type|}}}
{{ginfobox/tbsub|Official?|{{{official}}}}}
|label3=Commercial?
{{ginfobox/tbsub|Launched|{{{launched}}}}}
|data3={{{commercial|No}}}
{{ginfobox/tbsub|Current status|{{{status}}}}}
|label4=Official?
|}[[Category:Websites]]</includeonly><noinclude>{{documentation}}</noinclude>
|data4={{{official|No}}}
|label5=Launched
|data5={{{launched|}}}
|label6=Current status
|data6={{{status|}}}
}}[[Category:Websites]]</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 20:27, 2 May 2009

Documentation for {{site infobox}}

Use

This template is for website articles to indicate quick overview of the information about the website in question.

Usage

{{site infobox
|name         = Name of the site (full name, please, not common abbreviations)
|image        = An image of its front page
|image text   = Some text describing the front page (e.g. to indicate
                it was taken on a specific date, etc.)
|link         = The URL to the site, to its frontpage
|type         = Type of site, e.g. 'message board'.  Refer to other website articles
                for common names to specific types of site.
|language     = The language(s) used by the website and available on the website.
|commercial   = Whether or not it is for-profit (possible values are 'No', 'Yes' and '?')
|official     = Whether or not it is an official site (same values as above)
|launched     = Date of its launch
|first appear = (optional)
|status       = Current status of the site (e.g. active, inactive, dead, etc.)
|wikipedia    = (optional) For information about the site unrelated to Futurama
|fictional    = Whether or not it appears on the show (possible values are 'No' and 'Yes')
}}