Template:Sec link auto/doc

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This is the {{sec link auto}} template. It can be used to link to any wikimedia project while using the type of connection the user prefers. It is mostly meant to replace hardcoded external links to wikimedia projects such as "[http://en.wikipedia.org/wiki/Example?action=history Example history]", because these links don't change to reflect the user's preference, like the normal wikilink notation "[[Page]]" automatically does. If you want to use a link that forces all users to use a secure connection, then use {{sec link}} instead. For other secure link templates see the see also section below.

Usage[edit source]

{{sec link auto| project | Pagename | text | lang = de }}

This templates takes one or more parameters:

  • The first is the prefix of the Wikimedia project you want to link to. For instance "wiktionary" or "wikt" for Wiktionary, and "de" for the German Wikipedia. This parameter must always be fed. For the complete list of prefixes see Special:SiteMatrix and meta:Wikibooks/Table.
  • The second parameter is the full pagename you want to link to, such as "User:Example" or "São Paulo". If this parameter is omitted then this template links to the main page of the project.
  • The third parameter is the text that will be visible as the link. If this parameter is omitted the link address is instead shown.
  • There is also a named parameter "lang=". This parameter is usually not used. It takes a language prefix such as "de" or "pt". This enables to link to for instance the German version of Wiktionary. If this parameter is omitted, then this template links to the same language on the other project as you are on here. So if on the English Wikipedia, and you link to Wiktionary, per default you get a link to the English Wiktionary.

To compare how the links on this page look and behave when using the secure server, follow this link: {{sec link auto}}

And here's some examples:

{{sec link auto| commons }}

{{sec link auto| wikt }}

{{sec link auto| de }}

{{sec link auto| pt }}

commons:

wikt:

de:

pt:


{{sec link auto| commons | São Paulo }}

{{sec link auto| wikt | São Paulo }}

{{sec link auto| de | São Paulo }}

{{sec link auto| pt | São Paulo }}

commons:São Paulo

wikt:São Paulo

de:São Paulo

pt:São Paulo


{{sec link auto| pt | São Paulo | São Paulo, in the Portuguese Wikipedia. }}

São Paulo, in the Portuguese Wikipedia.


{{sec link auto| wikt | São Paulo | lang=pt }}

{{sec link auto| lang=pt | wikt | São Paulo | São Paulo, in the Portuguese Wiktionary. }}

wikt:pt:São Paulo

São Paulo, in the Portuguese Wiktionary.

In the above example we fed "lang=pt" before the other parameters. That is okay since named parameters don't interfere with the numbering of unnamed parameters.

Anchors and queries[edit source]

This template can also handle anchors and query parameters. Like this:

{{sec link auto| en | Template:Sec link auto | anchor = See also }}

{{sec link auto| en | Special:Search | query = search=secure+server&fulltext=Search&ns4=1&ns5=1 }}

{{sec link auto| de | Wikipedia:Spielwiese | query = action=edit | Edit the German Wikipedia's sandbox }}

en:Template:Sec link auto#See also

en:Special:Search?search=secure+server&fulltext=Search&ns4=1&ns5=1

Edit the German Wikipedia's sandbox

When feeding query parameters you must manually change any spaces " " to plus signs "+". But feed anchors unchanged.

The padlock[edit source]

When these links are seen from the secure server, then they all have a small padlock. That padlock is automatically added to all https links by the global CSS in all Wikimedia projects. This template does not suppress that, since it makes it clearer when it is a secure link.

But if you want to suppress the padlock, then there are two ways. Like this:

{{sec link auto| padlock=no | pt | São Paulo }}

<span class="plainlinks">
{{sec link auto| pt | São Paulo }}
</span>

pt:São Paulo

pt:São Paulo

Using "padlock=no" is easier for a single link. But when having many links then surrounding the whole area with "<span class="plainlinks"></span>" can be more convenient.

Many templates such as the mboxes, navboxes and infoboxes use the "plainlinks" class since it also prevents the external link icon . Thus when this template is used inside such boxes it looses the padlock. Then you can turn on the padlock like this:

{{sec link auto| padlock=yes | pt | São Paulo }}

pt:São Paulo

Note: You will only see a padlock in the above example if you view this page from the secure server, since this template only makes secure links if you already are using the secure server.

Technical details[edit source]

When you are connected to the secure server, then most local links in a project is automatically secure links. But hardcoded links and links to other projects are unfortunately not auto-changed to secure links. With this template you can work around that.

This template doesn't handle the "bugzilla:" prefix, since it already points to a secure server.

Some languages on Wikisource don't have their own language project, instead they are pages under the main "oldwikisource:" address. For instance the Afrikaans main page on Wikisourse is not "{{sec link auto|wikisource|lang=af}}", but instead "{{sec link auto|oldwikisource|Tuisblad}}".

This template internally uses the sub-templates {{sec link/relative url}} and {{sec link/text}}. Those sub-templates are also used by its sister templates.

See also[edit source]

  • {{sec link}} – Always makes a secure link, even if the user is not currently using the secure server.
  • {{sec link auto}} – Makes a secure link only if the user is using the secure server, otherwise it makes a normal link.
  • {{sec link image}} – Like {{sec link auto}}, but makes a full URL without any surrounding brackets. For use in links inside images.
  • Special:SiteMatrix – Lists the prefixes to use in links to all the different language editions of Wikipedia, Wiktionary, Wikibooks, etc.