Main public logs

From Angelina Jordan Wiki

Combined display of all available logs of Angelina Jordan 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:25, 27 July 2024 Most2dot0 talk contribs created page Module:VideoMetaData (Created page with "-- Accessing and presenting video Meta Data local p = {} -- Function to convert JSON data to a Lua table function p.jsonToTable(jsonPage) -- Check if jsonPage is a valid string if type(jsonPage) ~= 'string' then return nil, "Invalid argument: JSON page name must be a string." end -- Try to load the page content local title = mw.title.new(jsonPage) if not title then return nil, "Failed to create title object for page: " .. js...")