Difference between revisions of "Module:Sandbox/Galobtter"
Jump to navigation
Jump to search
blackwiki>Galobtter (hmm) |
blackwiki>Galobtter (hmm) |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.main(frame) | function p.main(frame) | ||
| − | return string.match(frame.args[1], ".+\n(.-'''. | + | return string.match(frame.args[1], ".+\n(.-'''.+)") |
end | end | ||
return p | return p | ||
Revision as of 06:46, 15 April 2018
local p = {}
function p.main(frame)
return string.match(frame.args[1], ".+\n(.-'''.+)")
end
return p