Difference between revisions of "Template:Url ref"

From The Coppermind
Jump to navigation Jump to search
m
m (trak)
(16 intermediate revisions by 5 users not shown)
Line 2: Line 2:
   
 
TEXT
 
TEXT
-->|{{{pre|}}}<!--
+
-->|{{{pre|}}}<!-- -->{{#if:{{{pre|}}}|{{ref/uses-pre}}|}}<!--
   
 
-->[{{{url}}} {{{text}}}]<!--
 
-->[{{{url}}} {{{text}}}]<!--
   
--> - {{{site}}}<!--
+
-->{{{post|}}}<!-- -->{{#if:{{{post|}}}|{{ref/uses-post}}|}}<!--
  +
-->{{#if:{{{date|}}}| - <small>{{{date}}}</small>}}<!--
+
--><br><small> &mdash; {{{site}}} {{#if:{{{date|}}}|- {{{date}}}|}}</small><!--
-->{{{post|}}}<!--
 
  +
  +
--><span class="cm-tracking"><hash-text link="#">{{{url}}}</hash-text></span><!--
   
 
NAME
 
NAME
-->|name={{{name|{{{site}}}|}}}<!--
+
-->|name={{{name|{{{site}}}-{{{date|{{{text}}}|}}}|}}}<!--
   
 
GROUP
 
GROUP
Line 17: Line 19:
   
 
-->}}<!--
 
-->}}<!--
 
-->{{#if:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}|[[Category: URL ref with bad arguments]]}}<!--
 
   
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
This template is used to refer to URL's. This allows us to track where raw URLs are used, so we can keep them up to date easily.
+
This template is used to refer to URLs. This allows us to track where raw URLs are used, so we can keep them up to date easily.
   
To use, include {{t|url ref|2=url=<nowiki>http://...</nowiki>|3=text=|4=site=}}
+
To use, include {{t|url ref|url&#61;<nowiki>https://...</nowiki>|text&#61;|site&#61;}}
* {{{url}}} and {{{text}}} the link and link-text
+
* {{{url}}} and {{{text}}} are the link and link-text
 
* {{{site}}} indicates which website the page is on
 
* {{{site}}} indicates which website the page is on
 
* {{{date}}} is the publication date (yyyy-mm-dd)
 
* {{{pre}}} is included before the link
 
* {{{pre}}} is included before the link
 
* {{{post}}} is included after the link
 
* {{{post}}} is included after the link
 
* {{{name}}} replaces the generated name
 
* {{{name}}} replaces the generated name
 
* {{{group}}} sets the reference group
 
* {{{group}}} sets the reference group
  +
* {{{date}}} is the publication date (yyyy-mm-dd)
 
  +
For example, <code><nowiki>{{url ref|url=http://inkthinker.deviantart.com/art/The-Way-of-Kings-Skyeels-180124400|text=Skyeel Illustration Description|site=[[Inkthinker]]'s DeviantArt}}</nowiki></code>, which produces the following in the references list:{{url ref|url=http://inkthinker.deviantart.com/art/The-Way-of-Kings-Skyeels-180124400|text=Skyeel Illustration Description|site=[[Inkthinker]]'s DeviantArt}}
  +
<references />
  +
  +
  +
Because this reference template often requires a large amount of text, it's better to replace <code><nowiki><references /></nowiki></code> with
  +
  +
<pre><references>
  +
  +
</references></pre>
  +
  +
and then place all url references between the <code><nowiki><references></nowiki></code> and <code><nowiki></references></nowiki></code> tags. When you do this, you should add <code>|name=''name''</code> to the url reference, where ''name'' is a unique identifier for the reference. Then, you will be able to cite this reference in the body of the article with {{t|ref|name&#61;''name''}}. If you are citing the same url reference multiple times, you must use this method; otherwise it will result in a reference error because the template tries to create two references with the same name.
  +
  +
Technically, you could place the named url reference somewhere in the body of the article and then use {{t|ref}} to cite that reference elsewhere in the article. Most of the time, however, it's simpler and more elegant to just put the named url ref between the references tags and use {{t|ref}} everywhere in the article.
   
 
[[Category: Sources]]
 
[[Category: Sources]]
 
[[Category: Reference templates]]
 
[[Category: Reference templates]]
  +
  +
== Articles using Template ==
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Revision as of 18:55, 1 February 2021

This template is used to refer to URLs. This allows us to track where raw URLs are used, so we can keep them up to date easily.

To use, include {{url ref|url=https://...|text=|site=}}

  • {{{url}}} and {{{text}}} are the link and link-text
  • {{{site}}} indicates which website the page is on
  • {{{date}}} is the publication date (yyyy-mm-dd)
  • {{{pre}}} is included before the link
  • {{{post}}} is included after the link
  • {{{name}}} replaces the generated name
  • {{{group}}} sets the reference group

For example, {{url ref|url=http://inkthinker.deviantart.com/art/The-Way-of-Kings-Skyeels-180124400|text=Skyeel Illustration Description|site=[[Inkthinker]]'s DeviantArt}}, which produces the following in the references list:[1]


Because this reference template often requires a large amount of text, it's better to replace <references /> with

<references>

</references>

and then place all url references between the <references> and </references> tags. When you do this, you should add |name=name to the url reference, where name is a unique identifier for the reference. Then, you will be able to cite this reference in the body of the article with {{ref|name=name}}. If you are citing the same url reference multiple times, you must use this method; otherwise it will result in a reference error because the template tries to create two references with the same name.

Technically, you could place the named url reference somewhere in the body of the article and then use {{ref}} to cite that reference elsewhere in the article. Most of the time, however, it's simpler and more elegant to just put the named url ref between the references tags and use {{ref}} everywhere in the article.

Articles using Template