Note: This is a project under development. The articles on this wiki are just being initiated and broadly incomplete. You can Help creating new pages.

Template:URL

From Ayurwiki
Jump to: navigation, search
Template documentation[view] [edit] [history] [purge]

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

Note - this template is for formatting the appearance of displayed URLs, while making them machine-readable as part of emitted microformat meta-data.

If you wish to display text instead of the URL (e.g. "BBC website" instead of Script error: No such module "URL".), please do not use this template.

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

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 a URI scheme (such as "http:", "https:", or "ftp:"), an "http://" prefix will be prepended to the specified generated target URL of the link.
    • Parameter 2 is deprecated and should not be used.

Warning: The parameter 1 must be numbered explicitly if the URL contains an equal sign, as is common in the query string. 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. 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; otherwise it will override the value of the first parameter.

Note: Instead of hard-coding the URL with this template, the URL can be fetched from the "Official website" property (P856) on Wikidata by using {{Official URL}}. Consider using that template, for infoboxes in particular.

Examples

Code Result
{{ URL }} Script error: No such module "URL".
{{ URL | }} Script error: No such module "URL".
{{ URL | EXAMPLE.com }} Script error: No such module "URL".
{{ URL | example.com }} Script error: No such module "URL".
{{ URL | http://example.com }} Script error: No such module "URL".
{{ URL | www.example.com }} Script error: No such module "URL".
{{ URL | http://www.example.com }} Script error: No such module "URL".
{{ URL | https://www.example.com }} Script error: No such module "URL".
{{ URL | ftp://www.example.com }} Script error: No such module "URL".
{{ URL | ftp://ftp.example.com }} Script error: No such module "URL".
{{ URL | http://www.example.com/ }} Script error: No such module "URL".
{{ URL | http://www.example.com/path }} Script error: No such module "URL".
{{ URL | irc://irc.example.com/channel }} Script error: No such module "URL".
{{ URL | www.example.com/foo }} Script error: No such module "URL".
{{ URL | http://www.example.com/path/ }} Script error: No such module "URL".
{{ URL | www.example.com/foo/ }} Script error: No such module "URL".
{{ URL | 1=http://www.example.com/path?section=17 }} Script error: No such module "URL".
{{ URL | 1=www.example.com/foo?page=42 }} Script error: No such module "URL".
{{ URL | www.example.com | example.com }} Script error: No such module "URL".
{{ URL | http://www.example.com/foo | link }} Script error: No such module "URL". (Deprecated)
{{ URL | www.example.com/foo | link }} Script error: No such module "URL". (Deprecated)
{{ URL | http://www.example.com/foo/ | link }} Script error: No such module "URL". (Deprecated)
{{ URL | www.example.com/foo/ | link }} Script error: No such module "URL". (Deprecated)

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

Template:TemplateDataHeader

A template to display and format a URL

Template parameters

ParameterDescriptionTypeStatus
URL1

The URL to be linked

Default
empty
Example
empty
Auto value
empty
Stringrequired
Display text2

The text to be displayed instead of the URL. Deprecated

Default
empty
Example
empty
Auto value
empty
Stringdeprecated

See also