साँचा:MediaWiki URL rules
imported>आशीष भटनागर द्वारा परिवर्तित ०५:१२, २ सितंबर २०१३ का अवतरण (en:साँचा:MediaWiki URL rules से 5 अवतरण)
- URLs must begin with a supported URI scheme:
http://
andhttps://
will be supported by all browsers;irc://
,ircs://
,ftp://
,news:
,mailto:
andgopher://
will require a plugin or an external application and should normally be avoided. IPv6 host-names are currently not supported. - If URLs in citation template parameters contain certain characters they will display and link incorrectly. Those characters need to be percent-encoded. For example, a space must be replaced by
%20
. To encode the URL, replace these characters:
sp | " | ' | < | > | [ | ] | | | } |
---|---|---|---|---|---|---|---|---|
%20 | %22 | %27 | %3c | %3e | %5b | %5d | %7c | %7d |