Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:Definitions: Difference between revisions

From SpiritVale Wiki
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 174: Line 174:
local url = t:localUrl()
local url = t:localUrl()
if frag and frag ~= "" then
if frag and frag ~= "" then
url = url .. "#" .. mw.uri.encode(frag, "WIKI")
url = url .. "#" .. mw.uri.anchorEncode(frag)
end
end
return url
return url
end
end