Modul:Wikibase: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Lua for Wikidata |
k Ubah dari mw.wikibase.getEntity (deprecated) ke mw.wikibase.getEntityObject per perubahan MediaWiki terakhir |
||
Baris 8:
end
entity = mw.wikibase.
if entity == nil then
Baris 20:
function p.label(frame)
if frame.args[1] == nil then
entity = mw.wikibase.
if not entity then return nil end
Baris 34:
function p.page(frame)
if frame.args[1] == nil then
entity = mw.wikibase.
if not entity then return nil end
|