Difference between revisions of "Template:Citation Style documentation/urls"
Jump to navigation
Jump to search
imported>Gadget850 (start) |
imported>Newslinger m (Replace File:Vector toolbar insert link button.png with representation of current icon used in the Vector skin's WikiEditor toolbar, File:OOjs UI icon link-ltr.svg (via WP:JWB)) |
||
| (4 intermediate revisions by one other user 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; <code>irc://</code>, <code>ircs://</code>, <code>ftp://</code>, <code>news://</code>, <code>mailto:</code> and <code>gopher://</code> will require a plugin or an external application. IPv6 host-names | + | URLs must begin with a supported [[URI scheme]]: <code>http://</code> and <code>https://</code>will be supported by all browsers; <code>irc://</code>, <code>ircs://</code>, <code>ftp://</code>, <code>news://</code>, <code>mailto:</code> and <code>gopher://</code> will require a plugin or an external application. IPv6 host-names are currently not supported. |
URLs containing certain characters will display and link incorrectly unless those characters are encoded. For example, a space must be replaced by <code>%20</code>. | URLs containing certain characters will display and link incorrectly unless those characters are encoded. For example, a space must be replaced by <code>%20</code>. | ||
| − | {| class="wikitable" | + | {| class="wikitable" style="margin-left: 5em" |
! sp !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ] | ! sp !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ] | ||
|- | |- | ||
| %20 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d | | %20 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d | ||
|} | |} | ||
| − | ::{{small|Single apostrophes do not need to be encoded; multiples will be parsed as italic or bold markup}} | + | :::{{small|Single apostrophes do not need to be encoded; multiples will be parsed as italic or bold markup}} |
| − | The link button [[File: | + | The link button [[File:OOjs UI icon link-ltr.svg]] on the enhanced editing toolbar will encode a link. |
Latest revision as of 17:31, 7 February 2019
URLs must begin with a supported URI scheme: http:// and https://will be supported by all browsers; irc://, ircs://, ftp://, news://, mailto: and gopher:// will require a plugin or an external application. IPv6 host-names are currently not supported.
URLs containing certain characters will display and link incorrectly unless those characters are encoded. For example, a space must be replaced by %20.
| sp | " | , | ' | ; | < | > | ? | [ | ] |
|---|---|---|---|---|---|---|---|---|---|
| %20 | %22 | %2c | %3a | %3b | %3c | %3e | %3f | %5b | %5d |
- Single apostrophes do not need to be encoded; multiples will be parsed as italic or bold markup
The link button
on the enhanced editing toolbar will encode a link.