Module:Sortkey

From Zoophilia Wiki
Revision as of 21:13, 22 June 2018 by meta>TheDJ (very simple lua module to escape html data attribute for the sortkey)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Sortkey/doc

local p = {}
function p.encode(frame)
    return mw.text.encode(frame.args[1])
end
return p