Welcome to Assassin's Creed Wiki! Log in and join the community.

User talk:Skye Hattori

From the Assassin's Creed Wiki
Jump to navigation Jump to search

Welcome to the Order, Skye Hattori!

Welcome to the Assassin's Creed Wiki!
We hope you enjoy your stay, and we look forward to working with you!
Have you something to say?
  • You can always ask our beloved administrators!
  • Our local staff members can always lend a hand!
  • You can also visit the wiki's community portal!
  • We also have the Discord if you're ever in the mood for a chat!
  • There is also our forums, where all users can help you out.
  • You can also check out the blogs, where you and other contributors can voice out your opinion.

We seek unity, stability and order.
  • Not sure where to start?
    • You can always help out by sharing what you know on some of our stubs.
    • Got some useful pictures? Share them with us on these articles.
    • Got a useful concept for an article? Why not help out in some articles in need of a revamp?
  • Always remember to sign your messages on talk pages with four tildes (~~~~) to avoid any confusion between users.
  • You can also refer to the wiki's help pages if you're ever in doubt.
  • Please remember to read our wiki policies to avoid gaining any unnecessary attention.
We wish you safety and peace on your future endeavors.
Happy Editing!


Feel free to contact me on my talkpage if you need anything. -- Amnestyyy (Talk) 19:44, December 21, 2012

Re:Era[edit source]

Assuming this is your wiki, the eraicons require some JS


//**************//
/*  Era-icons  */
//************//
function loadFunc() {
	showEras('title-eraicons');
	showEras('title-shortcut');
}
 
function showEras(className) {
	if( skin == 'oasis' ) {
		return;
	}
 
	if( typeof( SKIP_ERAS ) != 'undefined' && SKIP_ERAS )
		return;
 
	var titleDiv = document.getElementById( className );
 
	if( titleDiv == null || titleDiv == undefined )
		return;
 
	var cloneNode = titleDiv.cloneNode(true);
	var firstHeading = getFirstHeading();
	firstHeading.insertBefore(cloneNode, firstHeading.childNodes[0]);
	cloneNode.style.display = "block";
}

And a CSS

/**********************************/
/* Era hack                       */
/**********************************/
#title-eraicons {
	display: block !important;
	text-align: left; 
	margin-left: 0.5em;
	min-width:300px;
}

Change the id in the code or the template.. --<choose><option>http://images2.wikia.nocookie.net/prototype/images/thumb/4/4f/SigN1v.png/70px-SigN1v.png</option></choose> (<choose><option>http://images3.wikia.nocookie.net/__cb20120508142109/prototype/images/thumb/0/09/SigT1v.png/30px-SigT1v.png</option></choose><choose><option>http://images1.wikia.nocookie.net/__cb20120508142108/prototype/images/thumb/4/40/SigG1v.png/35px-SigG1v.png</option></choose>) 04:22, December 22, 2012 (UTC)


Thanks for the help. So where exactly would I put these segments of code? (Skye Hattori (talk) 05:19, December 22, 2012 (UTC))

I've posted the links to the required MediaWiki page. --<choose><option>http://images2.wikia.nocookie.net/prototype/images/thumb/4/4f/SigN1v.png/70px-SigN1v.png</option></choose> (<choose><option>http://images3.wikia.nocookie.net/__cb20120508142109/prototype/images/thumb/0/09/SigT1v.png/30px-SigT1v.png</option></choose><choose><option>http://images1.wikia.nocookie.net/__cb20120508142108/prototype/images/thumb/4/40/SigG1v.png/35px-SigG1v.png</option></choose>) 05:27, December 22, 2012 (UTC)
Ok, so then would I just put them in with any code already there or just paste over the entire thing? (Skye Hattori (talk) 05:40, December 22, 2012 (UTC))
Put them with the code. (MediaWiki:Common.css) --<choose><option>http://images2.wikia.nocookie.net/prototype/images/thumb/4/4f/SigN1v.png/70px-SigN1v.png</option></choose> (<choose><option>http://images3.wikia.nocookie.net/__cb20120508142109/prototype/images/thumb/0/09/SigT1v.png/30px-SigT1v.png</option></choose><choose><option>http://images1.wikia.nocookie.net/__cb20120508142108/prototype/images/thumb/4/40/SigG1v.png/35px-SigG1v.png</option></choose>) 07:58, December 22, 2012 (UTC)
Ok I've put them in with the code, but the icons still aren't showing up. (Skye Hattori (talk) 09:11, December 22, 2012 (UTC))