Modul:Infobox Wikidata: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
k Melindungi "Modul:Infobox Wikidata": Modul Lua berisiko tinggi ([Sunting=Hanya untuk pengurus] (selamanya) [Pindahkan=Hanya untuk pengurus] (selamanya))
Tag: Suntingan perangkat seluler Suntingan peramban seluler Suntingan seluler lanjutan
kTidak ada ringkasan suntingan
 
Baris 1:
--
-- This module implements {{Infobox Wikidata}}. cawiki version: 2021-07-21
--
 
Baris 275:
textoPie = ''
elseif id then
textoPie = '[[File:Notification-icon-Wikidata-logo.svg|18px|ModificaSunting lesdata dades adi Wikidata|link=d:' .. tostring(id) .. ']]'
if args.item and mw.title.getCurrentTitle().namespace == 0 then
textoPie = textoPie .. '[[CategoriaKategori:ArticlesArtikel ambdengan accésakses arbitrariarbiter ake Wikidata]]'
end
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then
textoPie = 'EnllaceuTautkan ake Wikidata peruntuk obtenirmendapatkan lesdata dades globalsglobal'
end
if textoPie ~= '' then
Baris 303:
if args.child == 'yes' then
if args.title then
root:wikitext('[[CategoriaKategori:PàginesHalaman queyang fanmenggunakan servirtemplat infotauleskotak incrustadesinfo ambterbenam eldengan paràmetreparameter del títoljudul]]')
end
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then
root:wikitext('[[CategoriaKategori:ArticlesArtikel ambyang infotaulesmenggunakan sensetemplat paràmetreskotak deinfo dadestanpa baris data]]')
end
end
Baris 378:
-- table if the prefix parameter is present and non-blank.
if type(prefixTable) ~= 'table' then
error("HiTerdapat hanilai un valor nonon-taula per a latabel taulauntuk detabel prefixawalan", 2)
end
if type(step) ~= 'number' then
error("HiTerdapat hanilai un valor numèriclangkah (step) que noyang éstidak vàlidsah", 2)
end
Baris 387:
for i,v in ipairs(prefixTable) do
if type(v) ~= 'table' or type(v.prefix) ~= "string" or (v.depend and type(v.depend) ~= 'table') then
error('HiTerdapat haentri unayang entradatidak quesah nountuk éstabel vàlida per a la taula de prefixawalan preprocessArgs', 2)
end
preprocessSingleArg(v.prefix)
Baris 394:
for j, dependValue in ipairs(v.depend) do
if type(dependValue) ~= 'string' then
error('ElNilai valor del paràmetreparameter "depend" detectatyang enditerima preprocessArgs no éstidak vàlidsah')
end
preprocessSingleArg(dependValue)