All public logs

Jump to navigation Jump to search

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

Logs
  • 15:04, 19 January 2023 Teamtoto talk contribs created page Module:Creature Mutation Query (Created page with "local util_args = require('Module:Args Utility') local util_cargo = require('Module:Cargo Utility') local p = {} function p.main() local mutation = "" local ego = 16 --[default, is 0 modifier] local level = 1 frame=mw.getCurrentFrame() if frame.args ~= nil and frame.args ~= '' then if frame.args[1] ~= nil and frame.args[1] ~= '' then mutation = mw.text.trim(frame:preprocess(frame.args[1])) level = tonumber(mw.text.trim(frame:preprocess(frame.args[2]))) end...")