Jump to content
Wikipedia The Free Encyclopedia

Module:Urldecode

From Wikipedia, the free encyclopedia
Module documentation[view] [edit] [history] [purge]

Functions

  • Function urlDecode reverses the transformation by magic word {{urlencode:}}.
{{#invoke:Urldecode|urlDecode|C%C3%B4te+d%27Ivoire}}  would produce  Côte d'Ivoire

See also

The above documentation is transcluded from Module:Urldecode/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.

 localp={}

 functionp.urlDecode(frame)
 localenctype=frame.args[2]
 localret=nil;
 if(frame.args[2]~=nil)then
 enctype=mw.ustring.upper(enctype)
 if((enctype=="QUERY")or(enctype=="PATH")or(enctype=="WIKI"))then
 ret=mw.uri.decode(frame.args[1],frame.args[2])
 end
 else
 ret=mw.uri.decode(frame.args[1])
 end
 ret=string.gsub(ret,"{","{")
 ret=string.gsub(ret,"}","}")

 returnret
 end

 returnp

AltStyle によって変換されたページ (->オリジナル) /