Module:Navboxes: Difference between revisions

m
Add frame param to all invoked functions
(getLogNavbox: Automate manual navigation template)
m (Add frame param to all invoked functions)
Line 367: Line 367:
end
end


function p.getThievingNavbox()
function p.getThievingNavbox(frame)
local returnPart = {}
local returnPart = {}


Line 392: Line 392:
end
end


function p.getFishingNavbox()
function p.getFishingNavbox(frame)
local categoryHeader = {}
local categoryHeader = {}
local categoryItems = {}
local categoryItems = {}