Module:Navpills: Revision history

From Halopedia, the Halo wiki

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 3, 2025

  • curprev 14:1814:18, March 3, 2025Porplemontage talk contribsm 1,143 bytes 0 No edit summary
  • curprev 14:0314:03, March 3, 2025Porplemontage talk contribsm 1,143 bytes +1 No edit summary
  • curprev 14:0114:01, March 3, 2025Porplemontage talk contribs 1,142 bytes +1,142 Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{Navpills}} from the frame function p.navpills( frame ) mArguments = require( 'Module:Arguments' ) return p._navpills( mArguments.getArgs( frame ) ) end function p._navpills( args ) if not args then return 'Missing arguments' end local html = mw.html.create( 'div' ):addClass( 'template-navpills' ):attr( 'role', 'navigation' ) for i, _ in i..."