Modul:List: Perbedaan antara revisi
tidak ada ringkasan suntingan
dw>Izno (add templatestyles for hlist) |
dw>Nyilvoskt Tidak ada ringkasan suntingan |
||
| Baris 162: | Baris 162: | ||
local ret = '' | local ret = '' | ||
if isDeprecated then | if isDeprecated then | ||
ret = ret .. '[[ | ret = ret .. '[[Kategori:Daftar templat dengan parameter yang tidak digunakan]]' | ||
end | end | ||
return ret | return ret | ||
| Baris 170: | Baris 170: | ||
if not listType or not listTypes[listType] then | if not listType or not listTypes[listType] then | ||
error(string.format( | error(string.format( | ||
" | "Argumen buruk #1 di 'makeList' ('%s' bukanlah tipe list yang valid)", | ||
tostring(listType) | tostring(listType) | ||
), 2) | ), 2) | ||