Holby Wiki - Casualty and Holby City

Attention Monobook Users
Casualty Wiki has not been coded to fully support Monobook. Some elements of the wiki may not display correctly when using the theme.
It is recommended that you switch to Oasis.

READ MORE

Holby Wiki - Casualty and Holby City
Holby Wiki - Casualty and Holby City
No edit summary
(Blanked the page)
Tags: Blanking Visual edit
 
Line 1: Line 1:
/**
 
*
 
* Custom preload templates for the new Wikia editor
 
*
 
* @author Grunny
 
* @version 0.2
 
*
 
*/
 
 
// Copied from http://avatar.wikia.com/wiki/MediaWiki:Common.js/icons.js
 
$( function eraIconsOasis() {
 
if ( $( '.wds-community-header' ).length ) {
 
$( '#PageHeader' ).prepend(
 
$( '#title-eraicons' ).attr( 'style', 'position: absolute; right: 0px;' )
 
);
 
} else {
 
$( '.WikiaPageHeader' ).append( $( '#title-eraicons' ) );
 
$( '#title-eraicons' ).css( { 'position' : 'absolute', 'right' : '0', 'bottom' : '-2em' } ).show();
 
}
 
} );
 
 
window.AddRailModule = [{prepend: true}];
 

Latest revision as of 17:08, 24 October 2020