User:Mirinano/popups-setting.js

From Meta, a Wikimedia project coordination 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.
mw.loader.load('http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' + '&action=raw&ctype=text/javascript');
mw.loader.load('//ja.wikipedia.org/w/index.php?title=User:Was_a_bee/strings-ja.js' + '&action=raw&ctype=text/javascript');
popupAdminLinks=true;
popupStructure='shortmenus';
popupShortcutKeys=true;
popupDelay=0.1;
popupHideDelay=0.3;
popupDragHandle=true;
simplePopups=false;
popupFixRedirs=true;
popupRedirAutoClick='wpSave';
popupRedlinkRemoval=false;
popupRevertSummaryPrompt=false;
if( mw.config.get('wgWikiName') == 'ja' ) {
	// 日本語プロジェクトの要約欄
	popupRevertSummary="ID: [[Special:Permalink/%s|%s]] の版へ差し戻し ([[w:ja:WP:POP|ポップアップ]]使用)";
	popupQueriedRevertSummary="$3 による $2 (UTC)時点の版 (ID: [[Special:Permalink/$1|$1]] )へ差し戻し ([[w:ja:WP:POP|ポップアップ]]使用)";
	popupQueriedRevertToPreviousSummary="$2 (UTC)時点の版 (ID: [[Special:Permalink/$1|$1]] )へ差し戻し ([[w:ja:WP:POP|ポップアップ]]使用)";
	popupFixRedirsSummary="リダイレクトの[[%s]]を、転送先の[[%s]]に修正 ([[w:ja:WP:POP|ポップアップ]]使用)";
	popupFixDabsSummary="曖昧さ回避 [[%s]] を [[%s]] に修正 ([[w:ja:WP:POP|ポップアップ]]使用)";
	popupRedlinkSummary="赤リンク [[%]] を除去 ([[w:ja:WP:POP|ポップアップ]]使用)";
} else {
	popupRevertSummary="Revert to revision %s using [[w:en:WP:POP|popups]]";
	popupQueriedRevertSummary="Revert to revision [[Special:Permalink/$1|$1]] dated $2 by $3 using [[w:en:WP:POP|popups]]";
	popupQueriedRevertToPreviousSummary="Revert to revision [[Special:Permalink/$1|$1]] dated $2 using [[w:en:WP:POP|popups]]"; //hide user name
	popupFixRedirsSummary="Redirect bypass from [[%s]] to [[%s]] using [[w:en:WP:POP|popups]]";
	popupFixDabsSummary="Disambiguate [[%s]] to [[%s]] using [[w:en:WP:POP|popups]]";
	popupRedlinkSummary="Removing link to empty page [[%s]] using [[w:en:WP:POP|popups]]";
}