Frutiger Aero is a 2000s aesthetic which is heavily based on humanist environmentalism, skeuomorphism, nature and many other factors. It was prevalent from 2005 to 2013 in many technological, media and commercial platforms as it presented itself to be a promise of how the future would look from the 2000s.
Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <div class="mainpage-box"> | ||
< | <div class="mainpage-box-header">Welcome to the Frutiger Space Wiki!</div> | ||
<div class="mainpage-box-body"> | |||
[[File:Screenshot_2025-07-29_074630.png|thumb|right|300px|Welcome to the databanks!]] | [[File:Screenshot_2025-07-29_074630.png|thumb|right|300px|Welcome to the databanks!]] | ||
This wiki exists to provide information for the game Frutiger Aero(prod. by Blaze). Frutiger Space is a 2000s nostalgia game based mostly on the aesthetic of Frutiger Aero. The game itself provides a multiplayer open-world platform in which players can interact with each other, purchase merch and so much to customize your meeple, play mini games and so much more :). Join us as we do our best to provide updates, research on the game itself, in game events and any questions that will be answered. | This wiki exists to provide information for the game Frutiger Aero(prod. by Blaze). Frutiger Space is a 2000s nostalgia game based mostly on the aesthetic of Frutiger Aero. The game itself provides a multiplayer open-world platform in which players can interact with each other, purchase merch and so much to customize your meeple, play mini games and so much more :). Join us as we do our best to provide updates, research on the game itself, in game events and any questions that will be answered. | ||
</div> | |||
</div> | |||
< | <div class="mainpage-stats-bar"> | ||
< | <div>'''Articles:''' {{NUMBEROFARTICLES}}</div> | ||
<div>'''Files:''' {{NUMBEROFFILES}}</div> | |||
<div>'''Active Users:''' {{NUMBEROFACTIVEUSERS}}</div> | |||
<div>'''Edits:''' {{NUMBEROFEDITS}}</div> | |||
</div> | |||
<div class="mainpage-wrapper"> | |||
<div class="mainpage-left-column"> | |||
< | |||
< | <div class="mainpage-box"> | ||
< | <div class="mainpage-box-header">Featured Article</div> | ||
<div class="mainpage-box-body"> | |||
{{Project:Featured Article/Current}} | {{Project:Featured Article/Current}} | ||
</div> | |||
</div> | |||
< | |||
< | <div class="mainpage-box"> | ||
<div class="mainpage-box-header">Frequently Asked Questions</div> | |||
<div class="mainpage-box-body"> | |||
<tabber> | <tabber> | ||
What is Frutiger Aero?= | What is Frutiger Aero?= | ||
Line 38: | Line 33: | ||
|-| | |-| | ||
What is Frutiger Space?= | What is Frutiger Space?= | ||
This is a game which promises to present itself as a presentation for Frutiger Aero and for many fans who are either new to the aesthetic or were left out on the promise of how the future would look like. | This is a game which promises to present itself as a presentation for Frutiger Aero and for many fans who are either new to the aesthetic or were left out on the promise of how the future would look like. | ||
The game itself is a multi-player game where you can: | The game itself is a multi-player game where you can: | ||
* Explore the many areas and islands of Frutiger Aero. | * Explore the many areas and islands of Frutiger Aero. | ||
Line 47: | Line 42: | ||
Who made the game?= | Who made the game?= | ||
This game was made by a developer who goes by the persona, Blaze. Blaze solely created the game on their own amongst a cast of volunteers who offered services such as music production, marketing, and even creating this wiki (yay). | This game was made by a developer who goes by the persona, Blaze. Blaze solely created the game on their own amongst a cast of volunteers who offered services such as music production, marketing, and even creating this wiki (yay). | ||
Blaze saw an opportunity to create the game as a way for fans who have 2000s nostalgia and to introduce Frutiger Aero to new people. | Blaze saw an opportunity to create the game as a way for fans who have 2000s nostalgia and to introduce Frutiger Aero to new people. | ||
|-| | |-| | ||
Line 56: | Line 51: | ||
* Supporting our wiki by donating. | * Supporting our wiki by donating. | ||
</tabber> | </tabber> | ||
</div> | |||
</div> | |||
-- | </div><div class="mainpage-right-column"> | ||
< | <div class="mainpage-box"> | ||
< | <div class="mainpage-box-header">Our Partners</div> | ||
< | <div class="mainpage-box-body"> | ||
<tabber> | <tabber> | ||
The Old Internet= | The Old Internet= | ||
Line 78: | Line 70: | ||
* '''[https://www.reddit.com/r/FrutigerAero/ FA Subreddit]''' | * '''[https://www.reddit.com/r/FrutigerAero/ FA Subreddit]''' | ||
</tabber> | </tabber> | ||
</div> | |||
</div> | |||
< | <div class="mainpage-box"> | ||
< | <div class="mainpage-box-header">Site Contributors</div> | ||
< | <div class="mainpage-box-body"> | ||
To become a contributor, please join our [https://discord.com/invite/wcJnR3j3 Discord server] and send a direct message to '''hal.leo''' with details on what you would like to contribute to the site. | |||
To become a contributor, please join our | |||
* phantom_va | * phantom_va | ||
* ChibzLore | * ChibzLore | ||
* Dismantle07 | * Dismantle07 | ||
</div> | |||
</div> | |||
<div class="mainpage-box"> | |||
< | <div class="mainpage-box-header">Donators</div> | ||
<div class="mainpage-box-body"> | |||
A special thank you to our generous donators who help keep the servers running! | A special thank you to our generous donators who help keep the servers running! | ||
* Phantom_va | * Phantom_va | ||
''To be added to this list after donating, please join our Discord server and send a direct message to '''hal.leo''' with your details.'' | ''To be added to this list after donating, please join our Discord server and send a direct message to '''hal.leo''' with your details.'' | ||
</div> | |||
</div> | |||
</div></div>``` | |||
### To Make the Stats Bar Look Good | |||
I've put your stats in a new `mainpage-stats-bar` class. To make it look nice and centered like before, add the following snippet to the bottom of your `MediaWiki:Vector.css` file: | |||
```css | |||
/* === Styling for the Stats Bar === */ | |||
.mainpage-stats-bar { | |||
display: flex; | |||
justify-content: space-around; | |||
align-items: center; | |||
width: 100%; | |||
background: rgba(235, 244, 252, 0.9); | |||
border-radius: 12px; | |||
padding: 15px; | |||
margin-bottom: 15px; | |||
font-size: 1.1em; | |||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); | |||
} |
Revision as of 03:55, 4 September 2025

