| Latest revision |
Your text |
| Line 1: |
Line 1: |
| <html> | | <strong>MediaWiki has been installed.</strong> |
| <div class="custom-grid">
| |
| </html>{{WikiCard|Adventures of Raun'shesh|https://cdna.artstation.com/p/assets/images/images/049/312/750/large/brian-valeza-40-wave-of-rats.jpg?1652202474}}<html>
| |
| </html>{{WikiCard|Ghosts of Saltmarsh|https://gugimages.s3.us-east-2.amazonaws.com/wp-content/uploads/2019/08/21210526/Saltmarsh_DnD_Articles_Header-Image.jpg}}<html>
| |
| </html>{{WikiCard|Mysteries of Mython|https://wallpapercave.com/wp/wp9621848.jpg}}<html>
| |
| </html>{{WikiCard|Strota: The War|https://i.redd.it/7gevttshozd41.jpg}}<html>
| |
| </html>{{WikiCard|Dobaru: Treasure Hunt|https://cdna.artstation.com/p/assets/images/images/003/052/182/large/todor-hristov-2.jpg?1469028977}}<html>
| |
| </html>{{WikiCard|The North Marches|https://www.thearcticinstitute.org/wp-content/uploads/2011/12/Scott_South_Pole_1912.jpg}}<html> | |
| </html>{{WikiCard|Chains of Iniquity|https://static.wikia.nocookie.net/emerald-isles/images/c/c0/Abyss.jpg}}<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>
| |
|
| |
|
| </div>
| | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. |
| </html>
| |
|
| |
|
| <!-- slop TODO: clean -->
| | == Getting started == |
| <html>
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] |
| | | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] |
| <style>
| | * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list] |
| .no-wrap { | | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] |
| white-space: nowrap;
| | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] |
| }
| |
| </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>
| |