• 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 34: Line 34:  
local table_row_alias = [=[|- id="${label}" class="q${letter}"
 
local table_row_alias = [=[|- id="${label}" class="q${letter}"
 
|rowspan="1"|'''${label}'''
 
|rowspan="1"|'''${label}'''
|colspan="11"|See [[#${alias_of}|${alias_of}}].
+
|colspan="11"|See [[#${alias_of}|${alias_of}].
 
]=]
 
]=]
   Line 49: Line 49:  
             table.insert(result, _.format(table_row_alias, {
 
             table.insert(result, _.format(table_row_alias, {
 
                 label = q.label,
 
                 label = q.label,
 +
                letter = q.letter or q.label:sub(1, 1),
 
                 alias_of = q.alias_of
 
                 alias_of = q.alias_of
 
             }))
 
             }))

Navigation menu