"ଛାଞ୍ଚ:URL/doc" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

ଉଇକିପିଡ଼ିଆ‌ରୁ
Content deleted Content added
Created page with "<includeonly>{{#if:{{{1|}}}|<!-- --><span class="url"><!-- -->{{#ifeq:{{#titleparts:{{lc:x{{{1|}}}}}|1|1}}|{{lc:x{{{1|}}}}}|<!-- work-around when titleparts doesn't accept ..."
 
No edit summary
୧ କ ଧାଡ଼ି: ୧ କ ଧାଡ଼ି:
{{Documentation subpage}}
<includeonly>{{#if:{{{1|}}}|<!--
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
--><span class="url"><!--

-->{{#ifeq:{{#titleparts:{{lc:x{{{1|}}}}}|1|1}}|{{lc:x{{{1|}}}}}|<!-- work-around when titleparts doesn't accept the URL and returns the full string without a capital: don't attempt to transform the displayed URL
This template can be used to create a formatted external link.
-->[{{#if:1|{{{1|}}}}} {{#if:{{{2|}}}|{{#if:1|{{{2|}}}}}|{{#if:1|{{{1|}}}}}}}]<!-- These "#if:1" pseudo-tests (always true) allow trimming leading spaces in their text parameter

-->|<!--
== Usage ==
-->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}
:* <code><nowiki>{{URL|</nowiki>1=''url name''<nowiki>|</nowiki>2=''optional display text''<nowiki>}}</nowiki></code>
|https:/
:** The first parameter is parsed to see if it takes the form of a complete URL. If it doesn't start with an known URI scheme and a slash ("http:/" or "https:/" or "ftp:/", possibly others in the future, by editing its code), an "http://" prefix will be prepended to the specified generated target URL of the link.
|http:/
:** If no display text is specified or is empty, a default display text will be inferred by trying to reduce the specified URL without its recognized URI scheme (and without the common "www." hostname prefix which is assigned in almost all domains as the default one for this domain, and without the default "/" path of HTTP and FTP resources), and the domain name part will be forced to lowercase (for shorter and canonical display, but also to limit the occurrences of easily confusable characters, for example between letters and digits). The rest of the URL (including the rest of its path, the optional query string or the specified anchor) will be displayed unchanged.
|ftp:/=<!-- Matches https:/ or http:/ or ftp:/
:* <code><nowiki>{{URL|</nowiki>2=''display text''<nowiki>}}</nowiki></code>
-->[{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
:** The url or domain name is optional : if it is not specified in the first parameter or this parameter is empty, the display text becomes mandatory, and will be displayed without any change.
-->{{#if:{{{2|}}}|{{#if:1|{{{2|}}}}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{2|}}}
:** If both parameters are missing or empty, a default message referencing a correct usage of this template will be generated (including a link to this page), to help editors.
-->{{lc:<!-- domain name in lowercase

-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|3}}}}}}|www.<!--
: '''Warning:'''
-->|{{Str right|{{#titleparts:{{{1|}}}|1|3}}|4}}<!--
:* It is strongly advised to number the parameters explicitly (notably 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), because many URLs contain an equal sign (in their query string). In that case, the second parameter for the displayed text, if present, '''must''' also be explicitly numbered ; otherwise it will override the value of the explicitly numbered first parameter.
-->|{{#titleparts:{{{1|}}}|1|3}}<!--
:* If you specify a query string (starting by "?", up to the end of the string or up to the first "#" character) or an anchor (starting by '"#" up to the end of the string) in the first parameter then you '''must''' specify at least the default path "/" immediately after the domain name ; otherwise the resulting link target will be unpredictable, as the query string and/or the anchor may be unexpectedly converted to all lowercase ; it is strongly recommended to use full and canonical URLs in the first parameter, (without depending on the tentative detection of a missing URI scheme or path). Don't worry, this default "/" path won't be visible in the default display text.
-->}}<!--

-->}}<!--
=== Examples ===
-->{{#if:{{#titleparts:{{{1|}}}||4}}<!-- rest of the path
{|class="wikitable"
-->|/{{#titleparts:{{{1|}}}||4}}<!--
|-
-->}}<!--
! Code !! Result
-->}}<!--
|-
-->]<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki> }}</nowiki></tt>
-->|#default=<!-- Not https:/ or http:/ or ftp:/
| {{ {{BASEPAGENAME}} }}
-->[http://{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
|-
-->{{#if:{{{2|}}}|{{#if:1|{{{2|}}}}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{2|}}}
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| }}</nowiki></tt>
-->{{lc:<!-- domain name in lowercase
| {{ {{BASEPAGENAME}} | }}
-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|1}}}}}}|www.<!--
|-
-->|{{Str right|{{#titleparts:{{{1|}}}|1|1}}|4}}<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| EXAMPLE.com }}</nowiki></tt>
-->|{{#titleparts:{{{1|}}}|1|1}}<!--
| {{ {{BASEPAGENAME}} | EXAMPLE.com }}
-->}}<!--
|-
-->}}<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| example.com }}</nowiki></tt>
-->{{#if:{{#titleparts:{{{1|}}}||2}}<!-- rest of the path
| {{ {{BASEPAGENAME}} | example.com }}
-->|/{{#titleparts:{{{1|}}}||2}}<!--
|-
-->}}<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| www.example.com }}</nowiki></tt>
-->}}<!--
| {{ {{BASEPAGENAME}} | www.example.com }}
-->]<!--
|-
-->}}<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com }}</nowiki></tt>
-->}}<!--
| {{ {{BASEPAGENAME}} | http://www.example.com }}
--></span><!--
-->|<!--
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| https://www.example.com }}</nowiki></tt>
-->{{#if:{{{2|}}}|{{{2|}}}|<!--
-->{{tlx|URL|''example.com''|''optional display text''}}<!--
| {{ {{BASEPAGENAME}} | https://www.example.com }}
|-
-->}}<!--
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| ftp://www.example.com }}</nowiki></tt>
-->}}</includeonly><noinclude>{{documentation}}</noinclude>
| {{ {{BASEPAGENAME}} | ftp://www.example.com }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| ftp://ftp.example.com }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | ftp://ftp.example.com }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com/ }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | http://www.example.com/ }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com/path }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | http://www.example.com/path }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| www.example.com/foo }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | www.example.com/foo }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com/foo | link }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | http://www.example.com/foo | link }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| www.example.com/foo | link }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | www.example.com/foo | link}}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com/path/ }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | http://www.example.com/path/ }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| www.example.com/foo/ }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | www.example.com/foo/ }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| http://www.example.com/foo/ | link }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | http://www.example.com/foo/ | link }}
|-
| <tt><nowiki>{{</nowiki> {{BASEPAGENAME}} <nowiki>| www.example.com/foo/ | link }}</nowiki></tt>
| {{ {{BASEPAGENAME}} | www.example.com/foo/ | link}}
|}

== Microformat==
The template wraps the displayed URL with a <code>class="url"</code> so that it is included in any parent [[microformat]] which takes a URL parameter - see [[WP:UF|our microformats project]].

== See also ==
* {{tl|official website}}

<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:External link templates]]

[[cy:Nodyn:URL]]
[[gu:ઢાંચો:URL]]
[[ja:Template:URL]]
[[mk:Шаблон:URL]]
[[ru:Шаблон:URL]]
[[ur:Template:URL]]
</includeonly>

୧୯:୦୮, ୨୩ ଫେବୃଆରୀ ୨୦୧୧ ଅନୁସାରେ କରାଯାଇଥିବା ବଦଳ

This template can be used to create a formatted external link.

Usage

  • {{URL|1=url name|2=optional display text}}
    • The first parameter is parsed to see if it takes the form of a complete URL. If it doesn't start with an known URI scheme and a slash ("http:/" or "https:/" or "ftp:/", possibly others in the future, by editing its code), an "http://" prefix will be prepended to the specified generated target URL of the link.
    • If no display text is specified or is empty, a default display text will be inferred by trying to reduce the specified URL without its recognized URI scheme (and without the common "www." hostname prefix which is assigned in almost all domains as the default one for this domain, and without the default "/" path of HTTP and FTP resources), and the domain name part will be forced to lowercase (for shorter and canonical display, but also to limit the occurrences of easily confusable characters, for example between letters and digits). The rest of the URL (including the rest of its path, the optional query string or the specified anchor) will be displayed unchanged.
  • {{URL|2=display text}}
    • The url or domain name is optional : if it is not specified in the first parameter or this parameter is empty, the display text becomes mandatory, and will be displayed without any change.
    • If both parameters are missing or empty, a default message referencing a correct usage of this template will be generated (including a link to this page), to help editors.
Warning:
  • It is strongly advised to number the parameters explicitly (notably 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), because many URLs contain an equal sign (in their query string). In that case, the second parameter for the displayed text, if present, must also be explicitly numbered ; otherwise it will override the value of the explicitly numbered first parameter.
  • If you specify a query string (starting by "?", up to the end of the string or up to the first "#" character) or an anchor (starting by '"#" up to the end of the string) in the first parameter then you must specify at least the default path "/" immediately after the domain name ; otherwise the resulting link target will be unpredictable, as the query string and/or the anchor may be unexpectedly converted to all lowercase ; it is strongly recommended to use full and canonical URLs in the first parameter, (without depending on the tentative detection of a missing URI scheme or path). Don't worry, this default "/" path won't be visible in the default display text.

Examples

Code Result
{{ URL }} {{URL|example.com|optional display text}}
{{ URL | }} {{URL|example.com|optional display text}}
{{ URL | EXAMPLE.com }} example.com
{{ URL | example.com }} example.com
{{ URL | www.example.com }} www.example.com
{{ URL | http://www.example.com }} www.example.com
{{ URL | https://www.example.com }} www.example.com
{{ URL | ftp://www.example.com }} www.example.com
{{ URL | ftp://ftp.example.com }} ftp.example.com
{{ URL | http://www.example.com/ }} www.example.com
{{ URL | http://www.example.com/path }} www.example.com/path
{{ URL | www.example.com/foo }} www.example.com/foo
{{ URL | http://www.example.com/foo | link }} link
{{ URL | www.example.com/foo | link }} link
{{ URL | http://www.example.com/path/ }} www.example.com/path/
{{ URL | www.example.com/foo/ }} www.example.com/foo/
{{ URL | http://www.example.com/foo/ | link }} link
{{ URL | www.example.com/foo/ | link }} link

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.

See also