Module:Creature Mutation Query: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 June 2023

20 January 2023

19 January 2023

  • curprev 15:0415:04, 19 January 2023Teamtoto talk contribs 1,893 bytes +1,893 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..."