All public logs
Combined display of all available logs of GamingAlliance - GTA RP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:52, 7 April 2024 DrunkMunki talk contribs created page Module:Common (Created page with "local p = {} function p.getRedirectContent( pageTitle ) if pageTitle.isRedirect then local redirectPageName = pageTitle:getContent():match( "%[%[(.-)%]%]" ) return p.getContent( redirectPageName, pageTitle.nsText, true ) else return pageTitle:getContent( ) end end function p.getContent( pageName, namespace, fromRedirect ) --Create new title object with given page name and namespace (EXPENSIVE) local titleObj = mw.title.new( pageName, namespace ) --Ret...")