Шаблон:Wikipedia

Материал из WOG Wiki
Версия от 18:07, 18 июня 2022; Lom3uk (обсуждение | вклад) (Новая страница: «<includeonly>{{#if:{{{1|}}}|[https://{{#if:{{{3|}}}|{{{3}}}|en}}.wikipedia.org/wiki/{{#replace:{{{1}}}| |_}} {{#if:{{{2|}}}|<nowiki/>{{{2}}}|{{{1}}}}}{{#if:{{{3|}…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Creates a Wikipedia link.

Usage

{{Wikipedia|article|text|lang}}

  • article: article's name on Wikipedia - spaces are automatically converted to underscores _ (required)
  • text: link text (optional, article is used if not present)
  • lang: Wikipedia language code on two letters: the https://{lang}.wikipedia.org/ part. (optional, default "en")
Examples
Code Result
{{Wikipedia}} [https://{{#if:%7C{{{3}}}%7Cen}}.wikipedia.org/wiki/{{#replace:{{{1}}}%7C |_}} {{#if:|{{{2}}}|{{{1}}}}}{{#if:|{{#ifeq:|en -Wikipedia article not defined-}}
{{Wikipedia|article}} [https://{{#if:%7C{{{3}}}%7Cen}}.wikipedia.org/wiki/{{#replace:article%7C |_}} {{#if:|{{{2}}}|article}}{{#if:|{{#ifeq:|en -Wikipedia article not defined-}}
{{Wikipedia|ARMA 3}} [https://{{#if:%7C{{{3}}}%7Cen}}.wikipedia.org/wiki/{{#replace:ARMA 3| |_}} {{#if:|{{{2}}}|ARMA 3}}{{#if:|{{#ifeq:|en -Wikipedia article not defined-}}
{{Wikipedia|ARMA_3|Arma 3}} [https://{{#if:%7C{{{3}}}%7Cen}}.wikipedia.org/wiki/{{#replace:ARMA_3%7C |_}} {{#if:Arma 3|Arma 3|ARMA_3}}{{#if:|{{#ifeq:|en -Wikipedia article not defined-}}
{{Wikipedia|ARMA_III|Arma 3|fr}} [https://{{#if:fr%7Cfr%7Cen}}.wikipedia.org/wiki/{{#replace:ARMA III| |_}} {{#if:Arma 3|Arma 3|ARMA III}}{{#if:fr|{{#ifeq:fr|en -Wikipedia article not defined-}}
{{Wikipedia|RGB|#RRGGBB}} [https://{{#if:%7C{{{3}}}%7Cen}}.wikipedia.org/wiki/{{#replace:RGB%7C |_}} {{#if:#RRGGBB|#RRGGBB|RGB}}{{#if:|{{#ifeq:|en -Wikipedia article not defined-}}
{{Wikipedia|ARGB|#AARRGGBB|de}} [https://{{#if:de%7Cde%7Cen}}.wikipedia.org/wiki/{{#replace:ARGB%7C |_}} {{#if:#AARRGGBB|#AARRGGBB|ARGB}}{{#if:de|{{#ifeq:de|en -Wikipedia article not defined-}}