Modul:Protection banner/config: Perbedaan revisi
Loncat ke navigasi
Loncat ke pencarian
k
Modul:Protection banner/config (lihat sumber)
Revisi per 6 Agustus 2021 04.35
, 6 Agustus 2021 04.35tidak ada ringkasan suntingan
k (1 revisi diimpor) |
Mediawiki>RaFaDa20631 k |
||
Baris 214: | Baris 214: | ||
local msg | local msg | ||
if type(protectionObj.expiry) == 'number' then | if type(protectionObj.expiry) == 'number' then | ||
msg = '${INTROFRAGMENT} | msg = '${INTROFRAGMENT} atau hingga penyuntingan %s terselesaikan.' | ||
else | else | ||
msg = '${INTROFRAGMENT} | msg = '${INTROFRAGMENT} hingga penyuntingan %s terselesaikan.' | ||
end | end | ||
return string.format(msg, disputes) | return string.format(msg, disputes) | ||
Baris 222: | Baris 222: | ||
explanation = "Pelindungan ini '''bukan''' merupakan bentuk dukungan terhadap" | explanation = "Pelindungan ini '''bukan''' merupakan bentuk dukungan terhadap" | ||
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | .. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | ||
tooltip = '${TOOLTIPFRAGMENT} karena | tooltip = '${TOOLTIPFRAGMENT} karena perang suntingan', | ||
}, | }, | ||
ecp = { | ecp = { | ||
Baris 310: | Baris 310: | ||
}, | }, | ||
template = { | template = { | ||
description = ' | description = 'Untuk templat dan modul Lua [[Wikipedia:High-risk templates|high-risk]]' | ||
.. ' | .. 'berisiko tinggi', | ||
text = 'Ini adalah ${PAGETYPE} yang [[Bantuan:Pelindungan|dilindungi]],' | text = 'Ini adalah ${PAGETYPE} yang [[Bantuan:Pelindungan|dilindungi]],' | ||
.. ' karena memiliki [[Wikipedia:Templat berisiko tinggi|risiko tinggi]].', | .. ' karena memiliki [[Wikipedia:Templat berisiko tinggi|risiko tinggi]].', | ||
Baris 345: | Baris 345: | ||
}, | }, | ||
vandalism = { | vandalism = { | ||
description = ' | description = 'Untuk halaman yang dilindungi dari' | ||
.. ' [[Wikipedia:Vandalism|vandalism]]', | .. ' [[Wikipedia:Vandalism|vandalism]]', | ||
text = '${INTROFRAGMENT} | text = '${INTROFRAGMENT} karena [[Wikipedia:Vandalisme|vandalisme]].', | ||
explanation = function (protectionObj, args) | explanation = function (protectionObj, args) | ||
local ret = '' | local ret = '' | ||
if protectionObj.level == 'sysop' then | if protectionObj.level == 'sysop' then | ||
ret = ret .. " | ret = ret .. "Perlindungan ini '''bukan''' suatu bentuk persetujuan terhadap" | ||
.. ' ${CURRENTVERSION}. ' | .. ' ${CURRENTVERSION}. ' | ||
end | end | ||
return ret .. '${EXPLANATIONBLURB}' | return ret .. '${EXPLANATIONBLURB}' | ||
end, | end, | ||
tooltip = '${TOOLTIPFRAGMENT} | tooltip = '${TOOLTIPFRAGMENT} karena vandalisme', | ||
} | } | ||
}, | }, | ||
Baris 363: | Baris 363: | ||
description = 'For pages protected against page moves due to' | description = 'For pages protected against page moves due to' | ||
.. ' disputes over the page title', | .. ' disputes over the page title', | ||
explanation = " | explanation = "Perlindungan ini '''bukan''' suatu bentuk persetujuan terhadap" | ||
.. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | .. ' ${CURRENTVERSION}. ${EXPLANATIONBLURB}', | ||
image = 'Padlock-olive.svg' | image = 'Padlock-olive.svg' | ||
Baris 564: | Baris 564: | ||
protectionLevels = { | protectionLevels = { | ||
edit = { | edit = { | ||
default = ' | default = 'dilindungi', | ||
templateeditor = ' | templateeditor = 'hanya dapat disunting oleh penyunting templat', | ||
extendedconfirmed = ' | extendedconfirmed = 'hanya dapat disunting oleh pengguna terkonfirmasi lanjutan', | ||
autoconfirmed = 'semi | autoconfirmed = 'dilindungi semi', | ||
}, | }, | ||
move = { | move = { | ||
default = ' | default = 'dilindungi dari pemindahan' | ||
}, | }, | ||
autoreview = { | autoreview = { | ||
}, | }, | ||
upload = { | upload = { | ||
default = ' | default = 'dilindungi dari pengunggahan' | ||
} | } | ||
}, | }, | ||
Baris 739: | Baris 739: | ||
-- namespace number. | -- namespace number. | ||
categoryNamespaceKeys = { | categoryNamespaceKeys = { | ||
[ 2] = ' | [ 2] = 'pengguna', | ||
[ 3] = ' | [ 3] = 'pengguna', | ||
[ 4] = ' | [ 4] = 'wikipedia', | ||
[ 6] = ' | [ 6] = 'berkas', | ||
[ 8] = 'mediawiki', | [ 8] = 'mediawiki', | ||
[ 10] = ' | [ 10] = 'templat', | ||
[ 12] = ' | [ 12] = 'wikipedia', | ||
[ 14] = ' | [ 14] = 'kategori', | ||
[100] = 'portal', | [100] = 'portal', | ||
[828] = ' | [828] = 'modul', | ||
}, | }, | ||