Usuari:Joancreus/proveslua: diferència entre les revisions

Contingut suprimit Contingut afegit
Pàgina nova, amb el contingut: «local p = {} function p.hello( frame ) entity = mw.wikibase.getEntity( 'Q42' ) return entity end return p».
 
(Cap diferència)

Revisió de 22:50, 19 jul 2015

local p = {}

function p.hello( frame )

   entity = mw.wikibase.getEntity( 'Q42' )
   return entity

end

return p