Module:ListLinks: Difference between revisions
Appearance
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| Line 2: | Line 2: | ||
function p.fromDelimited(frame) | function p.fromDelimited(frame) | ||
return "<ul><li>[[Test Page|It works!]]</li></ul>" | |||
end | end | ||
return p | return p | ||
Revision as of 04:39, 23 April 2025
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