Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:Website Infobox: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>VilkaTheWolf
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="url"> ..."
 
imported>VilkaTheWolf
No edit summary
Line 1: Line 1:
<infobox>
<infobox theme="Website">
  <title source="title1">
<image source="image"></image>
     <default>{{PAGENAME}}</default>
    <title source="name"></title>
  </title>
     <group>
  <image source="image1">
    <header></header>
    <caption source="caption1"/>
        <data source="url"><label>URL</label></data>
  </image>
        <data source="slogan"><label>Slogan</label></data>
  <data source="url">
        <data source="alexa"><label>[[Wikipedia:Alexa Internet|Alexa]] Rating
    <label>URL</label>
</label><format>[https://www.alexa.com/siteinfo/{{{url}}} {{{alexa}}}]</format></data>
  </data>
        <data source="commercial"><label>Commercial?</label></data>
  <data source="slogan">
        <data source="type"><label>Type</label></data>
    <label>Slogan</label>
        <data source="language"><label>Language(s)</label></data>
  </data>
        <data source="registration"><label>Registration</label></data>
  <data source="row3">
        <data source="owner"><label>Owner</label></data>  
    <label>Label</label>
        <data source="creator"><label>Created by</label></data>
  </data>
        <data source="maintainer"><label>Maintained by</label></data>
        <data source="launch date"><label>Launched</label></data>
        <data source="current status"><label>Current status</label></data>
        <data source="article count"><label>Article count</label></data>
        <data source="revenue"><label>Revenue</label></data>
    </group>
<navigation><small>[[Template:Website|[Source]]]</small></navigation>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
    ==Parameters==
    *'''image:''' The website logo or main page.
    *'''name:''' The website's most recognized name.
    *'''url:''' The most used URL of the website, use [[Wikipedia:Alexa Internet|Alexa]] to find the most used URL, e.g. [http://www.wikipedia.org/ http://www.wikipedia.org/] ('''required''')
    *'''slogan:''' The slogan of the website, e.g. "the free encyclopedia that anyone can edit."
    *'''alexa:''' The website's current [[Wikipedia:Alexa Internet|Alexa]] ranking (find on [http://www.alexa.com/ Alexa.com])
    *'''type:''' The type of website, search for similar sites for an idea.
    *'''language:''' The language(s) the website is available in
    *'''registration:''' Is there registration, none/optional/required?
    *'''owner:''' The current owner, company name/persons name/alias etc
    *'''creator:''' The person or entity that originally created the website
    *'''maintainer:''' The person(s) or entity that maintains the website
    *'''launch date:''' When the website was launched, consider using the [[Wikipedia:WHOIS|WHOIS]] data as a last resort if you are unable to determine the launch date.
    *'''current status:''' Is the site online/offline/sold etc
    *'''article count:''' For wikis, include the current article count via the <code><nowiki>{{NUMBEROFARTICLES}}</nowiki></code> variable, if available
    *'''revenue:''' The approximate revenue of the site.
   
==Usage==
Paste the following code into the top of an article, filling all known fields:
 
<pre>
{{Website Infobox
{{Website Infobox
|title1=Example
|image=
|image1=Example
|name=
|caption1=Example
|url=
|url=Example
|slogan=
|slogan=Example
|alexa=
|row3=Example
|commercial=
}}
|type=
</pre>
|language=
</noinclude>
|registration=
|owner=
|creator=
|maintainer=
|launch date=
|current status=
|article count=
|revenue=}}
</pre></noinclude>

Revision as of 03:04, 12 May 2020


   ==Parameters==
   *image: The website logo or main page.
   *name: The website's most recognized name.
   *url: The most used URL of the website, use Alexa to find the most used URL, e.g. http://www.wikipedia.org/ (required)
   *slogan: The slogan of the website, e.g. "the free encyclopedia that anyone can edit."
   *alexa: The website's current Alexa ranking (find on Alexa.com)
   *type: The type of website, search for similar sites for an idea.
   *language: The language(s) the website is available in
   *registration: Is there registration, none/optional/required?
   *owner: The current owner, company name/persons name/alias etc
   *creator: The person or entity that originally created the website
   *maintainer: The person(s) or entity that maintains the website
   *launch date: When the website was launched, consider using the WHOIS data as a last resort if you are unable to determine the launch date.
   *current status: Is the site online/offline/sold etc
   *article count: For wikis, include the current article count via the {{NUMBEROFARTICLES}} variable, if available
   *revenue: The approximate revenue of the site.
   

Usage

Paste the following code into the top of an article, filling all known fields:

{{Website Infobox
|image=
|name=
|url=
|slogan=
|alexa=
|commercial=
|type=
|language=
|registration=
|owner=
|creator=
|maintainer=
|launch date=
|current status=
|article count=
|revenue=}}