सबै सार्वजनिक अभिलेखहरू
अन्वेषणमा जानुहाेस्
खाेजमा जानुहाेस्
परमेश्वरको मण्डली विश्वकोशको सबै उपलब्ध लगहरूको प्रविष्टिहरूको मिल्दो जुल्दो प्रदर्शन। तपाईं अझै विस्तारको लागि लगको प्रकार, प्रयोगकर्ता नाम (अक्षर संवेदनशील), वा प्रभावित पृष्ठ (अक्षर संवेदनशील) छान्न सक्नुहुन्छ।
- ०६:१२, २२ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Redirect पृष्ठ सिर्जना गर्नुभयो (Created page with "-- 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 a -- redi...")