Jump to content

Main public logs

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

Logs
  • 18:40, 10 August 2025 Professional Wiki talk contribs created page Module:Creo (Created page with "require( 'strict' ) local p = {} --- TODO: Decide on the data storage mechanism --- TODO: Might have to use VariablesLua to ensure the data is only loaded once --- The data.json page is a placeholder for the actual data --- @return table local function loadData() local data = mw.loadJsonData( 'Module:Creo/data.json' ) return data end --- Build the infobox data needed from the raw data --- @return table local function getInfoboxData() -- TODO: Implement the actual d...")