Template:Site: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(→‎Arguments: Some corrections)
(+ Parameter date & visited)
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|}}}|<nowiki>;</nowiki>&nbsp;{{{comment}}}}})''[[category:External Link]]</includeonly><noinclude>
<includeonly>[{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}}}] ''({{rml}} website{{#if:{{{date|}}}|,&nbsp;{{{date}}}}}{{#if:{{{type|}}}|,&nbsp;{{{type}}}}}{{#if:{{{lang|}}}|,&nbsp;{{{lang}}}}}{{#if:{{{visited|}}}|,&nbsp;visited on {{{visited}}}}}{{#if:{{{comment|}}}|<nowiki>;</nowiki>&nbsp;{{{comment}}}}})''[[category: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]).
Line 7: Line 7:
For Links to other websites, please use [[Template:External]].
For Links to other websites, please use [[Template:External]].
=== Arguments ===
=== Arguments ===
The template has an obligatory and four optional argument:
The template has an obligatory and six optional argument:
*Obligatory; unnamed
*Obligatory; unnamed
**'''1''': the link target, e.g. http://railml.org<br>'''Notice:''' the mediawiki software will misinterpret URLs containing the equality sign (=). Replace equality signs in URLs with the HTML-entity &amp;#61;.<br>''Example:'' replace <nowiki>{{site|http://www.railml.org/forum/index.php?t=msg&th=469&start=0&}}</nowiki> with <nowiki>{{site|http://www.railml.org/forum/index.php?t&amp;#61;msg&th&amp;#61;469&start&amp;#61;0&}}</nowiki> as to display [http://www.railml.org/forum/index.php?t&#61;msg&th&#61;469&start&#61;0& http://www.railml.org/forum/index.php?t&#61;msg&th&#61;469&start&#61;0&] ''({{rml}} website)''
**'''1''': the link target, e.g. http://railml.org<br>'''Notice:''' the mediawiki software will misinterpret URLs containing the equality sign (=). Replace equality signs in URLs with the HTML-entity &amp;#61;.<br>''Example:'' replace <nowiki>{{site|http://www.railml.org/forum/index.php?t=msg&th=469&start=0&}}</nowiki> with <nowiki>{{site|http://www.railml.org/forum/index.php?t&amp;#61;msg&th&amp;#61;469&start&amp;#61;0&}}</nowiki> as to display [http://www.railml.org/forum/index.php?t&#61;msg&th&#61;469&start&#61;0& http://www.railml.org/forum/index.php?t&#61;msg&th&#61;469&start&#61;0&] ''({{rml}} website)''
*Optional
*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.
**'''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.
**''date'': the publication date of the file
**''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
**''visited'': the date when the file was visited
**''comment'': a comment to be displayed within the brackets
**''comment'': a comment to be displayed within the brackets



Revision as of 14:50, 2 November 2017

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 six optional argument:

  • Obligatory; unnamed
    • 1: the link target, e.g. http://railml.org
      Notice: the mediawiki software will misinterpret URLs containing the equality sign (=). Replace equality signs in URLs with the HTML-entity &#61;.
      Example: replace {{site|http://www.railml.org/forum/index.php?t=msg&th=469&start=0&}} with {{site|http://www.railml.org/forum/index.php?t&#61;msg&th&#61;469&start&#61;0&}} as to display http://www.railml.org/forum/index.php?t=msg&th=469&start=0& (railML® website)
  • 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.
    • date: the publication date of the file
    • type: the file type, e.g. PDF
    • lang: the language of the link target file, e.g. EN
    • visited: the date when the file was visited
    • 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)