Content deleted Content added
DreamRimmer (talk | contribs) fix (DR) |
DreamRimmer (talk | contribs) specific to ArbCom topics only |
||
Line 319:
const headerLabel = title.includes('ArbCom topics') ? 'Topic' : 'Comment';
const dateLabel = title.includes('ArbCom topics') ? 'Timestamp' : 'Date';
let html = `<h4>${title}</h4><table class="wikitable sortable"><thead><tr><th>${dateLabel}</th><th>${userLabel}</th><th>${headerLabel}</th></tr></thead><tbody>`;
data.forEach(item => {
|