This wiki exists to provide information for the game Frutiger Aero(prod. by Blaze). Frutiger Space is a 2000s nostalgia game based mostly on the aesthetic of Frutiger Aero. The game itself provides a multiplayer open-world platform in which players can interact with each other, purchase merch and so much to customize your meeple, play mini games and so much more :). Join us as we do our best to provide updates, research on the game itself, in game events and any questions that will be answered.
Frequently Asked Questions
This is a game which promises to present itself as a presentation for Frutiger Aero and for many fans who are either new to the aesthetic or were left out on the promise of how the future would look like. The game itself is a multi-player game where you can:
This game was made by a developer who goes by the persona, Blaze. Blaze solely created the game on their own amongst a cast of volunteers who offered services such as music production, marketing, and even creating this wiki (yay). Blaze saw an opportunity to create the game as a way for fans who have 2000s nostalgia and to introduce Frutiger Aero to new people. The answer is very simple. You can help by:
Our Partners
The Old Internet:
Check out these other cool websites: Site Contributors
To become a contributor, please join our Discord server and send a direct message to hal.leo with details on what you would like to contribute to the site.
Donators
A special thank you to our generous donators who help keep the servers running!
To be added to this list after donating, please join our Discord server and send a direct message to hal.leo with your details.
I've put your stats in a new `mainpage-stats-bar` class. To make it look nice and centered like before, add the following snippet to the bottom of your `MediaWiki:Vector.css` file: ```css /* === Styling for the Stats Bar === */ .mainpage-stats-bar { display: flex; justify-content: space-around; align-items: center; width: 100%; background: rgba(235, 244, 252, 0.9); border-radius: 12px; padding: 15px; margin-bottom: 15px; font-size: 1.1em; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } |