• ਘਰ
  • ਬੇਤਰਤੀਬ
  • ਨੇੜੇ-ਤੇੜੇ
  • ਦਾਖ਼ਲ ਹੋਵੋ
  • ਪਸੰਦਾਂ
ਹੁਣ ਦਾਨ ਕਰੋ ਜੇਕਰ ਵਿਕੀਪੀਡੀਆ ਤੁਹਾਡੇ ਲਈ ਲਾਭਦਾਇਕ ਹੈ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ ਅੱਜ ਹੀ ਦਿਓ।
  • ਵਿਕੀਪੀਡੀਆ ਬਾਰੇ
  • ਦਾਅਵੇ
ਵਿਕੀਪੀਡੀਆ

ਫਰਮਾ:URL

  • ਭਾਸ਼ਾ
  • ਨਿਗਰਾਨੀ ਰੱਖੋ
  • ਸੋਧੋ
Template documentation[ਦੇਖੋ] [ਸੋਧੋ] [ਅਤੀਤ] [ਤਾਜ਼ਾ ਕਰੋ]
This template is used in MediaWiki:Titleblacklist-custom-URL.
Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please discuss any changes at the talk page before implementing them.
encoding URLs ਲਈ, ਦੇਖੋ Help:Magic words § urlencode।
ਇਹ ਫਰਮਾ ਹੇਠ ਲਿਖੇ ਲੂਆ ਨੂੰ ਵਰਤਦਾ ਹੈ:
  • Module:URL (sandbox)

This template creates a formatted external link. It formats the appearance of displayed URLs, while making them machine-readable as part of emitted microformat meta-data, inside templates such as infoboxes.

Note: If you wish to display text instead of the URL (e.g. website instead of example.com), please do not use this template. Instead, consider using normal wiki markup or Template:Official website. Displaying text instead of the url will render the microformat data invalid.

For web-based references, please see Wikipedia:Citation templates.

ਵਿਸ਼ਾ ਸੂਚੀ

  • 1 Usage
    • 1.1 URL with = character should use numbered parameters
    • 1.2 Examples
  • 2 Microformat
  • 3 TemplateData
  • 4 Maintenance categories
  • 5 See also

Usage

ਸੋਧੋ
  • {{URL|example.com}}
    • The first parameter is parsed to decide whether it is a complete URL. If it doesn't start with a URI scheme (such as "http:", "https:", or "ftp:"), the prefix "http://" is prepended to the specified generated target URL of the link.
    • Parameter 2 ({{URL|url name|optional display text}}) is deprecated. See note above for more information and alternative templates.

URL with = character should use numbered parameters

ਸੋਧੋ

If the URL contains an equals sign, as is common in a query string, the parameter |1= should be used for the URL ({{URL|1=example.com}}). This applies when the value of the URL is unknown, for example, when this template is used in another template specifying the effective URL as a variable value

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The template attempts to handle simple cases where a URL containing an equals sign is specified without the necessary |1=, but it is still better practice to pass it in.

The deprecated second parameter for the displayed text, if present in legacy uses, must also be explicitly numbered if the first parameter is explicitly numbered ({{URL|1=url name|2=optional display text}}); otherwise it will override the value of the first parameter:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

Examples

ਸੋਧੋ

The template displays an instructional message if there is no input:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The template wraps the output in <span class="url">...</span> (see § Microformat) and adds <wbr/> before displayed periods:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The use of http://, https://, a protocol-relative URL, or a different protocol is preserved in the URL but is not shown in the link text:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

If the path is only a slash (/) it is not displayed in the link text:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The template also adds <wbr/> before any displayed slashes (/) in the path:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

Upper case in the domain name is preserved in the URL, but not in the link text (upper case in the path is not changed):

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

For a URL containing an equal sign (=), use |1=:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The template currently supports an optional second parameter which is used as the link text, though its use is discouraged (see note):

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

The URL may be obtained from Wikidata as shown in this example for (Q23317), where the property ਅਧਿਕਾਰਤ ਵੈੱਬਸਾਈਟ (P856) contains https://www.audi.com:

{{URL}}

{{URL|example.com|optional display text}}

{{URL/sandbox}}

{{URL|example.com|optional display text}}

Microformat

ਸੋਧੋ

The template wraps the displayed URL with a class="url" so that it is included in any parent microformat which takes a URL parameter – see our microformats project.

TemplateData

ਸੋਧੋ
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for Template:URL based on its TemplateData.

TemplateData for URL

A template to display and format a URL, inside other tempates

ਫਰਮੇ ਦੇ ਮਾਪਦੰਡ[Edit template data]

ਮਾਪਦੰਡਵੇਰਵਾਕਿਸਮਦਰਜਾ
URL1

The URL to be linked

Stringrequired
Display text2

The text to be displayed instead of the URL. Deprecated

Stringdeprecated

Maintenance categories

ਸੋਧੋ
  • Category:Pages using URL template with unknown parameters (1)

See also

