Jump to content

Module:Bharatdata: Difference between revisions

m
Muskit Gergous moved page Module:Wikidata to Module:Bharatdata without leaving a redirect
(Created page with "-- vim: set noexpandtab ft=lua ts=4 sw=4: require('Module:No globals') local p = {} local debug = false --------------------------------------------------------------------...")
 
m (Muskit Gergous moved page Module:Wikidata to Module:Bharatdata without leaving a redirect)
 
(4 intermediate revisions by one other user not shown)
Line 935: Line 935:
id = nil
id = nil
end
end
local data = mw.wikibase.getEntity(id)
if not data then
return nil
end
local i = 1
local i = 1
while true do
while true do