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

User talk:Faded-Myth: Difference between revisions

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


:Also, adding the icons for the pages aren't automatically include them into the category of featured and good like the old ones did. The era template allow it? -- [[User:D. Cello|D. Cello]] 18:39, January 23, 2010 (UTC)
:Also, adding the icons for the pages aren't automatically include them into the category of featured and good like the old ones did. The era template allow it? -- [[User:D. Cello|D. Cello]] 18:39, January 23, 2010 (UTC)
::Unfortunately no, but it doesn't take a lot of effort to manually add them so that's fine. --<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> 18:41, January 23, 2010 (UTC)

Revision as of 20:41, 23 January 2010

"Faded-Myth! It's good you've come. We need your help!"

Welcome to the Assassin's Creed Wiki

Please enjoy your stay here and help us to improve this wiki. As starters, you can refer to this links:
The Community Portal * Assassin's Creed Wiki AdministratorsShould you have more questions, don't worry! Simply ask one of our prominent users by leaving a message on their talk page.

Happy Editing! ^_^


Working on stuff

I have a few days off work as I just changed departments (doing Game Testing now), so I'll have plenty of time to work on stuff for the Wiki. Just FYI. --Faded-Myth Discuss My Workload 03:42, January 23, 2010 (UTC)

Era.. stuff

Hi there. I just want to ask, are these all the codes needed?

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";
}

function getFirstHeading()
{
    var elements = getElementsByClass('firstHeading', document.getElementById('content'), 'h1');
    return (elements != null && elements.length > 0) ? elements[0] : null;
}

function moveRating()
{
    var elements = getElementsByClass('ratings-top', document.getElementById('content'), 'div');
    if(elements[0] == null || elements[0] == undefined)
        return;
    var cloneNode = elements[0].cloneNode(true);
    var firstHeading = getFirstHeading();
    firstHeading.insertBefore(cloneNode, firstHeading.childNodes[0]);
    cloneNode.style.display = "block";
}

- SilverSummonerTaLk 05:34, January 21, 2010 (UTC)

Apparently that's not all. There's still some function belows that needed to be copied. nevertheless, I already copied the code to the common.js. let's pray that this stuff works :D - SilverSummonerTaLk 05:51, January 21, 2010 (UTC)
Okay, continue this from the template talk page. If you really have to use IE on your workplace, I honestly feel bad for you somehow.. XD - SilverSummonerTaLk 15:37, January 21, 2010 (UTC)

Hey. The icons look good, but the new icons for featured and good status don't stand out very much on pages. Since you seem to be rejecting and/or ignoring the request of use of the old ones, could you change into something more contrasting?-- D. Cello 18:36, January 23, 2010 (UTC)

Also, adding the icons for the pages aren't automatically include them into the category of featured and good like the old ones did. The era template allow it? -- D. Cello 18:39, January 23, 2010 (UTC)
Unfortunately no, but it doesn't take a lot of effort to manually add them so that's fine. --Faded-Myth Discuss My Workload 18:41, January 23, 2010 (UTC)