There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:Autotimeline/doc
local p = {}
function p.hello( b )
local entity = mw.wikibase.getEntityObject()
local pin = mw.wikibase.label( "Q" .. entity.claims.p488[0].mainsnak.datavalue.value["numeric-id"])
return "==hacky== \n<timeline> ImageSize = width:380 height:25 </timeline> \n" .. b.args[1]
end
return p