Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in or
create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision |
Your text |
| 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 15: |
Line 13: |
| </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}}
| |