Template:Site: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(+ argument comment)
(Syntax)
Line 1: Line 1:
<includeonly>[{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}}}] ''({{rml}} website{{#if:{{{type|}}}|,&nbsp;{{{type}}}}}{{#if:{{{lang|}}}|,&nbsp;{{{lang}}}}}{{#if:{{{comment|}}}|;&nbsp;{{{comment}}}}})''[[kategorie:External Link]]</includeonly><noinclude>
<includeonly>[{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}}}] ''({{rml}} website{{#if:{{{type|}}}|,&nbsp;{{{type}}}}}{{#if:{{{lang|}}}|,&nbsp;{{{lang}}}}}{{#if:{{{comment|}}}|<nowiki>;</nowiki>&nbsp;{{{comment}}}}})''[[kategorie:External Link]]</includeonly><noinclude>
==Usage==
==Usage==
Use this template, whenever you set links to the railml.org website ([http.://railml.org http.://railml.org]).
Use this template, whenever you set links to the railml.org website ([http.://railml.org http.://railml.org]).

Revision as of 13:41, 13 April 2016

Usage

Use this template, whenever you set links to the railml.org website ([http.://railml.org http.://railml.org]).

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

For Links to other websites, please use Template:External.

Arguments

The template has an obligatory and four 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
    • comment: a comment to be displayed within the brackets

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

Examples

Code Output
{{site|http://railml.org}} http://railml.org (railML® website)
{{site|http://railml.org|Our homepage}} Our homepage (railML® website)
{{site|http://railml.org|type=HTML}} http://railml.org (railML® website, HTML)
{{site|http://railml.org|lang=EN|text=Our homepage}} Our homepage (railML® website, EN)
{{site|http://railml.org|Our homepage|type=HTML|lang=EN}} Our homepage (railML® website, HTML, EN)
{{site|http://de.wiki.railvivid.railml.org|type=HTML|lang=DE|comment=In Development}} http://de.wiki.railvivid.railml.org (railML® website, HTML, DE; In Development)kategorie:External Link

kategorie:ContentTemplate