Module:Room features: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
local frame = mw.getCurrentFrame() |
local frame = mw.getCurrentFrame() |
||
local ret = '' |
local ret = '' |
||
local location = args[1] or mw.title.getCurrentTitle() |
local location = args[1] or mw.title.getCurrentTitle().fullText |
||
local query = mw.smw.ask(base_query(location)) |
local query = mw.smw.ask(base_query(location)) |