Jump to content

Module:User:Mr. Stradivarius/sandbox2

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 09:10, 5 April 2013 (investigating strip markers). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
p = {}

function p.delink(frame)
    text = frame.args[1]
    text = mw.ustring.match(text, "(UNIQ.-QINU)")
    return text
end

return p