ਸੋਧੋ
  • {{URL2}}
  • {{#invoke:WikidataIB|url2}}
  • {{Official URL}}
  • {{Official website}}
  • {{Plain link}}
  • {{Wbr}}
The above documentation is transcluded from ਫਰਮਾ:URL/doc. (ਸੋਧੋ | ਅਤੀਤ)
Editors can experiment in this template's ਕੱਚਾ ਖ਼ਾਕਾ (ਸੋਧੋ | ਫ਼ਰਕ) and testcases (ਬਣਾਓ) pages.
Add categories to the /doc subpage. Subpages of this template.
"https://pa.wikipedia.org/w/index.php?title=ਫਰਮਾ:URL&oldid=629754" ਤੋਂ ਲਿਆ
Last edited on 14 ਜਨਵਰੀ 2023, at 10:04

ਬੋਲੀਆਂ

    • Acèh
    • Afrikaans
    • Алтай тил
    • አማርኛ
    • अंगिका
    • العربية
    • الدارجة
    • مصرى
    • অসমীয়া
    • Asturianu
    • Авар
    • Azərbaycanca
    • تۆرکجه
    • Башҡортса
    • Basa Bali
    • Boarisch
    • Batak Toba
    • Bikol Central
    • Беларуская
    • Български
    • भोजपुरी
    • Banjar
    • বাংলা
    • Brezhoneg
    • Bosanski
    • Basa Ugi
    • Català
    • 閩東語 / Mìng-dĕ̤ng-ngṳ̄
    • Нохчийн
    • Cebuano
    • کوردی
    • Corsu
    • Čeština
    • Чӑвашла
    • Cymraeg
    • Dansk
    • डोटेली
    • ދިވެހިބަސް
    • Ελληνικά
    • English
    • Esperanto
    • Español
    • Eesti
    • Euskara
    • فارسی
    • Fulfulde
    • Suomi
    • Føroyskt
    • Français
    • Gagauz
    • 贛語
    • Gàidhlig
    • Galego
    • گیلکی
    • ગુજરાતી
    • Gungbe
    • Gaelg
    • Hausa
    • 客家語 / Hak-kâ-ngî
    • עברית
    • हिन्दी
    • Fiji Hindi
    • Hrvatski
    • Kreyòl ayisyen
    • Magyar
    • Հայերեն
    • Արեւմտահայերէն
    • Bahasa Indonesia
    • Ilokano
    • ГӀалгӀай
    • Íslenska
    • 日本語
    • Jawa
    • ქართული
    • Kumoring
    • Қазақша
    • ភាសាខ្មែរ
    • 한국어
    • Kurdî
    • Кыргызча
    • Лезги
    • Ladin
    • ລາວ
    • Lietuvių
    • Latgaļu
    • Latviešu
    • Madhurâ
    • मैथिली
    • Basa Banyumasan
    • Мокшень
    • Malagasy
    • Македонски
    • മലയാളം
    • Монгол
    • ဘာသာမန်
    • मराठी
    • Bahasa Melayu
    • Mirandés
    • မြန်မာဘာသာ
    • مازِرونی
    • नेपाली
    • Nederlands
    • Norsk nynorsk
    • Norsk bokmål
    • Novial
    • ଓଡ଼ିଆ
    • Ирон
    • Pangasinan
    • Papiamentu
    • پښتو
    • Português
    • Română
    • Русский
    • Русиньскый
    • संस्कृतम्
    • Sardu
    • Scots
    • سنڌي
    • Srpskohrvatski / српскохрватски
    • တႆး
    • Simple English
    • Slovenčina
    • سرائیکی
    • Slovenščina
    • ChiShona
    • Shqip
    • Српски / srpski
    • Sunda
    • Svenska
    • ꠍꠤꠟꠐꠤ
    • Sakizaya
    • தமிழ்
    • ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
    • తెలుగు
    • ไทย
    • ትግርኛ
    • Türkmençe
    • Türkçe
    • Татарча / tatarça
    • Українська
    • اردو
    • Oʻzbekcha / ўзбекча
    • Tiếng Việt
    • 吴语
    • IsiXhosa
    • მარგალური
    • Yorùbá
    • ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ
    • 中文
    • 文言
    • 閩南語 / Bân-lâm-gú
    • 粵語
    • IsiZulu
    ਵਿਕੀਪੀਡੀਆ
    • Wikimedia Foundation
    • Powered by MediaWiki
    • ਇਸ ਸਫ਼ੇ ਵਿੱਚ ਆਖ਼ਰੀ ਸੋਧ 14 ਜਨਵਰੀ 2023 ਨੂੰ 10:04 ਵਜੇ ਹੋਈ।
    • ਇਹ ਸਮੱਗਰੀ CC BY-SA 4.0 ਹੇਠ ਮੌਜੂਦ ਹੈ। ਅਜਿਹਾ ਨਾ ਹੋਣ ਉੱਤੇ ਵਿਸ਼ੇਸ਼ ਤੌਰ ਉੱਤੇ ਦੱਸਿਆ ਜਾਵੇਗਾ।
    • ਪਰਦਾ ਨੀਤੀ
    • ਵਿਕੀਪੀਡੀਆ ਬਾਰੇ
    • ਦਾਅਵੇ
    • ਆਚਾਰ ਜ਼ਾਬਤਾ
    • ਵਿਕਾਸਕਾਰ
    • ਅੰਕੜੇ
    • ਕੂਕੀ ਤਫਸੀਲਾਂ
    • ਵਰਤੋਂ ਦੀਆਂ ਸ਼ਰਤਾਂ
    • ਡੈਸਕਟਾਪ