- 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
Line 30:
Line 30:
− +
Line 142:
Line 142:
− +
Remove phantom <p> elements
${names}
${names}
</div></div>]],
</div></div>]],
_alternative_name_template = [[<p><div style="display: inline-block; vertical-align: middle;"><small>''${label}:''</small></div> <div style="display: inline-block; vertical-align: middle;"><small>''${name}<br />${japanese_name}''</small></div></p>]],
_alternative_name_template = [[<div style="display: inline-block; vertical-align: middle;"><small>''${label}:''</small></div> <div style="display: inline-block; vertical-align: middle;"><small>''${name}<br />${japanese_name}''</small></div>]],
_library_name_label = "Library name",
_library_name_label = "Library name",
_list_name_label = "List name",
_list_name_label = "List name",
return ""
return ""
end
end
return format{self._alternative_names_template, names = table.concat(alternative_names, "\n")}
return format{self._alternative_names_template, names = table.concat(alternative_names, "<br/>")}
end
end