Gaming Asylum Wiki
<mainpage-leftcolumn-start />
Welcome to the official Asylum Gaming Wiki
This is the official wiki for Asylum Gaming. Here you can find all the necessary information to assist you in gameplay on our servers.
Important articles
-
Asylum Staff
-
Getting Started on Asylum
-
Asylum Donator Hub
-
APD Guidebook
-
AFD Guidebook
-
Beginner Guides
-
Intermediate Guides
-
Expert Guides
-
Miscellaneous Guides
<mainpage-endcolumn />
function CreateContentResizeButton() { var headerWidth = $('header#WikiaPageHeader.WikiaPageHeader details').width(); var contentWidth = $('article#WikiaMainContent.WikiaMainContent').width(); var catlinksWidth = $('div#catlinks.catlinks').width(); if(contentWidth < 1000) {
$('section article header ul.wikia-menu-button').after('
'); $('section article header a.wikia-button').after('
'); $('section article header a.view-source').after('
');
if(wgCanonicalNamespace == 'User_blog') {
$('section article div#WikiaUserPagesHeader a.wikia-button').after('
');
} } }
addOnloadHook(CreateContentResizeButton);
function ExpandContent(headerWidth, contentWidth, catlinksWidth) { $('header#WikiaPageHeader.WikiaPageHeader details').css({"width": '980px'}); $('article#WikiaMainContent.WikiaMainContent').css({"width": '1000px'}); $('div#catlinks.catlinks').css({"width": '1000px'}); $('div#WikiaRail.WikiaRail').css({"display": 'none'});
$('ul#resizeButton').replaceWith('
');
}
function CompressContent(headerWidth, contentWidth, catlinksWidth) { $('header#WikiaPageHeader.WikiaPageHeader details').css({"width": headerWidth}); $('article#WikiaMainContent.WikiaMainContent').css({"width": contentWidth}); $('div#catlinks.catlinks').css({"width": catlinksWidth}); $('div#WikiaRail.WikiaRail').css({"display": 'block'});
$('ul#resizeButton').replaceWith('
');
}