Infobox updated using the portable infobox migration tool
(Fandyllic moved page Template:Infobox website to Template:Infobox website/classic) |
(Infobox updated using the portable infobox migration tool) |
||
| Line 1: | Line 1: | ||
# | <infobox> | ||
<title source="name"><format><center>'''''{{{name}}}'''''</center></format><default><center>'''''{{PAGENAME}}'''''</center></default></title> | |||
<image source="logo"/> | |||
<data source="url"><label>'''URL'''</label><format>{{#if:{{{closed|}}}|<s style="color:gray;">{{{url|}}}</s>|{{{url|}}} }}</format></data> | |||
<data source="alturls"><label>'''Other URLs'''</label></data> | |||
<data source="type"><label>'''Type'''</label></data> | |||
<data source="registration"><label>'''Registration'''</label></data> | |||
<data source="created"><label>'''Launched'''</label></data> | |||
<data source="closed"><label>'''Shut down'''</label></data> | |||
<data source="maintainer"><label>'''Maintained by'''</label></data> | |||
<data source="alexa"><label>'''Alexa rating'''</label><format>[http://www.alexa.com/data/details/traffic_details?url={{{url}}} {{{alexa}}}]{{#if:{{{alexadate|}}}| {{texttip|*|As of {{{alexadate}}} }}}}</format></data> | |||
<data source="quantcast"><label>'''Quantcast traffic'''</label><format>[http://www.quantcast.com/{{#replace:{{{url}}}|http://|}} {{{quantcast}}}]{{#if:{{{qcastdate|}}}| {{texttip|**|As of {{{qcastdate}}} }}}}</format></data> | |||
<data source="rss"><label>'''[[Image:RSS feed.svg|12px|RSS]] RSS feed'''</label></data> | |||
</infobox> | |||
<noinclude> | |||
== Usage & preview == | |||
Type in this: | |||
<pre> | |||
{{Infobox website | |||
|name= | |||
|logo= | |||
|closed= | |||
|url= | |||
|alturls= | |||
|type= | |||
|registration= | |||
|created= | |||
|maintainer= | |||
|alexa= | |||
|alexadate= | |||
|quantcast= | |||
|qcastdate= | |||
|status= | |||
|rss= | |||
}} | |||
</pre> | |||
to see this: | |||
{{Infobox website | |||
|name=This is a test | |||
|logo=This is a test | |||
|closed=This is a test | |||
|url=This is a test | |||
|alturls=This is a test | |||
|type=This is a test | |||
|registration=This is a test | |||
|created=This is a test | |||
|maintainer=This is a test | |||
|alexa=This is a test | |||
|alexadate=This is a test | |||
|quantcast=This is a test | |||
|qcastdate=This is a test | |||
|status=This is a test | |||
|rss=This is a test | |||
}} | |||
{{Infobox website | |||
| name = WoWWiki | |||
| logo = Logo-horiz-260px.png | |||
| url = http://www.wowwiki.com | |||
| alturls = Empty parameter test | |||
| type = Wiki | |||
| registration = Free | |||
| created = November 2004 | |||
| maintainer = [[wikia:|Wikia]] | |||
| alexa = 9,238 | |||
| alexadate = As of 18-Dec-2013. | |||
| quantcast = 151K | |||
| quantcastdate = Empty parameter test | |||
| status = Active | |||
| rss = None | |||
}} | |||
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above] | |||
</noinclude> | |||