Difference between revisions of "MediaWiki:Sidebar"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 26: | Line 26: | ||
* LANGUAGES | * LANGUAGES | ||
− | <html> | + | <html><!-- Load font awesome icons --> |
− | <!-- Load font awesome icons --> | + | <script src="https://kit.fontawesome.com/6e484b4310.js" crossorigin="anonymous"></script> |
− | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | + | <!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"--> |
− | |||
<!-- The social media icon bar --> | <!-- The social media icon bar --> | ||
<div class="icon-bar"> | <div class="icon-bar"> | ||
− | <a href="#" class="facebook" | + | <a href="#" class="facebook" onMouseOver="this.style.color='#4267B2'" |
− | + | onMouseOut="this.style.color='rgba(255, 153, 0, 0.7)'"><i class="fa-brands fa-facebook-f"></i></a> | |
− | + | <a href="#" class="twitter"><i class="fa-brands fa-twitter"></i></a> | |
− | <a href="#" class=" | + | <a href="#" class="discord"><i class="fa-brands fa-discord"></i></a> |
− | <a href="#" class=" | + | </div></html> |
− | </div> | ||
− | </html> |
Revision as of 17:25, 9 September 2022
- navigation
- mainpage|Home
- http://visionaire-studio.net%7CForum
- Compiled_Index_of_Games_Made_With_Visionaire_Studio|Released Game Index
- Documentation
- Manual|Manual
- Getting_started|Getting Started
- Tutorials|General Tutorials
** Visionaire_Studio_Basics|Visionaire Studio Basics
- Scripting
- Scripting|Scripting
- Data_Structure|Data Structure
- Player_Commands|Player Cmds
- Common_Commands|Common Cmds
- Remote_Debugging|Remote Debugging
- Basic_lua:_Index|Learn Some Lua
- Compiled_Index_of_Lua_Scripts_for_Visionaire_Studio|Script Index
- http://www.visionaire-studio.com/luadocs/%7CLuadocs
- FAQ
- Ini_File|Ini File
- CSV_files|CSV Files
- Team_files|Team files
- Player_FAQ|Player FAQ
- 3D_models|3D Models
- TOOLBOX
- LANGUAGES