v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Dwarf Fortress Wiki talk:Announcements"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
==Hiding the Site Notice==
 
==Hiding the Site Notice==
Simply add the following to your [[Special:User/monobook.js]] page and force reload:
+
Simply add the following to your [[Special:MyPage/monobook.js]] page and force reload:
 
<pre>
 
<pre>
 
addOnloadHook(
 
addOnloadHook(

Revision as of 22:28, 2 April 2010

Hiding the Site Notice

Simply add the following to your Special:MyPage/monobook.js page and force reload:

addOnloadHook(
    function () { 
        collapseTable(0);
    }
);