Template:Site: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(→‎Options: Arguments explained)
Line 14: Line 14:
**''type'': the file type, e.g. PDF
**''type'': the file type, e.g. PDF
**''lang'': the language of the link target file, e.g. EN
**''lang'': the language of the link target file, e.g. EN
If the second argument is unnamed (example: <nowiki>{{site|http://example.ex|some example text}}</nowiki>), it will be interpreted as link text. If the second argument is named (example:<nowiki>{{site|http://example.ex|type=some file format}}</nowiki>), it will be interpreted according to the argument name.


==Examples==
==Examples==

Revision as of 11:49, 3 March 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 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: {{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)

kategorie:ContentTemplate