Zmiany
+ parametr z tytułem strony w funkcji „id”
local sd = require("Module:Wikidane/select")
local pid, qid, prop = sd.selectProperty(pid, sd.prepareFilters(frame), qid, tonumber(loadArg(frame, "ile")))
if qid then
return require("Moduł:Wikidane/format").run(frame, pid, prop)
id = function(frame)
local entity title = loadArg(frame, 1) return title and mw.wikibase.getEntityObjectgetEntityIdForTitle(title) if entity then return entityor mw.wikibase.id else return nil endgetEntityIdForCurrentPage()
end,