| Line 3: |
Line 3: |
| | | | |
| | local templates = { | | local templates = { |
| − | title = [[<div id="${map} ${node}" style="width:700px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${node}-SAB.html PoiDB])</div>]], | + | title = [[<div id="${map} ${node}" style="width:700px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${node}-SAB.html PoiDB])</div>\n]], |
| − | title_simple = [[<div id="${map} ${node}" style="width:700px;text-align:center">${map} ${node}${nameSuffix}</div>]], | + | title_simple = [[<div id="${map} ${node}" style="width:700px;text-align:center">${map} ${node}${nameSuffix}</div>\n]], |
| − | event_title = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${diff_number}/${node}-SAB.html PoiDB])</div>]], | + | event_title = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${diff_number}/${node}-SAB.html PoiDB])</div>\n]], |
| − | event_title_simple = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center">${map} ${node}${nameSuffix}</div>]], | + | event_title_simple = [[<div id="${map} ${node} ${diff}" style="width:700px;text-align:center">${map} ${node}${nameSuffix}</div>\n]], |
| | } | | } |
| | | | |