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
  • 08:39, 28 February 2024 Vish talk contribs created page Module:TranslationCheck (Created page with "local p = {} function p.checkTranslation(frame) local title = mw.text.trim(frame.args[1] or '') local lang = mw.text.trim(frame.args[2] or '') local displayText = frame.args[3] or title -- Load the JSON data directly from the "JoJo Wiki:Translated_Pages" page local jsonData = mw.loadJsonData('JoJo Wiki:Translated_Pages') -- Check if the translation exists for the given title in the specified language if jsonData and jsonData[title] and json...")