Community Central
Community Central
No edit summary
No edit summary
Line 20: Line 20:
 
*/
 
*/
   
  +
/*
 
 
var fdButtons = [];
 
var fdButtons = [];
  +
*/
 
 
/*fdButtons[fdButtons.length] = {
 
/*fdButtons[fdButtons.length] = {
 
'summary': 'deleting in accordance with [[Forum:Timeline pages]]. Do not recreate. See [[Forum:Time]] for any new timeline that may have been created.',
 
'summary': 'deleting in accordance with [[Forum:Timeline pages]]. Do not recreate. See [[Forum:Time]] for any new timeline that may have been created.',

Revision as of 01:36, 17 December 2014

/* Workaround for incorrect values of wgAction 
if (skin == "oasis" || skin == "wikia") {
   var locParam = location.href.substr(location.href.indexOf("action=")+7).split("&");

   wgAction = (location.href.indexOf("action=") == -1) ? "view" : locParam[0];
}
*/


/* Skin Switch Button for monobook to oasis and vice versa
$( function () {
	if ( !document.getElementById( 'ca-skins' ) ) {
		if ( skin === 'oasis' || skin === 'wikia' ) {
			$( '<li id="ca-skins"><a href="/index.php?title=' + encodeURIComponent( wgPageName ) + '&useskin=monobook">MB</a></li>' ).appendTo( '#AccountNavigation' ); $( '<li id="ca-skins"><a href="/index.php?title=' + encodeURIComponent( wgPageName ) + '&useskin=wikiamobile">WM</a></li>' ).appendTo( '#AccountNavigation' );
		} else {
			$( '<li id="ca-skins"><a href="/index.php?title=' + encodeURIComponent( wgPageName ) + '&useskin=wikia">Oasis</a></li>' ).appendTo( '#p-cactions > .pBody > ul' ); $( '<li id="ca-skins"><a href="/index.php?title=' + encodeURIComponent( wgPageName ) + '&useskin=wikiamobile">Mobile</a></li>' ).appendTo( '#p-cactions > .pBody > ul' );
		} 
	}
} );
*/

/*
var fdButtons = [];
*/
/*fdButtons[fdButtons.length] = {
	'summary': 'deleting in accordance with [[Forum:Timeline pages]].  Do not recreate.  See [[Forum:Time]] for any new timeline that may have been created.',
	'label': 'time'
};

fdButtons[fdButtons.length] = {
	'summary': 'violates [[T:VAN]], [[T:USER VAN]], [[T:SPAM]] or similar policy; no vandalism or spam allowed here',
	'label': 'spam'
};

fdButtons[fdButtons.length] = {
	'summary': 'this page has now been transferred to [[w:c:factionparadox]], per [[forum:How do we best include Faction Paradox on the wiki?]] and [[forum:BBV and canon policy]]',
	'label': 'move 2 FP'
};
*/

fdButtons[fdButtons.length] = {
	'summary': 'this page, template, or message is unnecessary on this wiki.   Questions can be left at [[user talk:CzechOut]].',
	'label': 'no need'
};
/*
fdButtons[fdButtons.length] = {
	'summary': 'not [[DWU]] subject; if you\'d like further explanation, please leave a message at [[user talk:CzechOut]]',
	'label': 'not DWU'
};

fdButtons[fdButtons.length] = {
	'summary': 'not [[FPU]] subject; this wiki doesn\'t contain info about the DWU in particular; if you\'d like further explanation, please leave a message at [[user talk:CzechOut]]',
	'label': 'not FPU'
};

fdButtons[fdButtons.length] = {
	'summary': 'poorly formed page for any one of a number of reasons.  probably better to delete outright than to try to rework. if you\'d like further explanation, please leave a message at [[user talk:CzechOut]]',
         'label': 'Bad page'
};

fdButtons[fdButtons.length] = {
	'summary': 'images should approach widescreen (16:9) dimensions when possible; it\'s likely that this pic could have been cropped to those dimensions; see [[T:ICC]] and [[Tardis:Guide to images]]',
	'label': '16x9'
};


fdButtons[fdButtons.length] = {
	'summary': 'pics should ideally be less than 100kb',
	'label': 'Big'
};

fdButtons[fdButtons.length] = {
	'summary': 'violates [[T:ICC]] and/or [[T:GTI]]',
	'label': 'ICC'
};

fdButtons[fdButtons.length] = {
	'summary': '(near) duplication',
	'label': 'dupe'
};

fdButtons[fdButtons.length] = {
	'summary': 'Pictures from [[Dimensions in Time]] narrative disallowed; none of sufficient quality exist due to the limitations placed on its broadcast',
	'label': 'DIT'
};
*/
fdButtons[fdButtons.length] = {
	'summary': 'Prefix no longer needed, per [[forum:Prefix simplification]]',
	'label': 'prefix'
};