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
  • 21:20, 5 June 2024 Software2 talk contribs created page Module:ModuleShowVariantsOrSingle (Created page with "------------------------------------ -- Modules can have variants, or they can be one of a kind. -- It doesn't make sense to show all the variant fluff if a module is one of a kind. local p = {} function p.processData(frame) if frame.args.count == nil then return "ERROR: Module:ModuleShowVariantsOrSingle not passed a count. Please tell us on Discord!" end return frame.args.count --return frame:preprocess(completedTable) end return p")