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 12: |
Line 10: |
| </html>{{WikiCard|Abomination Vaults|https://guildberkeley.wordpress.com/wp-content/uploads/2021/02/gauntlight.png}}<html> | | </html>{{WikiCard|Abomination Vaults|https://guildberkeley.wordpress.com/wp-content/uploads/2021/02/gauntlight.png}}<html> |
| </html>{{WikiCard|Curse of Strahd|https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/03/ravenloft-coverart_annapodedworna-3.jpg}}<html> | | </html>{{WikiCard|Curse of Strahd|https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/03/ravenloft-coverart_annapodedworna-3.jpg}}<html> |
| </html>{{WikiCard|7th Heaven|https://static.wikia.nocookie.net/starwars/images/c/ca/Wattomocks.png}}<html>
| |
|
| |
|
| </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}}
| |