Welcome to Assassin's Creed Wiki! Log in and join the community.
User talk:Faded-Myth: Difference between revisions
Jump to navigation
Jump to search
imported>SilverSummoner |
imported>Faded-Myth No edit summary |
||
| Line 3: | Line 3: | ||
|align="center"|<p>'''''"Faded-Myth! It's good you've come. We need your help!"'''''</p><big>'''Welcome''' to the '''Assassin's Creed Wiki'''</big> | |align="center"|<p>'''''"Faded-Myth! It's good you've come. We need your help!"'''''</p><big>'''Welcome''' to the '''Assassin's Creed Wiki'''</big> | ||
|- | |- | ||
|align="center"|<hr><div style="margin:10px;">Please enjoy your stay here and help us to improve this wiki. As starters, you can refer to this links: | |align="center"|<hr /><div style="margin:10px;">Please enjoy your stay here and help us to improve this wiki. As starters, you can refer to this links: | ||
{|class="" style="background-color:transparent; color:inherit; width:100% font-size:80%;" | {|class="" style="background-color:transparent; color:inherit; width:100% font-size:80%;" | ||
|width="50%" align="left" valign="top" | | |width="50%" align="left" valign="top" | | ||
| Line 15: | Line 15: | ||
* [[Help:Images]] - Basic tutorial about images | * [[Help:Images]] - Basic tutorial about images | ||
|} | |} | ||
</div> | |||
|- | |- | ||
|align="center"|[[Assassin's Creed Wiki:Community Portal|The Community Portal]] * [[Assassin's Creed Wiki:Administrators#Active Administrators|Assassin's Creed Wiki Administrators]] | |align="center"|[[Assassin's Creed Wiki:Community Portal|The Community Portal]] * [[Assassin's Creed Wiki:Administrators#Active Administrators|Assassin's Creed Wiki Administrators]]Should you have more questions, don't worry! Simply ask one of our prominent users by leaving a message on their talk page.<br /> | ||
Should you have more questions, don't worry! Simply ask one of our prominent users by leaving a message on their talk page.<br> | |||
'''Happy Editing! ^_^''' | '''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. --<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> 03:42, January 23, 2010 (UTC) | |||
== Era.. stuff == | == Era.. stuff == | ||
Revision as of 05:42, 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)