Changes

m
no edit summary
Line 137: Line 137:  
     if (not remodel and not extra or jaEn or ja or en or note) and not is_empty_pre_kai_line then
 
     if (not remodel and not extra or jaEn or ja or en or note) and not is_empty_pre_kai_line then
 
         local line_name = count == 0 and (remodel and line.name .. " (" .. remodel .. ")" or line.name) or remodel or line.name
 
         local line_name = count == 0 and (remodel and line.name .. " (" .. remodel .. ")" or line.name) or remodel or line.name
 +
        if old then
 +
            line_name = line_name == "" and "Old" or line_name .. " (Old)"
 +
        end
 
         local ja_style = not jaEn and (not ja or ja == "" or ja == "?") and templates.incomplete_style
 
         local ja_style = not jaEn and (not ja or ja == "" or ja == "?") and templates.incomplete_style
 
         local en_style = not jaEn and (not en or en == "" or en == "?") and templates.incomplete_style
 
         local en_style = not jaEn and (not en or en == "" or en == "?") and templates.incomplete_style
Line 157: Line 160:  
             id = line.id,
 
             id = line.id,
 
             form = remodel or "Base",
 
             form = remodel or "Base",
             line = old and "Old" or (link and format{templates.line_link, link = link, line = line_name} or line_name),
+
             line = link and format{templates.line_link, link = link, line = line_name} or line_name,
 
             ja = format_text(jaEn or ja, line),
 
             ja = format_text(jaEn or ja, line),
 
             ja_colspan = jaEn and "2" or "1",
 
             ja_colspan = jaEn and "2" or "1",
cssedit, gkautomate
6,941

edits