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:Useful scripts"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Hide Site Announcements ==
 
== Hide Site Announcements ==
You can autohide the announcements automatically by including<pre>importScript('User:Briess/hideAnnouncements.js');</pre>in your [[Special:MyPage/monobook.js]] page.
+
You can autohide the announcements automatically by including<pre>importScript('User:Briess/hideAnnouncements.js');</pre>
 +
in your [[Special:MyPage/monobook.js]] page.
 +
 
 +
Note that it needs to read User:Briess/, and not whatever your username is.
  
 
== Live UTC Clock ==
 
== Live UTC Clock ==

Revision as of 00:49, 23 April 2010

Hide Site Announcements

You can autohide the announcements automatically by including

importScript('User:Briess/hideAnnouncements.js');

in your Special:MyPage/monobook.js page.

Note that it needs to read User:Briess/, and not whatever your username is.

Live UTC Clock

To add a live clock in the upper right corner (near 'log out') add

importScript('User:Emi/clock.js');

to your Special:MyPage/monobook.js page.

New Page Patrol

This script will add a box just above the search bar, that when enabled, will show a live feed of new pages, and whether or not they've been patrolled. To use, please add

importScript('User:Emi/newpages.js');

to your Special:MyPage/monobook.js page

Colored Contributions

This script will color code user contribution pages to make it easier to see whether they have the top edit, or not. To use, please add

importScript('User:Emi/colorcontrib.js');

to your Special:MyPage/monobook.js page