Documentation for this module may be created at Module:T173949/doc
-- test local p = {} function p.author(frame) entity = mw.wikibase.getEntityObject() entity:formatPropertyValues( 'P569' ) return "ext.math.styles is in your mobile page" end return p