Fark seçimi: Karşılaştırmak için revizyonların radyo düğmelerini işaretleyin ve enter'a veya alttaki düğmeye tıklayın.
Tanımlar: (güncel) = son revizyon ile arasındaki fark, (önceki) = bir önceki revizyon ile arasındaki fark, k = küçük değişiklik.

1 Ocak 2026

  • güncelönceki 18.3018.30, 1 Ocak 2026 Joe Goldberg mesaj katkılar 3.487 bayt +3.487 "-- 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 i..." içeriğiyle yeni sayfa oluşturdu