All public logs

Jump to navigation Jump to search

Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:35, 27 February 2024 Vish talk contribs created page Module:IfExistLink (Created page with "local p = {} -- Function to check if a given page exists function p.ifExists(titleName) local titleObj = mw.title.new(titleName) if titleObj and titleObj.exists then return true else return false end end -- Function to generate a language-specific link function p.link(frame) local title = frame.args[1] local display = frame.args[2] or title local lang = frame.args[3] -- Language code (e.g., "fr", "ru", "pt-br", "pl", "es")...")