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

Talk:Assassin's Creed Wiki/Archive 1: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Faded-Myth
No edit summary
imported>D. Cello
Line 53: Line 53:


Also, after you've seen this and replied, feel free to move this whole bunch of conversation to somewhere more relevant. =P My bad. --<font face="Segoe UI" size="3">[[User:Faded-Myth|<span style="color: blue">'''Faded-Myth'''</span>]] </font><font face="Segoe UI" size="2">[[User talk:Faded-Myth|<span style="background-color:#CCFFFF; color:#003399">Discuss</span>]] [[Special:Contributions/Faded-Myth|<span style="background-color:#CCFFFF; color:#003399">My Workload</span>]]</font> 02:31, January 21, 2010 (UTC)
Also, after you've seen this and replied, feel free to move this whole bunch of conversation to somewhere more relevant. =P My bad. --<font face="Segoe UI" size="3">[[User:Faded-Myth|<span style="color: blue">'''Faded-Myth'''</span>]] </font><font face="Segoe UI" size="2">[[User talk:Faded-Myth|<span style="background-color:#CCFFFF; color:#003399">Discuss</span>]] [[Special:Contributions/Faded-Myth|<span style="background-color:#CCFFFF; color:#003399">My Workload</span>]]</font> 02:31, January 21, 2010 (UTC)
I added the code to the wiki's media. Warn me if something comes up. I'll move this conversation to the template talk after it's somewhat in progress. -- [[User:D. Cello|D. Cello]] 02:51, January 21, 2010 (UTC)


== Main page revamp ==
== Main page revamp ==

Revision as of 04:52, 21 January 2010


Use this page to discuss design and content changes to the Main Page. For general wiki discussion, please visit the Community Portal or Forums.

Eras

Hi there, I was wondering if anyone would mind if I set up Era icons for this Wiki? I'm an Admin for a few other Wikis, such as the Silent Hill Wiki and James Cameron's Avatar, and I set up the eraicons for each of them. They're essentially the icons you see on the top right of articles, linking to related categories and so forth. Any objections? I'll need someone to adjust the MediaWiki page for them to be visible, but we can deal with that when we come to it. --Faded-Myth Discuss My Workload 20:12, January 20, 2010 (UTC)

That would be nice. Just tell me your ideas and what you would need done. -- D. Cello 20:31, January 20, 2010 (UTC)

Awesome. I can handle most of what needs to be done. It's just a little graphic work and I can do all the Era and Eraicon template coding myself. I'll just need the MediaWiki page changed so that the eras will show up. Essentially they'll be icons which lead to categories such as "Characters", "Weapons", "Locations", and so forth. So Ezio's page would have icons for "AC2", and "Characters". Should only take me a short time to get the icons done and I'll let you know when to get the MediaWiki page fixed. Cheers! Faded-Myth Discuss My Workload 20:41, January 20, 2010 (UTC)

But that wouldn't be just a duplciate of the categories section at the bottom? What about icons for actual eras, like Middle Age, Renaissance and modern times? -- D. Cello 21:27, January 20, 2010 (UTC)

Eras generally are a duplication, yes, but they're an aesthetical compliment that look good on the tope of pages. They're one of the first things people see when they load up a page, which makes it easy and convenient for people to find related articles. I do know that the Star Wars Wiki utilizes Eras for actual time periods, but most Wikis, such as the Halo Wiki, Resident Evil Wikis, just to name a few, utilize eras for categories. It's up to you, I'm fine either way. I just think category eras are useful. Here's a few examples of how they can be used:

Just to give you a visual idea. Faded-Myth Discuss My Workload 23:22, January 20, 2010 (UTC)

I see... very well, do as you please. Maybe we could do both, e.g. Altaïr it would have Characters, AC1, Assassins and Middle Age icons? And if it isn't asking too much, maybe you could give a shot at the Template:Featured and Template:Good to make they work together, since you're at it? =]
By the way, Avatar wiki seems pretty through with info, very detailed. I loved the air scenes on that movie... Toruk and aircrafts alike. -- D. Cello 23:48, January 20, 2010 (UTC)

I was going to suggest doing both. That works just fine! I'll get right on it. And yeah, Avatar was just plain awesome. Saw it at IMAX in 3D.

I'll probably do quite a lot. For example, objects that are tweaked or designed by Leonardo DiVinci will have a Leo icon. The beauty of Eras is you don't have to use them all, they're just there if you want them. Faded-Myth Discuss My Workload 00:02, January 21, 2010 (UTC)

Saw it at IMAX 3D too, me and my girlfriend got out with a pain in the neck =P

The eras really add a cool effect to articles, a more professinal look. The Featured and Good Articles Icon is working, but their position ain't locked to the title, but positioned on the page. I think they'll work better int he same line as the eras. -- D. Cello 01:06, January 21, 2010 (UTC)

Transformers 2 on IMAX made me even dizzier. =P

Groovy stuff, glad you're happy with the idea. Just so you know I'm making a start on them right now. You'll be able to see the progress on their respective Template:Era and Template:Eraicon pages. They'll start off small, and grow as I add icons. I'll need your help with the MediaWiki:Common.js code. The code for eras you can find here. However, I think this is what you need:

function showEras(className)
{
    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";
}

Also, after you've seen this and replied, feel free to move this whole bunch of conversation to somewhere more relevant. =P My bad. --Faded-Myth Discuss My Workload 02:31, January 21, 2010 (UTC)

I added the code to the wiki's media. Warn me if something comes up. I'll move this conversation to the template talk after it's somewhat in progress. -- D. Cello 02:51, January 21, 2010 (UTC)

Main page revamp

I've redone the content of the Main Page, but kept the colours :) Kirkburn (talk) 12:40, 20 February 2008 (UTC)

Another revamp, using the new column tags! Kirkburn (talk) 12:49, 19 June 2008 (UTC)

J: If anyone has relised, the main page seems to have a sirous overlaping text problem, if anyone can help it would be apprecitaed

Can you provide a screenshot? Kirkburn (talk) 11:31, 23 June 2008 (UTC)



Tanno:try going up a high point thing and when you do it there should be some stuff you can do around you

Icons

Hello, unfortunately if we put a line of 5 icons on the Main Page (Altaïr, Ezio, Weapons, Walkthrough, Achievements), it breaks the visuals for people with monitors of resolution 1024x768. This is probably the most common resolution out there, so I had to revert the edits which added the fifth icon (Ezio). Unfortunately I don't have the time to find a better solution that has all 5 rows, so all I could do was revert, I have to go do other things. I hope that you can find a solution. - Elecbullet 21:58, September 29, 2009 (UTC)



Site Design

Hi! This comment doesn't really mean much, nor is it directed at anyone in particular, but I just came over from the Call of Duty Wikia, following a spotlight ad, and I've gotta say, the theme, the site design, the graphics you guys picked, all that stuff, it's pretty impressive! Nice job. I bet you guys have an excellent community. -- Akyoyo (Talk) 06:17, November 28, 2009 (UTC)

Colours

Hey when i visit the AC wiki the colours changed overnight to white and blue instead of the orginal graphics. Is this just something i mith've clicked on or has something happened? --The eagle 07:50, December 29, 2009 (UTC)

I'm still seeing the original design with this background. Please check your preferences and see whether Let the admins override my skin choice is selected. If it is, then you shouldn't be seeing the sapphire version. If this continues, please can you drop a note via special:contact so it can be tracked as a bug? Thanks, Angela<staff /> (talk) 12:51, December 29, 2009 (UTC)