Difference between revisions of "Template:HD/url"

From blackwiki
Jump to navigation Jump to search
imported>Gadget850
(add !; remove urlencode for now)
imported>Gadget850
(rem ! add div)
Line 1: Line 1:
[[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.
+
<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.
  
 
{| class="wikitable"
 
{| class="wikitable"
! sp !! <nowiki>!</nowiki> !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ]
+
! sp !! " !! , !! ' !! ; !! < !! > !! ? !! [ !! ]
 
|-
 
|-
| %20 || %21 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d
+
| %20 || %22 || %2c || %3a || %3b || %3c || %3e || %3f || %5b || %5d
|}<!--- TemplateHD/url --->
+
|}<!--- TemplateHD/url ---></div>

Revision as of 19:53, 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