All public logs
From Halopedia, the Halo wiki
Combined display of all available logs of Halopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:51, March 21, 2025 Porplemontage talk contribs created page Module:Navcards (Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{navcards}} from the frame function p.navcards(frame) mArguments = require('Module:Arguments2') return p._navcards(mArguments.getArgs(frame), frame) end function p._navcards(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-navcards') local content = mw.html.create('div'):addCla...")