Module:Skill: 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.

26 January 2023

4 May 2022

  • curprev 23:4723:47, 4 May 2022Mazeelwin talk contribs 3,660 bytes +3,660 Created page with "local p = {} function p.main(frame) if frame == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) else frame = mw.getCurrentFrame() end if (args.name == nil or args.name == '') then return frame:preprocess('<span style="color:red">Error! You must enter a <code>name</code> parameter!</span>') end local skill = args.name local result = mw.ext.cargo.query( 'Skills', '_pageName, name, image, c..."