• 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 110: Line 110:  
         if prefix == "?" then
 
         if prefix == "?" then
 
             local key = string.sub(arg, 3)
 
             local key = string.sub(arg, 3)
             return frame:preprocess(format{ key, ship = ship:name('/') })
+
             return frame:preprocess(format{
 +
                '{{${template}|${ship}}}',
 +
                template = key,
 +
                ship = ship:name('/')
 +
            })
 
         else
 
         else
 
             local key = string.sub(arg, 2)
 
             local key = string.sub(arg, 2)
cssedit, gkautomate
7,060

edits

Navigation menu