All public logs

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

Logs
  • 00:54, 5 June 2024 Software2 talk contribs created page Module:ModuleUniqueStatTable (Created page with "local p = {} function p.processData(frame) local property1 = frame.args.property1 or "" local property2 = frame.args.property2 or "" -- Process the data local result = "Property1: " .. property1 .. ", Property2: " .. property2 return result end return p")