Difference between revisions of "Template:Infobox website"
From QWiki
m |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 32: | Line 32: | ||
<div> | <div> | ||
<div class="infobox-cell-2 infobox-description">URL:</div> | <div class="infobox-cell-2 infobox-description">URL:</div> | ||
− | <div class="infobox-cell-2">[{{{url}}} | + | <div class="infobox-cell-2">[{{{url}}} {{{url}}}]</div> |
</div> | </div> | ||
}}<!-- | }}<!-- | ||
Line 123: | Line 123: | ||
<div class="infobox-cell-2 infobox-description">Launched:</div> | <div class="infobox-cell-2 infobox-description">Launched:</div> | ||
<div class="infobox-cell-2">{{{date_of_launch}}}</div> | <div class="infobox-cell-2">{{{date_of_launch}}}</div> | ||
+ | </div> | ||
+ | }}<!-- | ||
+ | |||
+ | Latest version | ||
+ | |||
+ | -->{{#if:{{{latest_version|}}}| | ||
+ | <div> | ||
+ | <div class="infobox-cell-2 infobox-description">Latest version:</div> | ||
+ | <div class="infobox-cell-2">{{{latest_version}}}</div> | ||
</div> | </div> | ||
}}<!-- | }}<!-- | ||
Line 184: | Line 193: | ||
--></div> | --></div> | ||
</div> | </div> | ||
− | }}< | + | }}</div> |
− | + | </div><!-- | |
− | </div> | ||
-->[[Category:Websites]]<!-- | -->[[Category:Websites]]<!-- | ||
--></includeonly><noinclude>[[Category:Infoboxes]] {{documentation}}</noinclude> | --></includeonly><noinclude>[[Category:Infoboxes]] {{documentation}}</noinclude> |
Latest revision as of 12:07, 12 September 2018
Documentation (view - edit)
Usage
{{Infobox website |name = |image = |screenshot = |collapsible = |collapsetext = |caption = |url = <!--{{URL|www.example.com}} --> |slogan = |commercial = |type = |registration = |language = |content_license = |owner = |author = |date_of_launch = <!--YYYY-MM-DD--> |alexa = |revenue = |current_status = |footnotes = |twitter = |youtube = |twitch = |reddit = }}
Parameters
All parameters are optional. Do not link to an article more than once within the infobox.
Parameter | Explanation |
---|---|
name
|
The website's most recognizable name. |
image
|
The website logo. |
screenshot
|
A screenshot of the homepage. |
collapsible
|
Whether the screenshot should be collapsed/visible at page load. |
collapsetext
|
Text for the header of the collapsed section, defaults to 'Screenshot' |
caption
|
Caption saying screenshot of <website name> as of <date> |
url
|
The most used URL of the website, check Alexa.com if needed. |
slogan
|
The slogan of the website. |
commercial
|
Is the site commercially run/owned? (yes/no) |
type
|
The type of website. |
registration
|
Is there registration? (none/optional/required) |
language
|
The language(s) the website is available in. |
content_license
|
The license of the content of the site. |
owner
|
The current owner, company name/persons name/alias, etc. |
author
|
The person or entity that originally created the website. |
date_of_launch
|
When the website was launched, check the WHOIS database, if needed. |
alexa
|
The website's current Alexa ranking (find on Alexa.com; make sure to cite Alexa's page for this info.) |
revenue
|
The approximate revenue of the site. |
current_status
|
Is the site online/offline/sold? Used for major transitions only, not for short term outages or other temporary situations. |
footnotes
|
Related footnotes. |
twitter
|
The twitter account for the website |
youtube
|
The youtube account for the website |
twitch
|
The twitch account for the website |
reddit
|
The sub-reddit for the website |
Example
TeamLiquid.net
Website Information
Type:
News, Community website
Registration:
Optional
Available language(s):
English
Owner:
Created by:
Launched:
2001-05-01
Alexa rank:
3,036 (September 2011)<ref>http://www.alexa.com/siteinfo/teamliquid.net</ref>
Current status:
Active
{{Infobox website |name = TeamLiquid.net |image = Teamliquidnet-screenshot.jpg |screenshot = |collapsible = |collapsetext = |caption = |url = www.teamliquid.net |slogan = |commercial = |type = News, Community website |registration = Optional |language = English |content_license = |owner = [[Team Liquid]] |author = [[Nazgul]] |date_of_launch = 2001-05-01 |alexa = 3,036 (September 2011)<ref name="alexa">http://www.alexa.com/siteinfo/teamliquid.net</ref> |revenue = |current_status = Active |footnotes = }}
References
<references group=""></references>
Adapted from Liquipedia under CC-BY-SA license.