• 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 61: Line 61:  
_event_map_name_template = "${year} ${quarter} E-${map}",
 
_event_map_name_template = "${year} ${quarter} E-${map}",
 
_date_template = "${year}/${month:2}/${day:2}",
 
_date_template = "${year}/${month:2}/${day:2}",
 +
_quest_label = "Quests",
 
_quest_link = "[[Quests#${label}|${label}]]",
 
_quest_link = "[[Quests#${label}|${label}]]",
 
_all_nodes_symbol = "*",
 
_all_nodes_symbol = "*",
Line 148: Line 149:  
end
 
end
 
if availability.quest then
 
if availability.quest then
         table.insert(result, U.ijoin(U.imap(availability.quest, function(label) return format{self._quest_link, label = label} end), ", "))
+
         table.insert(result, self._quest_label .. ": " .. U.ijoin(U.imap(availability.quest, function(label) return format{self._quest_link, label = label} end), ", "))
 
end
 
end
 
for _, method in ipairs(availability or {}) do
 
for _, method in ipairs(availability or {}) do
cssedit, gkautomate
6,942

edits

Navigation menu