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>Darman36
Moved "doc" to main page. Alexa service discontinued May 2022
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
<infobox theme="Website">
  <title source="title1">
<title source="name"><default>{{PAGENAME}}</default></title>
    <default>{{PAGENAME}}</default>
<image source="image"></image>
  </title>
<navigation>{{#if:{{{image|}}}||Have an image of this website?<br />Then please '''[[Special:Upload|upload]]''' it!}}</navigation>
  <image source="image1">
     <group>
     <caption source="caption1"/>
    <header></header>
  </image>
        <group row-items="1">
  <data source="url">
        <data source="url"><format>{{{url}}}</format></data>
    <label>URL</label>
</group>
  </data>
        <data source="slogan"><label>Slogan</label></data>
  <data source="slogan">
        <data source="commercial"><label>Commercial?</label></data>
    <label>Slogan</label>
        <data source="type"><label>Type</label></data>
  </data>
        <data source="language"><label>Language(s)</label></data>
  <data source="row3">
        <data source="registration"><label>Registration</label></data>
    <label>Label</label>
        <data source="owner"><label>Owner</label></data>
  </data>
        <data source="creator"><label>Created by</label></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>
    </group>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
{{-}}
==Usage==
===Parameters===
;name
:The website's most recognized name.
;image
:The website logo or main page.
;url
:The most used URL of the website, 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."
;commercial
:Is the website for commercial use?
;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 {{Wiki|WHOIS}} data as a last resort if you are unable to determine the launch date.
;current status
:Is the site online/offline/sold etc.
 
==Template==
Paste the following code into the top of an article, filling all known fields:
<pre>
{{Website Infobox
{{Website Infobox
|title1=Example
|name=
|image1=Example
|image=
|caption1=Example
|url=
|url=Example
|slogan=
|slogan=Example
|commercial=
|row3=Example
|type=
|language=
|registration=
|owner=
|creator=
|maintainer=
|launch date=
|current status=
}}
}}
</pre>
</pre>
</noinclude>
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 03:40, 18 October 2024

Usage[edit source]

Parameters[edit source]

name
The website's most recognized name.
image
The website logo or main page.
url
The most used URL of the website, e.g. http://www.wikipedia.org/ (required)
slogan
The slogan of the website, e.g. "the free encyclopedia that anyone can edit."
commercial
Is the website for commercial use?
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.

Template[edit source]

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

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