Difference between revisions of "Module:Sandbox/Galobtter"
Jump to navigation
Jump to search
blackwiki>Galobtter (+) |
m (62 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.main(frame) | function p.main(frame) | ||
| − | return | + | return mw.title.getCurrentTitle(); |
end | end | ||
return p | return p | ||
Latest revision as of 09:47, 27 September 2020
local p = {}
function p.main(frame)
return mw.title.getCurrentTitle();
end
return p