Modul:Redirect hatnote: Unterschied zwischen den Versionen

K
whitespace tweak
(use a repeat ... until loop to avoid creating an unnecessary blank table)
K (whitespace tweak)
Zeile 13: Zeile 13:
function p.redirect(frame)
function p.redirect(frame)
-- Get the args table and work out the maximum arg key.
-- Get the args table and work out the maximum arg key.
local origArgs = frame:getParent().args
local origArgs = frame:getParent().args
local args = {}
local args = {}