Module:TranslationCheck: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 September 2024

28 February 2024

  • curprev 08:4508:45, 28 February 2024Vish talk contribs 1,096 bytes +283 No edit summary
  • curprev 08:3908:39, 28 February 2024Vish talk contribs 813 bytes +813 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..."