Difference between revisions of "Template:URLwebsite"

From IntactiWiki
Jump to navigation Jump to search
m
m (added interwiki link)
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>[{{{1}}} Official website]{{#if: {{{2|}}} | . Retrieved {{{2}}}. |}}</includeonly>
+
<includeonly>{{raw:pool:POOLIconREFweb}} [{{{1}}} Official website]{{#if:{{{2|}}}|. Retrieved {{date|{{{2}}}}}{{#if:{{{3|}}}|&nbsp;(error: {{{3}}}) [[Category:ERROR_URL]]|}}.|}}</includeonly><noinclude>
<noinclude>== Usage ==
+
== Usage ==
Use this template with two '''anonymous''' parameters:
+
Use this template with '''anonymous''' parameters:
<pre>{{URLwebsite|<URL>|<date>}}</pre>
+
<pre>{{URLwebsite|<URL>|<date>|<HTML error code>}}</pre>
The '''Official website''' link should be listed as the first weblink on the '''<nowiki>{{LINKS}}</nowiki>''' section of an article page.
 
  
== Example ==
+
{{Template:DefaultURL}}
 +
 
 +
== Examples ==
 +
<pre>{{URLwebsite|http://en.intactiwiki.org}}</pre>
 +
{{URLwebsite|http://en.intactiwiki.org}}
 
<pre>{{URLwebsite|http://en.intactiwiki.org|2019-09-15}}</pre>
 
<pre>{{URLwebsite|http://en.intactiwiki.org|2019-09-15}}</pre>
 
{{URLwebsite|http://en.intactiwiki.org|2019-09-15}}
 
{{URLwebsite|http://en.intactiwiki.org|2019-09-15}}
 +
<pre>{{URLwebsite|http://en.intactiwiki.org|2019-09-15|404}}</pre>
 +
{{URLwebsite|http://en.intactiwiki.org|2019-09-15|404}}
 +
 +
== Automatic category ==
 +
* This template adds the category '''ERROR_URL''' to the article which uses it if the anonymous <HTML error code> parameter is being used.
 +
 +
[[Category:URL template]]
  
Result: <pre>[http://en.intactiwiki.org Official website]. Retrieved 2019-09-15.</pre>
+
[[da:Skabelon:URLwebsite]]
 +
[[de:Vorlage:URLwebsite]]
 +
<!--[[en:Template:URLwebsite]]-->
 +
[[fr:Modèle:URLwebsite]]
 +
[[is:Snið:URLwebsite]]
 +
[[nl:Sjabloon:URLwebsite]]
 +
[[sv:Mall:URLwebsite]]
 
</noinclude>
 
</noinclude>

Latest revision as of 13:46, 13 April 2022

Usage

Use this template with anonymous parameters:

{{URLwebsite|<URL>|<date>|<HTML error code>}}

Use the available URL templates in the {{LINKS}} section of an article page, with the following order:

  1. Template:URLwebsite
  2. Template:URLwikipedia
  3. Template:URL-FBprofile
  4. Template:URL-FBpage
  5. Template:URL-FBgroup
  6. Template:URLtwitter
  7. Template:URL-IMDbName
  8. Template:URL-IMDbTitle

Note: Only use the <date> parameter when you have retrieved the URL.

Examples

{{URLwebsite|http://en.intactiwiki.org}}

REFweb Official website

{{URLwebsite|http://en.intactiwiki.org|2019-09-15}}

REFweb Official website. Retrieved 15 September 2019.

{{URLwebsite|http://en.intactiwiki.org|2019-09-15|404}}

REFweb Official website. Retrieved 15 September 2019 (error: 404).

Automatic category

  • This template adds the category ERROR_URL to the article which uses it if the anonymous <HTML error code> parameter is being used.