Main Page: Difference between revisions
From Deepest Lore
More actions
No edit summary |
Arvid Varg (talk | contribs) |
||
| (20 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Mbox|BREAKING NEWS: You can now complain at [https://trello.com/invite/b/6a1d563ef8849fd4e7455e08/ATTIb176fba5b9d6629ac25e6c9b80f739e572659EA0/gnoblincc-engineering todo.gnoblin.cc] (sorry about the needing a trello account thing I got lazy)}} | |||
=Games= | |||
<html> | <html> | ||
<div class="custom-grid"> | <div class="custom-grid"> | ||
| Line 13: | Line 15: | ||
</div> | </div> | ||
</html> | </html> | ||
<!-- slop TODO: clean --> | |||
<html> | |||
<style> | |||
.no-wrap { | |||
white-space: nowrap; | |||
} | |||
</style> | |||
<script> | |||
document.querySelectorAll('.wiki-card-content').forEach(el => { | |||
// Only process plain text nodes (avoid breaking existing HTML) | |||
if (el.children.length === 0) { | |||
const text = el.textContent.trim(); | |||
const parts = text.split(': '); | |||
if (parts.length > 1) { | |||
const first = parts.shift(); | |||
const rest = parts.join(': '); | |||
el.innerHTML = first + ': <span class="no-wrap">' + rest + '</span>'; | |||
} | |||
} | |||
}); | |||
</script> | |||
</html> | |||
<!-- recently changed pages --> | |||
=Newly Updated Pages= | |||
{{Template:RecentlyChanged}} | |||