Fallout Wiki
Advertisement
Fallout Wiki

Altered template so it automatically adds spoiler warning to The Pitt- and Broken Steel-tagged articles. Once the spoiler warnings are not needed anymore, simply remove the appropriate line here - no need to remove the spoiler warnings manually from all pages anymore :-) // Porter21 U | T 07:28, 12 February 2009 (UTC)

Revert[]

I reverted to the previous version of this template (aside from making the game icons smaller like in the newest one, but without the enlargement on hover), because the bar they were in until yesterday was removed in the last Wikia update. Hopefully, Porter will be able to make them larger on hover again when he returns (unless someone else here can give it a shot). Until then, I guess the current version works OK too. Ausir(talk) 22:20, April 27, 2011 (UTC)

On Burnopedia, I created a fake h2 in the header (if one existed, use it) and placed the #va-titleicons there. You'd have to change some CSS around though. Namely add float:right and kill the position: absolute on .va-titleicons. Also, add position: absolute to .va-titleicons-hover with a top: 30px. That should about cover it with Porter's old code.
case 'oasis':
    if (wgAction != 'submit' && wgNamespaceNumber != 112) {
       if ($('#WikiaPageHeader h2').length == 0) {
          $('<h2> </h2>').appendTo('#WikiaPageHeader');
       }
       insertTarget = $('#WikiaPageHeader h2');
    }
    break;
Probably not the best solution, but it works until another solution surfaces. Rappy 08:22, April 28, 2011 (UTC)
Advertisement