Modul:List: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
k trans. error(string.format( (-ID) tostring(listType)
Baris 23:
data.classes = {}
if listType == 'horizontal' or listType == 'horizontal_ordered' then
table.insert(data.classes, 'hlist hlist-separated')
elseif listType == 'unbulleted' then
table.insert(data.classes, 'plainlist')
Baris 158:
local ret = ''
if isDeprecated then
ret = ret .. '[[Kategori:ListDaftar templatestemplat withdengan deprecatedparameter parametersyang tidak digunakan]]'
end
return ret
Baris 166:
if not listType or not listTypes[listType] then
error(string.format(
"bad argument #1 to 'makeList' ('%s' bukan tipejenis daftar yang valid)",
tostring(listType)
), 2)