Jump to content

Module:Sortkey

विकिपीडिया से
en>TheDJ (very simple lua module to escape html data attribute for the sortkey) के द्वारा 21:13, 22 जून 2018 के बदलाव
(अंतर) ← पुरान बदलाव | हाल के संसोधन (अंतर) | नया बदलाव → (अंतर)

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