Module:Item/Weapon: Revision history

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.

March 22, 2026

  • curprev 00:1800:18, March 22, 2026Braxton2409 talk contribs 4,505 bytes +4,505 Created page with "require( 'strict' ) local p = {} local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti function p._main(infobox, args) checkType('p._main', 1, infobox, 'table') checkType('p._main', 1, args, 'table') if args['range'] then args['range'] = args['range'] .. 'm' end if args['zoom'] then args['zoom'] = args['zoom'] .. 'x' end if args['rof'] then..."