Difference between revisions of "Template:HD/url"

From blackwiki
Jump to navigation Jump to search
imported>Gadget850
(rem ! add div)
imported>Gadget850
(note)
Line 1: Line 1:
<div>[[Image:Symbol move vote.svg|20px]] URLs containing certain characters will display and link incorrectly unless those characters are encoded. For example, a space must be replaced by %20.
+
[[Image:Symbol move vote.svg|20px]] 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"
 
! sp !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ]
 
! sp !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ]
 
|-
 
|-
 
| %20 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d
 
| %20 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d
|}<!--- TemplateHD/url ---></div>
+
|}
 +
{{small|Single apostrophes do not need to be encoded; multiples will be parsed as italic or bold markup}}<!--- TemplateHD/url --->

Revision as of 20:22, 24 April 2011

Symbol move vote.svg 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