• 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 7: Line 7:  
function NodeInfoInvoke.Table(frame)
 
function NodeInfoInvoke.Table(frame)
 
     local context = getContext(frame)
 
     local context = getContext(frame)
     local table = NodeInfo:Table(context.args)
+
     local table_string = NodeInfo:Table(context.args)
 
     if context.args.title then
 
     if context.args.title then
         return table.concat({ context.pagename, context.args.title, title_template, table }, "\n")
+
         return table.concat({ context.pagename, context.args.title, title_template, table_string }, "\n")
 
     else
 
     else
         return table
+
         return table_string
 
     end
 
     end
 
end
 
end
    
return NodeInfoInvoke
 
return NodeInfoInvoke
cssedit, gkautomate
6,928

edits

Navigation menu