• 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
no edit summary
Line 2: Line 2:  
local NodeInfo = require('Module:NodeInfo')
 
local NodeInfo = require('Module:NodeInfo')
 
local getContext = require('Module:Utils').getContext
 
local getContext = require('Module:Utils').getContext
 +
local getArgs = require('Module:GetArgs')
    
local title_template = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center;">${map} ${node}: ${name} ([http://db.kcwiki.moe/drop/map/${event}${map_number}/${diff_number}/${map}-SAB.html PoiDB])</div>]]
 
local title_template = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center;">${map} ${node}: ${name} ([http://db.kcwiki.moe/drop/map/${event}${map_number}/${diff_number}/${map}-SAB.html PoiDB])</div>]]
Line 9: Line 10:  
     local table_string = 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_string }, "\n")
+
        local args = getArgs{ frame = frame }
 +
         return table.concat({ args.pagename or "?", context.pagename, context.args.title, title_template, table_string }, "\n")
 
     else
 
     else
 
         return table_string
 
         return table_string
cssedit, gkautomate
6,928

edits

Navigation menu