Template:Outlook Materia Nouveau: Difference between revisions
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
(Added MEDALDEF link.) Tag: Source edit |
||
(94 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{#css: | <noinclude> | ||
This is an updated of [[Template:Outlook Materia]], improving it by compacting information; using flexboxes for responsiveness; using [[mediawikiwiki:Extension:CSS]] instead of template; and using wikitables to use colours of the user's current theme. | |||
---- | |||
</noinclude>__NOTOC__{{#css: | |||
.materia-body { | .materia-body { | ||
font-family: | font-family: "Segoe UI", sans-serif; | ||
} | } | ||
Line 10: | Line 15: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
margin-top: 0; | margin-top: 0; | ||
} | } | ||
.materia-box > tr > th, | |||
.materia-box > tr > th, .materia-box > tr > td, .materia-box > * > tr > th, .materia-box > * > tr > td { | .materia-box > tr > td, | ||
.materia-box > * > tr > th, | |||
.materia-box > * > tr > td { | |||
border: none; | border: none; | ||
} | } | ||
.materia-box . | .materia-box > tr > th, .materia-box > * > tr > th { | ||
padding: 0; | |||
} | |||
.materia-box > tbody, .materia-box > thead, .materia-box > tbody > tr, .materia-box > tbody > tr, .materia-box > tbody > tr > td { | |||
display: block; | |||
width: 100%; | |||
padding: 0; | |||
} | } | ||
Line 25: | Line 37: | ||
color: #FFFFFF; | color: #FFFFFF; | ||
text-align: center; | text-align: center; | ||
height: auto; | |||
width: 100%; | |||
display: block; | |||
box-sizing: border-box; | |||
font-weight: bold; | |||
} | } | ||
/* annoying hack to pad header text */ | |||
.materia-header > * { | |||
padding: 3px; | |||
color: #FFFFFF; | |||
} | |||
.materia-content { | .materia-content { | ||
padding: | padding: 5px 10px !important; | ||
} | } | ||
Line 39: | Line 61: | ||
justify-content: center; | justify-content: center; | ||
align-items: flex-start; | align-items: flex-start; | ||
width: | width: 95%; /* MediaWiki blocks var for some reason, so update this in .materia-flex-row.main too */ | ||
} | |||
.materia-flex-row.main { | |||
width: calc(95% + 10px); | |||
} | } | ||
.materia-flex > * { | .materia-flex-row > * { | ||
flex: 1; | flex: 1; | ||
} | |||
.materia-box.equal { | |||
width: 100%; | |||
} | } | ||
.materia-column { | .materia-column { | ||
margin: 0px 5px; | margin: 0px 5px; | ||
min-width: 200px; | |||
} | |||
.materia-box.transparent, | |||
.materia-box.transparent > tr > th, | |||
.materia-box.transparent > tr > td, | |||
.materia-box.transparent > * > tr > th, | |||
.materia-box.transparent > * > tr > td { | |||
border: 1px solid transparent; | |||
box-shadow: none; | |||
background-color: transparent; | |||
} | } | ||
.materia- | .materia-box.transparent .materia-content { | ||
padding: 0 !important; | |||
} | } | ||
}} | }}<div class="materia-body"> | ||
<div class="materia- | <div class="materia-flex-row" style="align-items: stretch"> | ||
<div style="min-width: 70%; width: 0; flex-grow: 1; margin-right: 10px;"> | |||
{| class="wikitable materia-box transparent" | |||
| | |||
<div class="materia-content"> | |||
<h3 style="margin: 0;padding: 0;font-size: 2em;">Welcome to [[File:ZandronumBanner.png|206x32px|link=Zandronum]]!</h3> | |||
''Leading the way in newschool multiplayer Doom online.'' | |||
'''[[Zandronum]]''' is a Doom source port focused on a modern client-server multiplayer experience. Being the continuation of [[Skulltag]], it adds support for modern GZDoom features and mods, while keeping compatibility with Skulltag content. | |||
</div> | |||
''' | |||
[[ | |||
|} | |} | ||
</div> | |||
{| class="wikitable materia-box" style="border: 1px solid #3F51B5; | <div style="min-width: 200px;"> | ||
! class="materia-header" style="background-color: #3F51B5" | Releases | {| class="wikitable materia-box equal" style="border: 1px solid #3F51B5; height: calc(100% - 10px);" | ||
! class="materia-header" style="background-color: #3F51B5" | <div>Releases</div> | |||
|- | |- | ||
| class="materia-content" | | | ||
'''Latest release''': [[Version history/{{LatestVersion}}|{{LatestVersion}}]] | <div class="materia-content" style="text-align: center;"> | ||
{{#if: {{LatestBeta}} | '''Latest beta''': [ | '''Latest release''': [[Version history/{{LatestVersion}}|{{LatestVersion}}]] | ||
[[Version history]] | {{#if: {{LatestBeta}} | <br/>'''Latest beta''': [[Version history/{{LatestBeta}}|{{LatestBeta}}]] <br/>|}} | ||
[[Version history]] • <span class="plainlinks">[https://zandronum.com/download Downloads]</span> | |||
</div> | |||
|} | |} | ||
</div> | |||
</div> | </div> | ||
< | <div class="materia-flex-row"> | ||
<div | {| class="wikitable materia-box equal" style="border: 1px solid #000000" | ||
| | |||
<div class="materia-content"> | |||
[[File:STFOUCH4.png|left|link=]] | |||
'''Need help?''' Check the [[FAQ]] and [[Common Issues|list of common problems]] before asking on [https://zandronum.com/forum/viewtopic.php?f=8&t=9331 the Discord] or posting on [http://zandronum.com/forum the forums]. | '''Need help?''' Check the [[FAQ]] and [[Common Issues|list of common problems]] before asking on [https://zandronum.com/forum/viewtopic.php?f=8&t=9331 the Discord] or posting on [http://zandronum.com/forum the forums]. | ||
</div> | </div> | ||
< | |} | ||
</div> | |||
<div class="materia-flex-row"> | <div class="materia-flex-row main"> | ||
<div class="materia-column"> | <div class="materia-column"> | ||
{| class="wikitable materia-box" style="border: 1px solid #009688" | {| class="wikitable materia-box equal" style="border: 1px solid #009688" | ||
! class="materia-header" style="background-color: #009688" | | ! class="materia-header" style="background-color: #009688" | <div>Guides and Help</div> | ||
|- | |- | ||
| class="materia-content" | | | ||
<div class="materia-content"> | |||
* '''Installation guides''' | * '''Installation guides''' | ||
** [[Install Zandronum|for Zandronum]] | ** [[Install Zandronum|for Zandronum]] | ||
** [[Install Doomseeker|for Doomseeker]] | ** [[Install Doomseeker|for Doomseeker]] | ||
* [[Configuring Zandronum]] | * [[Configuring Zandronum]] | ||
* [[Zandronum and IWAD | * [[Zandronum and IWAD files]] | ||
* [[ | * [[Playing online]] | ||
* [[Console | * [[Creating a game server|Creating your own servers]] | ||
* [[ | * [[FAQ|Frequently asked questions]] | ||
* [[ | * [[Setting up testing versions]] | ||
* [[Accounts|Account system]] | |||
* [[ | </div> | ||
|} | |||
{| class="wikitable materia-box equal" style="border: 1px solid #9E9D24" | |||
! class="materia-header" style="background-color: #9E9D24" | <div>Reference</div> | |||
|- | |||
| | |||
<div class="materia-content"> | |||
* [[Console variables|Console]] and [[Server variables|server]] variables, [[Console commands|console commands]] | |||
* [[Command-line parameters]] | |||
* [[Player statuses]] | |||
* Skulltag content: [[Skulltag medals|medals]], [[Skulltag items|items]], [[Skulltag runes|runes]], [[Skulltag spheres|spheres]], [[Skulltag weapons|weapons]] | |||
* [[Game modes]] | |||
* [[DMFlags]] | * [[DMFlags]] | ||
* [[ | * [[List of mods]] for Zandronum | ||
* [[Version history]] | * [[Version history]] | ||
</div> | |||
|} | |} | ||
Line 113: | Line 173: | ||
<div class="materia-column"> | <div class="materia-column"> | ||
{| class="wikitable materia-box" style="border: 1px solid #673AB7" | {| class="wikitable materia-box equal" style="border: 1px solid #673AB7" | ||
! class="materia-header" style="background-color: #673AB7" | Community | ! class="materia-header" style="background-color: #673AB7" | <div>Community</div> | ||
|- | |- | ||
| class="materia-content" | | | ||
* | <div class="materia-content"> | ||
* | * [[Discord]] | ||
* [ | * [http://zandronum.com/forum Forums] | ||
* [https://zandronum.com/forum/viewforum.php?f=46 Clans] | |||
* [https://zandronum.com/forum/viewforum.php?f=42 Events] | |||
</div> | |||
|} | |} | ||
{| class="wikitable materia-box" style="border: 1px solid #E91E63" | {| class="wikitable materia-box equal" style="border: 1px solid #E91E63" | ||
! class="materia-header" style="background-color: #E91E63" | Development | ! class="materia-header" style="background-color: #E91E63" | <div>Development</div> | ||
|- | |- | ||
| class="materia-content" | | | ||
<div class="materia-content"> | |||
* Compiling Zandronum | * Compiling Zandronum | ||
** [[Compiling Zandronum with Visual_Studio|with Visual Studio]] | ** [[Compiling Zandronum with Visual_Studio|with Visual Studio]] | ||
** [[Compiling Zandronum on Mac|on Mac]] | |||
** [[Compiling Zandronum on Linux|on Linux]] | ** [[Compiling Zandronum on Linux|on Linux]] | ||
** [[Compiling the Zandronum server on a Raspberry Pi|on Raspberry Pi]] | ** [[Compiling the Zandronum server on a Raspberry Pi|on Raspberry Pi]] | ||
** [[Zandronum Server on FreeBSD | ** [[Zandronum Server on FreeBSD|server on FreeBSD]] | ||
* Source code | * Source code | ||
** [https:// | ** [https://foss.heptapod.net/zandronum Zandronum on Heptapod] | ||
** [https://bitbucket.org/Doomseeker/doomseeker Doomseeker] | ** [https://bitbucket.org/Doomseeker/doomseeker Doomseeker] | ||
* [http://zandronum.com/tracker/my_view_page.php Issue tracker] | * [http://zandronum.com/tracker/my_view_page.php Issue tracker] | ||
* [[Launcher protocol]] | * [[Launcher protocol]] | ||
* [[RCON protocol|RCon protocol]] | * [[RCON protocol|RCon protocol]] | ||
</div> | |||
|} | |} | ||
Line 141: | Line 207: | ||
<div class="materia-column"> | <div class="materia-column"> | ||
{| class="wikitable materia-box" style="border: 1px solid #FF5722" | {| class="wikitable materia-box equal" style="border: 1px solid #FF5722" | ||
! class="materia-header" style="background-color: #FF5722" | Mapping and Modding | ! class="materia-header" style="background-color: #FF5722" | <div>Mapping and Modding</div> | ||
|- | |- | ||
| class="materia-content" | | | ||
<div class="materia-content"> | |||
* [[Creating Maps|Mapping]] | * [[Creating Maps|Mapping]] | ||
* [[Editing Configuration Tools|Modding tools]] | * [[Editing Configuration Tools|Modding tools]] | ||
* [[DECORATE|DECORATE features]] | |||
* [[ACS|ACS features]] | * [[ACS|ACS features]] | ||
* [[ | ** [[Database|Databases]] | ||
* [[ | ** [[EVENT scripts|<tt>EVENT</tt> scripts]] | ||
* [[MENUDEF]] | * Special lumps | ||
* [[ | ** [[ANCRINFO]] | ||
** [[AUTHINFO]] | |||
** [[BOTINFO]] | |||
** [[CMPGNINF]] | |||
** [[GAMEMODE]] | |||
** [[MAPINFO]] | |||
** [[MEDALDEF]] | |||
** [[MENUDEF]] | |||
** [[SCORINFO]] | |||
** [[SECTINFO]] | |||
** [[SKININFO]] | |||
** [[VOTEINFO]] | |||
</div> | |||
|} | |} | ||
{| class="wikitable materia-box" style="border: 1px solid #795548" | {| class="wikitable materia-box equal" style="border: 1px solid #795548" | ||
! class="materia-header" style="background-color: #795548" | Wiki | ! class="materia-header" style="background-color: #795548" | <div>Wiki</div> | ||
|- | |- | ||
| class="materia-content" | | | ||
<div class="materia-content"> | |||
[[File:Za exe logo.png|left|64x64px]] | |||
The Zandronum Wiki has [[ZandronumWiki:Statistics|{{NUMBEROFARTICLES}} articles and {{NUMBEROFUSERS}} users]]. | |||
You can [[ZandronumWiki:Contributing|help contribute!]] | |||
</div> | |||
|} | |} | ||
Latest revision as of 00:20, 27 May 2024
This is an updated of Template:Outlook Materia, improving it by compacting information; using flexboxes for responsiveness; using mediawikiwiki:Extension:CSS instead of template; and using wikitables to use colours of the user's current theme.
Releases
|
---|
Latest release: 3.1
|
Need help? Check the FAQ and list of common problems before asking on the Discord or posting on the forums. |
Guides and Help
|
---|
Reference
|
---|
|
Community
|
---|
Development
|
---|
|
Mapping and Modding
|
---|
Wiki
|
---|
The Zandronum Wiki has 168 articles and 127 users. You can help contribute! |