• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 131: Line 131:  
local special_functions = {
 
local special_functions = {
 
     apply = function(args_)
 
     apply = function(args_)
 +
        local frame_ = frame:getParent()
 
         local template = args_[2]
 
         local template = args_[2]
 
         local values = {}
 
         local values = {}
Line 140: Line 141:  
             })
 
             })
 
         end
 
         end
         return frame:preprocess(table.concat(values, args.concat or ""))
+
         return frame_:preprocess(table.concat(values, args.concat or ""))
 
     end
 
     end
 
}
 
}
cssedit, gkautomate
6,941

edits

Navigation menu