Jump to content

Module:Sandbox/Gnosygnu

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gnosygnu (talk | contribs) at 23:32, 19 July 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
--This Module is for various Lua experimentation.
--It is not meant to be used by other pages, and can be safely deleted.
require('Module:No globals')
local delink = require('Module:Delink')._delink
local p = {}

function p.delink_test(frame)
  return delink{frame.args[1]};
end

return p