Module:ListLinks
Appearance
Documentation for this module may be created at Module:ListLinks/doc
local p = {}
function p.fromDelimited(frame)
return "<ul><li>[[Test Page|It works!]]</li></ul>"
end
return p
Documentation for this module may be created at Module:ListLinks/doc
local p = {}
function p.fromDelimited(frame)
return "<ul><li>[[Test Page|It works!]]</li></ul>"
end
return p