Semua log publik
Loncat ke navigasi
Loncat ke pencarian
Gabungan tampilan semua log yang tersedia di Wiki Javasatu. Anda dapat melakukan pembatasan tampilan dengan memilih jenis log, nama pengguna (sensitif terhadap kapitalisasi), atau judul halaman (juga sensitif terhadap kapitalisasi).
- 13 September 2023 13.24 Adminjavasatu bicara kontrib membuat halaman Modul:Yesno (←Membuat halaman berisi '-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y'...')