• 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 1: Line 1:  
local format = require('Module:StringInterpolation').format
 
local format = require('Module:StringInterpolation').format
 
local getArgs = require('Module:GetArgs')
 
local getArgs = require('Module:GetArgs')
 +
 +
function format_category(name)
 +
    return "[[Category:" .. name .. "]]"
 +
end
    
local templates = {
 
local templates = {
Line 15: Line 19:  
     spoiler = [[<span style="background-color:#3a3a3a">${text}</span>]],
 
     spoiler = [[<span style="background-color:#3a3a3a">${text}</span>]],
 
     incomplete_style = "background:#fee;",
 
     incomplete_style = "background:#fee;",
     incomplete_category = "[[Category:Ship pages with incomplete quotes]]",
+
     incomplete_category = format_category("Ship pages with incomplete quotes"),
 
     row = [=[|- ${style}
 
     row = [=[|- ${style}
 
| nowrap="nowrap" |${audio_button} ${line}
 
| nowrap="nowrap" |${audio_button} ${line}
cssedit, gkautomate
6,941

edits

Navigation menu