Template:External: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(→‎Arguments: more precise explanation)
No edit summary
Line 1: Line 1:
<includeonly>[{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}}}] ''(external link{{#if:{{{type|}}}|,&nbsp;{{{type}}}}}{{#if:{{{lang|}}}|,&nbsp;{{{lang}}}}})''[[kategorie:External Link]]</includeonly><noinclude>
<includeonly>[{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}}}] ''(external link{{#if:{{{type|}}}|,&nbsp;{{{type}}}}}{{#if:{{{lang|}}}|,&nbsp;{{{lang}}}}})''[[kategory:External Link]]</includeonly><noinclude>
==Usage==
==Usage==
Please, use this template, whenever you set external links.
Please, use this template, whenever you set external links.
Line 38: Line 38:
|}
|}


[[kategorie:ContentTemplate]]
[[kategory:ContentTemplate]]
</noinclude>
</noinclude>

Revision as of 17:32, 19 July 2016

Usage

Please, use this template, whenever you set external links.

This template grants that external links will be collected in category:External Link. So we keep an overview of external links and control their actuality routinely.

For Links to pages on the railML®-site (http://railml.org), please use Template:Site.

Arguments

The template has an obligatory and three optional argument:

  • Obligatory; unnamed
  • Optional
    • 2 or text: the link text. If it is empty, the link target will be used as link text. This argument can be used both named or unnamed.
    • type: the file type, e.g. PDF
    • lang: the language of the link target file, e.g. EN

If the second argument is unnamed (example: {{external|http://example.ex|some example text}}), it will be interpreted as link text. If the second argument is named (example:{{external|http://example.ex|type=some file format}}), it will be interpreted according to the argument name.

Examples

Code Output
{{external|http://www.uic.org}} http://www.uic.org (external link)
{{external|http://www.uic.org|International Union of Railways}} International Union of Railways (external link)
{{external|http://www.uic.org|type=HTML}} http://www.uic.org (external link, HTML)
{{external|http://www.uic.org|lang=EN|text=UIC}} UIC (external link, EN)
{{external|http://www.uic.org|UIC|type=HTML|lang=EN}} UIC (external link, HTML, EN)

kategory:ContentTemplate