Semua log publik

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).

Log
  • 14 September 2023 13.41 Adminjavasatu bicara kontrib membuat halaman Modul:Redirect (←Membuat halaman berisi ' -- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't...')