Modulo:Sandbox/ValterVB: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
. |
. |
||
Riga 3:
function p.main(frame)
local link = mw.wikibase.sitelink('Q42')
local count = 0
for _ in pairs(link) do count = count + 1 end
return count
--return mw.wikibase.getEntityUrl( 'Q42' ) .. link
end
|