×
Create a new article
Write your page title here:
We currently have 30 articles on Ghost Machine Wiki. Type your article name above or create one of the articles listed here!



    Ghost Machine Wiki

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
    • Opera: Press Ctrl-F5.
    /* Any JavaScript here will be loaded for sysops only */
    mw.loader.using( [ 'mediawiki.util', 'mediawiki.user' ] ).done( function () {
    	// Use callback to ensure functions are loaded when we want them
    	if( mw.config.get('skin') === 'cosmos') { // Don't want to screw up other skins
    
    /* Any JavaScript here will be loaded for registered users only */
    
      window.fdButtons = [
        {
          summary: "Housekeeping",
          label: "Housekeeping",
        },
        {
          summary: "Vandalism",
          label: "Vandalism",
        },
        {
          summary: "Spam",
          label: "Spam",
        },
        {
          summary: "Low quality article; not really needed like this. ",
          label: "Low Quality",
        },
        {
          summary: "Copyright Violation",
          label: "Copyright",
        },
        {
          summary: "Marked for Deletion",
          label: "Marked for Deletion",
        },
      ];
    
    mw.loader.load( '/w/index.php?title=MediaWiki:FastDelete.js&action=raw&ctype=text/javascript' );
    mw.loader.load( '/w/index.php?title=MediaWiki:PageRenameAuto-Update.js&action=raw&ctype=text/javascript' );
    mw.loader.load( '/w/index.php?title=MediaWiki:CategoryRenameAuto-Update.js&action=raw&ctype=text/javascript' );
    // mw.loader.load( '/w/index.php?title=MediaWiki:EditConflictAlert.js&action=raw&ctype=text/javascript' );
    mw.loader.load( '/w/index.php?title=MediaWiki:AjaxUndo.js&action=raw&ctype=text/javascript' );
    // mw.loader.load( '/w/index.php?title=MediaWiki:MisspelledPage.js&action=raw&ctype=text/javascript' );
    		mw.util.addPortletLink(
    			'p-tb',
    			mw.util.getUrl('Special:MultiUpload'),
    			'MultiUpload',
    			't-multiupload'
    		);
    	}
    } );
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.