Template:MediaWiki URL rules: Difference between revisions

From All Skies Encyclopaedia
imported>Makyen
(Remove formatting text as small. Having the final paragraph as small text is distracting. It is not consistent with the formatting elsewhere and the issue is not of lesser important than any other mentioned.)
imported>Bbb23
m (Reverted edits by 2601:3C6:100:C660:74D0:CFC0:B1F1:3709 (talk) to last version by JohnFromPinckney)
 
(11 intermediate revisions by 9 users not shown)
Line 1: Line 1:
:URLs must begin with a supported [[URI scheme]]. <code>http://</code> and <code>https://</code> will be supported by all browsers; however, <code>ftp://</code>, <code>gopher://</code>, <code>irc://</code>, <code>ircs://</code>, <code>mailto:</code> and <code>news:</code> will require a plug-in or an external application and should normally be avoided. [[IPv6]] host-names are currently not supported.
URLs must begin with a supported [[URI scheme]]. <code>http://</code> and <code>https://</code> will be supported by all browsers; however, <code>ftp://</code>, <code>gopher://</code>, <code>irc://</code>, <code>ircs://</code>, <code>mailto:</code> and <code>news:</code> may require a plug-in 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, then they will not display and link correctly. Those characters need to be [[percent-encoded]]. For example, a space must be replaced by <code>%20</code>. To encode the URL, replace the following characters with:
If URLs in [[Wikipedia:Citation_templates#Examples|citation template parameters]] contain certain characters, then they will not display and link correctly. Those characters need to be [[percent-encoded]]. For example, a space must be replaced by <code>%20</code>. To encode the URL, replace the following characters with:
{| class="wikitable" style="margin-left: 5em"

! sp !! " !! ' !! < !! > !! [ !! ] !! <nowiki>|</nowiki> !! }
{| class="wikitable"
!scope="row"| Character
!scope="col"| space
!scope="col"| "
!scope="col"| '
!scope="col"| <
!scope="col"| >
!scope="col"| [
!scope="col"| ]
!scope="col"| {
!scope="col"| <nowiki>|</nowiki>
!scope="col"| }
|-
|-
!scope="row"| Encoding
|| %20 || %22 || %27 || %3c || %3e || %5b || %5d || %7c || %7d
| %20 || %22 || %27 || %3C || %3E || %5B || %5D || %7B || %7C || %7D
|}
|}

:Single apostrophes do not need to be encoded; however, unencoded multiples will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double closing braces for the template transclusion.<noinclude>
Single apostrophes do not need to be encoded; however, unencoded multiples will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double closing braces for the template transclusion.<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 23:50, 9 March 2022

URLs must begin with a supported URI scheme. http:// and https:// will be supported by all browsers; however, ftp://, gopher://, irc://, ircs://, mailto: and news: may require a plug-in 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, then they will not display and link correctly. Those characters need to be percent-encoded. For example, a space must be replaced by %20. To encode the URL, replace the following characters with:

Character space " ' < > [ ] { | }
Encoding %20 %22 %27 %3C %3E %5B %5D %7B %7C %7D

Single apostrophes do not need to be encoded; however, unencoded multiples will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double closing braces for the template transclusion.