Jump to content

Module:User:TheDaveRoss

From Wiktionary, the free dictionary


local p = {}

p.getValueFromID = function(frame)
	local sitelink = mw.wikibase.sitelink("Q1860")
    if sitelink then 
        print(sitelink)
    else
        print("no dice")
    end
end

return p