|
|
Line 1: |
Line 1: |
| <div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 20px 0;"> | | <!-- Main Page Container --> |
| | <div class="mainpage-container"> |
|
| |
|
| <a href="/wiki/TARGET_WIKI_PAGE_1" style="width: 300px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; flex-direction: column; text-decoration: none;"> | | <div class="mainpage-header"> |
| <div style="width: 100%; height: 160px; overflow: hidden; background-color: #e9ecef;">
| | <h1>🎮 Game Wiki Hub</h1> |
| [[File:Example_Image.png|300px]]
| | <p>Access all game wikis from one place.</p> |
| </div>
| |
| <div style="padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column;"> | |
| <div style="font-size: 1.4em; font-weight: bold; margin-bottom: 10px; color: #2c3e50;">
| |
| Game 1 Wiki
| |
| </div>
| |
| <div style="font-size: 0.95em; color: #555; line-height: 1.5; flex-grow: 1;">
| |
| Here you can find all the information, guides, and community content about Game 1.
| |
| </div>
| |
| </div>
| |
| </a>
| |
| <a href="/wiki/TARGET_WIKI_PAGE_2" style="width: 300px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; flex-direction: column; text-decoration: none;">
| |
| <div style="width: 100%; height: 160px; overflow: hidden; background-color: #e9ecef;">
| |
| [[File:Example_Image.png|300px]]
| |
| </div>
| |
| <div style="padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column;">
| |
| <div style="font-size: 1.4em; font-weight: bold; margin-bottom: 10px; color: #2c3e50;">
| |
| Game 2 Wiki
| |
| </div>
| |
| <div style="font-size: 0.95em; color: #555; line-height: 1.5; flex-grow: 1;">
| |
| Dive into the world of Game 2! Discover characters, strategies, and the latest updates.
| |
| </div>
| |
| </div>
| |
| </a>
| |
| <a href="/wiki/TARGET_WIKI_PAGE_3" style="width: 300px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; flex-direction: column; text-decoration: none;">
| |
| <div style="width: 100%; height: 160px; overflow: hidden; background-color: #e9ecef;">
| |
| [[File:Example_Image.png|300px]]
| |
| </div>
| |
| <div style="padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column;">
| |
| <div style="font-size: 1.4em; font-weight: bold; margin-bottom: 10px; color: #2c3e50;">
| |
| Game 3 Wiki
| |
| </div>
| |
| <div style="font-size: 0.95em; color: #555; line-height: 1.5; flex-grow: 1;">
| |
| Quests, items, and hidden secrets... Everything you need to know about Game 3 is here.
| |
| </div>
| |
| </div>
| |
| </a>
| |
| </div> | | </div> |
| | |
| | <div class="wiki-grid"> |
| | <a href="/wiki/Portal:Slay_the_Spire" class="wiki-card"> |
| | <div class="wiki-title">Slay the Spire</div> |
| | </a> |
| | <a href="/wiki/Portal:Star_Citizen" class="wiki-card"> |
| | <div class="wiki-title">Star Citizen</div> |
| | </a> |
| | <a href="/wiki/Portal:Seed_of_the_Dead" class="wiki-card"> |
| | <div class="wiki-title">Seed of the Dead</div> |
| | </a> |
| | <a href="/wiki/Portal:Where_Winds_Meet" class="wiki-card"> |
| | <div class="wiki-title">Where Winds Meet</div> |
| | </a> |
| | <!-- Add more cards as needed --> |
| | </div> |
| | |
| | </div> |