Modul:Infobox Wikidata: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Hidayatsrf (bicara | kontrib) 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 |
Hidayatsrf (bicara | kontrib) 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|
if args.item and mw.title.getCurrentTitle().namespace == 0 then
textoPie = textoPie .. '[[
end
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then
textoPie = '
end
if textoPie ~= '' then
Baris 303:
if args.child == 'yes' then
if args.title then
root:wikitext('[[
end
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then
root:wikitext('[[
end
end
Baris 378:
-- table if the prefix parameter is present and non-blank.
if type(prefixTable) ~= 'table' then
error("
end
if type(step) ~= 'number' then
error("
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('
end
preprocessSingleArg(v.prefix)
Baris 394:
for j, dependValue in ipairs(v.depend) do
if type(dependValue) ~= 'string' then
error('
end
preprocessSingleArg(dependValue)
|