Strona główna: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
[wersja przejrzana] | [wersja przejrzana] |
m →TODO |
|||
(Nie pokazano 50 wersji utworzonych przez 4 użytkowników) | |||
Linia 1: | Linia 1: | ||
__NOTOC__ | |||
= Witaj w Mammonopedii = | |||
<div style="float:right; width:100%; max-width:400px; margin:0 0 1em 1em;"> | |||
== | <div style="max-width:420px;margin:1em auto;display:flex;flex-direction:column;gap:1em;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;"> | ||
* | |||
* | <!-- EVENT LIVE --> | ||
* | <div style="background:#222;color:white;padding:1em;border-radius:10px;box-shadow:0 0 20px rgba(255,0,0,0.7);text-align:center;"> | ||
<div style="font-size:20px;color:#f00;font-weight:bold;margin-bottom:6px;"> | |||
🔴 EVENT LIVE<br>Turniej Speedrun Minecraft | |||
</div> | |||
<div style="margin-top:6px;font-size:16px;font-weight:bold;text-shadow:0 0 5px #0f0ccf;line-height:1.2;"> | |||
<div>1. Tubson: <span style="color:#fff;">26:38</span></div> | |||
<div>2. Mammon: <span style="color:#fff;">31:18</span></div> | |||
</div> | |||
</div> | |||
<!-- NAJNOWSZY FILM --> | |||
<div style="background:#222;color:#222;padding:1em;border-radius:10px;box-shadow:0 0 20px rgba(255,0,0,0.7);position:relative;overflow:hidden;"> | |||
<div style="font-size:18px;color:#f00;font-weight:700;margin-bottom:8px;text-align:center;"> | |||
Najnowszy film Kulawego Archiwum | |||
</div> | |||
<div id="yt-widget" style="position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;"> | |||
<div style="font-size:0.9rem;">Ładowanie...</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<html> | |||
<script> | |||
(function(){ | |||
const container = document.getElementById('yt-widget'); | |||
fetch('https://mammonopedia.pl/latest-video.php') | |||
.then(res => res.json()) | |||
.then(data => { | |||
if (!data.videoId) { | |||
container.textContent = 'Nie znaleziono najnowszego filmu.'; | |||
return; | |||
} | |||
const iframe = document.createElement('iframe'); | |||
iframe.src = 'https://www.youtube.com/embed/' + encodeURIComponent(data.videoId); | |||
iframe.title = 'Najnowszy film Kulawego Archiwum'; | |||
iframe.loading = 'lazy'; | |||
iframe.allow = 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share'; | |||
iframe.allowFullscreen = true; | |||
iframe.style.position = 'absolute'; | |||
iframe.style.top = '0'; | |||
iframe.style.left = '0'; | |||
iframe.style.width = '100%'; | |||
iframe.style.height = '100%'; | |||
iframe.style.border = 'none'; | |||
container.innerHTML = ''; | |||
container.appendChild(iframe); | |||
}) | |||
.catch(err => { | |||
container.textContent = 'Błąd przy ładowaniu najnowszego filmu.'; | |||
console.error(err); | |||
}); | |||
})(); | |||
</script> | |||
</html> | |||
'''Wolnej encyklopedii, którą każdy może edytować.''' | |||
Na Mammonopedii znajduje się już '''{{NUMBEROFARTICLES}}''' artykułów i '''{{NUMBEROFUSERS}}''' zarejestrowanych użytkowników. | |||
= Kategorie = | |||
{| class="wikitable" | |||
|[[Mammonolodzy]] | |||
|[[Lista artefaktów mammońskich|Artefakty]] | |||
|[[Lista potraw mammońskich|Kuchnia]] | |||
|[[Lista memów mammońskich|Memy]] | |||
|- | |||
|[[Garderoba mammońska|Garderoba]] | |||
|[[Lista postaci z uniwersum|Postacie]] | |||
|[[Lista historii mammońskich|Historie]] | |||
| | |||
|} | |||
= Popularne artykuły = | |||
* [[Mammon]] | |||
* [[Tubson]] | |||
* [[Szkoda prądu]] | |||
* [[Bukas]] | |||
= Pomoc = | |||
* [[Pomoc:Jak zacząć]] | |||
* [[Pomoc:Zasady pisania artykułów]] | |||
= Dołącz do naszej społeczności! = | |||
<html> | |||
<button | |||
onclick="window.location.href='https://discord.gg/DAHxU9wEeF'" | |||
style="background:#555; color:#fff; border:none; padding: 12px 25px; font-size: 18px; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease;" | |||
onmouseover="this.style.background='#333'" | |||
onmouseout="this.style.background='#555'"> | |||
Kulawe Imperium | |||
</button> | |||
</html><html> | |||
<button | |||
onclick="window.location.href='https://discord.gg/XC7Earjdfv'" | |||
style="background:#555; color:#fff; border:none; padding: 12px 25px; font-size: 18px; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease;" | |||
onmouseover="this.style.background='#333'" | |||
onmouseout="this.style.background='#555'"> | |||
Discord Mammonopedii | |||
</button> | |||
</html> | |||
= Mammońskie Bingo = | |||
<html> | |||
<button | |||
onclick="window.location.href='https://mammonopedia.pl/bingo.html'" | |||
style="background:#555; color:#fff; border:none; padding: 12px 25px; font-size: 18px; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease;" | |||
onmouseover="this.style.background='#333'" | |||
onmouseout="this.style.background='#555'"> | |||
Przejdź do Bingo | |||
</button> | |||
</html> |
Aktualna wersja na dzień 13:22, 3 sie 2025
Witaj w Mammonopedii
🔴 EVENT LIVE
Turniej Speedrun Minecraft
1. Tubson: 26:38
2. Mammon: 31:18
Wolnej encyklopedii, którą każdy może edytować.
Na Mammonopedii znajduje się już 61 artykułów i 7 zarejestrowanych użytkowników.
Kategorie
Mammonolodzy | Artefakty | Kuchnia | Memy |
Garderoba | Postacie | Historie |
Popularne artykuły
Pomoc
Dołącz do naszej społeczności!
Mammońskie Bingo