Module:User:TheDaveRoss

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of TheDaveRoss, for his own experimentation. Items in this module may be added and removed at TheDaveRoss's discretion; do not rely on this module's stability.


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