System messages

Jump to navigation Jump to search
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
System messages
Name Default message text
Current message text
captcha-addurl-whitelist (talk) (Translate) #<!-- leave this line exactly as it is --> <pre> # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs #</pre> <!-- leave this line exactly as it is -->
#<!-- leave this line exactly as it is --> <pre> # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs #</pre> <!-- leave this line exactly as it is --> bungie\.org oni2\.net
categorytree-member-num (talk) (Translate) ($5)
({{#ifeq:$4|0|empty|{{#ifeq:$1|0||$1 {{#ifeq:$1|1|Category|Categories}}{{#ifeq:{{#expr:$3+$2}}|0||,}}}} {{#ifeq:$2|0||$2 {{#ifeq:$2|1|Page|Pages}}{{#ifeq:$3|0||,}}}} {{#ifeq:$3|0||$3 {{#ifeq:$3|1|File|Files}}}}}})
clearyourcache (talk) (Translate) <strong>Note:</strong> After publishing, you may have to bypass your browser's cache to see the changes. * <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac) * <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac) * <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Press <em>Ctrl-F5</em>.
{{#switch: {{NAMESPACE}} | MediaWiki = {{script doc auto}} }}<span id="clearprefcache"><strong>Note:</strong> After saving, you may have to bypass your browser's cache to see the changes. * <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac) * <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac) * <strong>Microsoft Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Go to <em>Menu → Settings</em> (<em>Opera → Preferences</em> on a Mac) and then to <em>Privacy & security → Clear browsing data → Cached images and files</em>.</span>
common.css (talk) (Translate) /* CSS placed here will be applied to all skins */
/* Main page fixes */ #interwiki-completelist { font-weight: bold; } body.page-Main_Page #ca-delete { display: none !important; } body.page-Main_Page #mp-topbanner { clear: both; } /* Do not display header */ body.page-Main_Page h1.firstHeading { display:none; } /** * hovertable class */ table.hovertable { margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; color: black; } .hovertable td { border: none; padding: 0.2em; } .hovertable td.hovercell { border: 1px #aaa solid; padding: 0.2em; } .hovertable td.embedded { background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 255, 0.2) 10px, rgba(0, 0, 255, 0.2) 20px); background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 255, 0.2) 10px, rgba(0, 0, 255, 0.2) 20px); } .hovertable td.hovertable_descrip { border: 1px #aaa solid; padding: 0.2em; position: fixed; } /* Edit window toolbar */ #toolbar { height: 22px; margin-bottom: 6px; } /* Margins for <ol> and <ul> */ div#content ol, div#content ul, div#mw_content ol, div#mw_content ul { margin-bottom: 0.5em; } /* Make the list of references smaller */ ol.references, div.reflist, div.refbegin { font-size: 90%; /* Default font-size */ } div.reflist ol.references { font-size: 100%; /* Reset font-size when nested in div.reflist */ list-style-type: inherit; /* Enable custom list style types */ } /* Highlight clicked reference in blue to help navigation */ ol.references li:target, sup.reference:target, span.citation:target { background-color: #DEF; } /* Ensure refs in table headers and the like aren't bold or italic */ sup.reference { font-weight: normal; font-style: normal; } /* Allow hidden ref errors to be shown by user CSS */ span.brokenref { display: none; } /* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */ .citation { word-wrap: break-word; } /* Default styling for titles of works, styling for the title of an article within a periodical, or a contribution within a compilation. */ cite, .citation cite.article, .citation cite.contribution { font-style: inherit; } /* Styling for the title of any work within a citation, or specifically the title of a periodical. */ .citation cite, .citation cite.periodical { font-style: italic; } /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */ @media screen, handheld { .citation *.printonly { display: none; } } /* Default skin for navigation boxes */ table.navbox { /* Navbox container style */ border: 1px solid #aaa; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px; } table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */ margin-top: -1px; /* (doesn't work for IE6, but that's okay) */ } .navbox-title, .navbox-abovebelow, table.navbox th { text-align: center; /* Title and above/below styles */ padding-left: 1em; padding-right: 1em; } .navbox-group { /* Group style */ white-space: nowrap; text-align: right; font-weight: bold; padding-left: 1em; padding-right: 1em; } .navbox, .navbox-subgroup { background: #fdfdfd; /* Background color */ } .navbox-list { border-color: #fdfdfd; /* Must match background color */ } .navbox-title, table.navbox th { background: #ccccff; /* Level 1 color */ } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: #ddddff; /* Level 2 color */ } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: #e6e6ff; /* Level 3 color */ } .navbox-even { background: #f7f7f7; /* Even row striping */ } .navbox-odd { background: transparent; /* Odd row striping */ } .collapseButton { /* 'show'/'hide' buttons created dynamically */ float: right; /* by the CollapsibleTables javascript in */ font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */ text-align: right; /* so they can be customised. */ width: auto; } .navbox .collapseButton { /* In navboxes, the show/hide button balances */ width: 6em; /* the vde links from [[Template:Navbar]], */ } /* so they need to be the same width. */ .navbar { /* Navbox template links */ font-size: 88%; /* Default font-size */ font-weight: normal; } .navbox .navbar { font-size: 100%; /* Font-size when nested within navbox */ } /* Infobox template style */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; text-align: left; font-size: 88%; line-height: 1.5em; } .infobox caption { font-size: 125%; font-weight: bold; } .infobox td, .infobox th { vertical-align: top; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } .infobox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; } .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th { border: 1px solid #c0c090; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaa; border-right: 1px solid #aaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaa; } /* Normal font styling for table row headers with scope="row" tag */ .wikitable.plainrowheaders th[scope=row] { font-weight: normal; text-align: left; } /* lists in data cells are always left-aligned */ .wikitable td ul, .wikitable td ol, .wikitable td dl { text-align: left; } /* Content in columns with CSS instead of tables [[Template:Columns]] */ div.columns-2 div.column { float: left; width: 50%; min-width: 300px; } div.columns-3 div.column { float: left; width: 33.3%; min-width: 200px; } div.columns-4 div.column { float: left; width: 25%; min-width: 150px; } div.columns-5 div.column { float: left; width: 20%; min-width: 120px; } /* Messagebox templates */ .messagebox { border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em; } .messagebox.merge { border: 1px solid #c0b8cc; background-color: #f0e5ff; text-align: center; } .messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; } .messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; margin: 4px auto; } /* For old WikiProject banners inside banner shells. */ .mbox-inside .standard-talk, .messagebox.nested-talk { border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 0; padding: 2px; } .messagebox.small { width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; } .messagebox.small-talk { width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; background: #F8EABA; } /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */ border: none; padding: 0.25em 0.9em; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length */ } td.mbox-image { /* The left image cell */ border: none; padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center; } td.mbox-imageright { /* The right image cell */ border: none; padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ text-align: center; } td.mbox-empty-cell { /* An empty narrow cell */ border: none; padding: 0px; width: 1px; } /* Article message box styles */ table.ambox { margin: 0px 10%; /* 10% = Will not overlap with other elements */ border: 1px solid #aaa; border-left: 10px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } table.ambox + table.ambox { /* Single border between stacked boxes. */ margin-top: -1px; } .ambox th.mbox-text, .ambox td.mbox-text { /* The message body cell(s) */ padding: 0.25em 0.5em; /* 0.5em left/right */ } .ambox td.mbox-image { /* The left image cell */ padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ } .ambox td.mbox-imageright { /* The right image cell */ padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */ } table.ambox-notice { border-left: 10px solid #1e90ff; /* Blue */ } table.ambox-speedy { border-left: 10px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ambox-delete { border-left: 10px solid #b22222; /* Red */ } table.ambox-content { border-left: 10px solid #f28500; /* Orange */ } table.ambox-style { border-left: 10px solid #f4c430; /* Yellow */ } table.ambox-move { border-left: 10px solid #9932cc; /* Purple */ } table.ambox-protection { border-left: 10px solid #bba; /* Gray-gold */ } /* Image message box styles */ table.imbox { margin: 4px 10%; border-collapse: collapse; border: 3px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */ margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ display: block; /* Fix for webkit to force 100% width. */ } .mbox-inside .imbox { /* For imboxes inside other templates. */ margin: 4px; } table.imbox-notice { border: 3px solid #1e90ff; /* Blue */ } table.imbox-speedy { border: 3px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.imbox-delete { border: 3px solid #b22222; /* Red */ } table.imbox-content { border: 3px solid #f28500; /* Orange */ } table.imbox-style { border: 3px solid #f4c430; /* Yellow */ } table.imbox-move { border: 3px solid #9932cc; /* Purple */ } table.imbox-protection { border: 3px solid #bba; /* Gray-gold */ } table.imbox-license { border: 3px solid #88a; /* Dark gray */ background: #f7f8ff; /* Light gray */ } table.imbox-featured { border: 3px solid #cba135; /* Brown-gold */ } /* Category message box styles */ table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #DFE8FF; /* Default "notice" blue */ } table.cmbox-notice { background: #D8E8FF; /* Blue */ } table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; /* Red */ background: #FFDBDB; /* Pink */ } table.cmbox-delete { background: #FFDBDB; /* Red */ } table.cmbox-content { background: #FFE7CE; /* Orange */ } table.cmbox-style { background: #FFF9DB; /* Yellow */ } table.cmbox-move { background: #E4D8FF; /* Purple */ } table.cmbox-protection { background: #EFEFE1; /* Gray-gold */ } /* Other pages message box styles */ table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; /* Default "notice" gray */ background: #f9f9f9; } table.ombox-notice { border: 1px solid #aaa; /* Gray */ } table.ombox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ombox-delete { border: 2px solid #b22222; /* Red */ } table.ombox-content { border: 1px solid #f28500; /* Orange */ } table.ombox-style { border: 1px solid #f4c430; /* Yellow */ } table.ombox-move { border: 1px solid #9932cc; /* Purple */ } table.ombox-protection { border: 2px solid #bba; /* Gray-gold */ } /* Talk page message box styles */ table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; /* Default "notice" gray-brown */ background: #f8eaba; } .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */ margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */ width: 100%; /* For Safari and Opera */ } .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */ line-height: 1.5em; /* also "nested", so reset styles that are */ font-size: 100%; /* set in "mbox-small" above. */ } table.tmbox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.tmbox-delete { border: 2px solid #b22222; /* Red */ } table.tmbox-content { border: 2px solid #f28500; /* Orange */ } table.tmbox-style { border: 2px solid #f4c430; /* Yellow */ } table.tmbox-move { border: 2px solid #9932cc; /* Purple */ } table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; /* Gray-brown */ } /* Disambig and set index box styles */ table.dmbox { clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent; } /* Footer and header message box styles */ table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #aaa; background: #f9f9f9; /* Default "system" gray */ } table.fmbox-system { background: #f9f9f9; } table.fmbox-warning { border: 1px solid #bb7070; /* Dark pink */ background: #ffdbdb; /* Pink */ } table.fmbox-editnotice { background: transparent; } /* Div based "warning" style fmbox messages. */ div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon { clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdb; padding: 0.25em 0.9em; } /* Div based "system" style fmbox messages. Used in [[MediaWiki:Readonly lag]]. */ div.mw-lag-warn-normal, div.fmbox-system { clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; padding: 0.25em 0.9em; } /* These mbox-small classes must be placed after all other ambox/tmbox/ombox etc classes. "body.mediawiki" is so they override "table.ambox + table.ambox" above. */ body.mediawiki table.mbox-small { /* For the "small=yes" option. */ clear: right; float: right; margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; } body.mediawiki table.mbox-small-left { /* For the "small=left" option. */ margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; } /* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */ .check-icon a.new { display: none; speak: none; } /* Removes underlines from certain links */ .nounderlines a, .IPA a:link, .IPA a:visited { text-decoration: none; } /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.NavFrame { margin: 0; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position: relative; } div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 90%; } /* Hatnotes and disambiguation notices */ .rellink, .dablink { font-style: italic; padding-left: 2em; margin-bottom: 0.5em; } .rellink i, .dablink i { font-style: normal; } /* Style for horizontal UL lists */ .horizontal ul { padding: 0; margin: 0; } .horizontal li { padding: 0 0.6em 0 0.4em; display: inline; border-right: 1px solid; } .horizontal li:last-child { border-right: none; padding-right: 0; } /* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */ .listify td { display: list-item; } .listify tr { display: block; } .listify table { display: block; } /* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */ .nonumtoc .tocnumber { display: none; } .nonumtoc #toc ul, .nonumtoc .toc ul { line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0; } .nonumtoc #toc ul ul, .nonumtoc .toc ul ul { margin: 0 0 0 2em; } /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } /* User block messages */ div.user-block { padding: 5px; margin-bottom: 0.5em; border: 1px solid #A9A9A9; background-color: #FFEFD5; } /* Prevent line breaks in silly places: 1) Links when we don't want them to 2) Bold "links" to the page itself 2) HTML formulae 3) Ref tags with group names <ref group="Note"> --> "[Note 1]" */ .nowraplinks a, .nowraplinks .selflink, span.texhtml, sup.reference a { white-space: nowrap; } /* For template documentation */ .template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 1em; } /* Inline divs in ImageMaps (code borrowed from de.wiki) */ .imagemap-inline div { display: inline; } /* Increase the height of the image upload box */ #wpUploadDescription { height: 13em; } /* Reduce line-height for <sup> and <sub> */ sup, sub { line-height: 1em; } /* Minimum thumb width */ .thumbinner { min-width: 100px; } /* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb img.thumbimage { background-color: #fff; } /* The backgrounds for galleries. */ div#content .gallerybox div.thumb { background-color: #F9F9F9; /* Light gray padding */ } /* Put a chequered background behind images, only visible if they have transparency */ .gallerybox .thumb img, .filehistory a img, #file img { background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; } /* But not on articles, user pages, portals or with opt-out. */ .ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img { background: white; } /* Prevent floating boxes from overlapping any category listings, file histories, edit previews, and edit [Show changes] views */ #mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { clear: both; } /* Fix monospace fontsize in new edit toolbar (jquery.wikiEditor.toolbar.css). [[Bugzilla:27502]] */ .wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax, .wikiEditor-ui-toolbar .section-help .page-table td.syntax { font-family: monospace, "Courier New"; } /* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size. [[Bugzilla:26204]] */ div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, tt, code, pre { font-family: monospace, "Courier New" !important; font-size:100%; } /* Remove bullets when there are multiple edit page warnings */ ul.permissions-errors > li { list-style: none; } ul.permissions-errors { margin: 0; } /* No linewrap on the labels of the login/signup page */ body.page-Special_UserLogin .mw-label label, body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; } /* Disable the automatic text-size adjust of WebKit on iPhones etc. It scales some text, and not the other. Use none, or fixed percentage instead. Use media selector, because defining a value, overwrites platform defaults. */ @media only screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: none; } } /* Pie chart test: Transparent borders */ .transborder { border: solid transparent; } * html .transborder { /* IE6 */ border: solid #000001; filter: chroma(color=#000001); } /* Style for horizontal lists (separator following item) */ ol.hlist, ul.hlist, .hlist ol, .hlist ul { margin: 0 !important; } .hlist li { padding: 0em 0.6em 0em 0em; display: inline; background: url("http://upload.wikimedia.org/wikipedia/commons/d/da/Middot.png") no-repeat right; } .hlist li:last-child { padding-right: 0em; background: none; } /* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */ .breadcrumb { list-style: none; overflow: hidden; font: 14px Helvetica, Arial, Sans-Serif; } .breadcrumb li { float: left; margin-bottom: 0; } .breadcrumb li a { color: white; text-decoration: none; padding: 10px 0 10px 45px; position: relative; display: block; float: left; } .breadcrumb li a:after, .breadcrumb li a:before { content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 50px solid transparent; position: absolute; top: 50%; margin-top: -50px; left: 100%; z-index: 2; } .breadcrumb li a:before { border-left: 31px solid white; margin-left: 1px; z-index: 1; } .breadcrumb li:first-child a { padding-left: 20px; } .currentcrumb a { background: #069; } .currentcrumb a:after { border-left: 30px solid #069; } .currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover { background: #002d44; } .currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after { border-left-color: #002d44 !important; } .prevcrumb a { background: #396; } .prevcrumb a:after { border-left: 30px solid #396; } .nextcrumb a { background: #999; } .nextcrumb a:after { border-left: 30px solid #999; } /* Makes it possible for the boxes in the Account Creation Process to overlap */ #userlogin { margin:0; width:90% !important; max-width:100% !important; padding:1.5em; padding-top:0.75em !important; border:0; -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background:white; background: #fff; background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%); background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5)); background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: linear-gradient(bottom, #fff 90%,#fff 100%); } /* Redesigned outbound arrow for external links */ div#content a.external { background-image:url(/w/images/e/ea/Link_icon_-_external.svg); background-size:10px; background-position:top right; background-repeat:no-repeat; padding-right:11px; } /* Replace the padlock icon used for HTTPS links with the same outward arrow used for external HTTP links */ div#content a.external[href^="https://"] { background-image:url(/w/images/e/ea/Link_icon_-_external.svg); background-position:top right; background-repeat:no-repeat; padding-right:11px; } /* Provide sideways arrow for links to other Oni2.net sites */ div#content a.external[href*=".oni2.net"] { background-image:url(/w/images/9/98/Link_icon_-_oni2.net.svg); background-size:12px; background-position:top right; background-repeat:no-repeat; padding-right:13px; } /* Provide circular arrow for external internal links */ div#content a.external[href*="wiki.oni2.net"] { background-image:url(/w/images/7/7d/Link_icon_-_external_internal.svg); background-position:top right; background-repeat:no-repeat; padding-right:12px; } /* Show movie icon for links to movie files that typically play in-browser */ div#content a.external[href$=".avi"], div#content a.external[href$=".mov"], div#content a.external[href$=".mp4"], div#content a.external[href$=".wmv"] { background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg); background-size:12px; background-position:top right; background-repeat:no-repeat; padding-right:14px; } /* Show sound icon for links to audio files that typically play in-browser */ div#content a.external[href$=".m4a"], div#content a.external[href$=".mp3"], div#content a.external[href$=".wav"] { background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg); background-size:12px; background-position:top right; background-repeat:no-repeat; padding-right:14px; } /* Provide green upward arrow for interwiki links */ div#content a.extiw { background-image:url(/w/images/d/dd/Link_icon_-_interwiki.svg); background-position:top right; background-repeat:no-repeat; padding-right:11px; } /* For creating popups that display immediately upon mouse hover; used by [[Template:Hover]] */ span.has_popup { position:relative; } span.has_popup span.popup { display:none; } span.has_popup:hover span.popup { display:block; left:13px; position:absolute; top:9px; } /* For creating a tree-like list; see [[Template:Tree list]] */ .treeview ul { padding: 0; margin: 0 !important; } .treeview li { padding: 0; margin: 0 !important; list-style-type: none; list-style-image: none; } .treeview li li { background: url("https://wiki.oni2.net/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; /* @noflip */ padding-left: 21px; text-indent: 0.3em; } .treeview li li:last-child { background-position: 0 -5971px } /* First line here deals with new situation after RemexHTML switch, * where emptyline cause the first child to become the 2nd child. Such a mess. */ .treeview li.emptyline > ul > .mw-empty-elt:first-child + .emptyline, .treeview li.emptyline > ul > li:first-child { background-position: 0 9px }
common.js (talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
/** extract a URL parameter from the current URL ********** * From [[en:User:Lupin/autoedit.js]] * * paramName : the name of the parameter to extract */ function getURLParamValue(paramName, url) { if (typeof (url) == 'undefined' || url === null) url = document.location.href; var cmdRe = RegExp('[&?]' + paramName + '=([^&#]*)'); // Stop at hash var m = cmdRe.exec(url); if (m && m.length > 1) return decodeURIComponent(m[1]); return null; } /** &withJS= URL parameter ******* * Allow to try custom scripts from MediaWiki space * without editing [[Special:Mypage/monobook.js]] */ var extraJS = getURLParamValue("withJS"); if (extraJS && extraJS.match("^MediaWiki:[^&<>=%]*\.js$")) { mw.loader.load('/w/index.php?title=' + extraJS + '&action=raw&ctype=text/javascript'); } /* Focus us on the Search box if we're on the Main Page, so we can immediately start typing */ if (mw.config.get('wgIsMainPage')) { $(function() { $('#searchInput').focus(); }); } /* If we're on the Search page, load the script that augments that page */ if (mw.config.get('wgPageName') === 'Special:Search') { mw.loader.load('/w/index.php?title=MediaWiki:Common.js/search.js&action=raw&ctype=text/javascript'); } /* Scripts specific to Internet Explorer */ if (navigator.appName == 'Microsoft Internet Explorer') { /** Internet Explorer bug fix ************************************************** * * Description: Fixes IE horizontal scrollbar bug * Maintainers: [[User:Tom-]]? */ var oldWidth; var docEl = document.documentElement; var fixIEScroll = function() { if (!oldWidth || docEl.clientWidth > oldWidth) { doFixIEScroll(); } else { setTimeout(doFixIEScroll, 1); } oldWidth = docEl.clientWidth; }; var doFixIEScroll = function() { docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : ""; }; document.attachEvent("onreadystatechange", fixIEScroll); document.attachEvent("onresize", fixIEScroll); // In print IE (7?) does not like line-height appendCSS('@media print {sup, sub, p, .documentDescription {line-height: normal;}}'); // IE overflow bug appendCSS('div.overflowbugx {overflow-x: scroll !important; overflow-y: hidden !important;} div.overflowbugy {overflow-y: scroll !important; overflow-x: hidden !important;}'); // IE zoomfix // Use to fix right floating div/table inside tables appendCSS('.iezoomfix div, .iezoomfix table {zoom: 1;}'); } /** Hover tables ********************************************************* * * Description: Allows tables to use mouse-over to provide explanation of * the pointed-to content. * Maintainers: [[User:Iritscen]] */ function showDescrip(typeID, show_or_not) { var DescripPanel = document.getElementsByClassName("hovertable_descrip")[0]; /* only get 1st one on page to keep things simple */ var Descrips = DescripPanel.getElementsByTagName("span"); if (!DescripPanel || !Descrips) return false; for (var i = 0; i < Descrips.length; i++) { if (Descrips[i].id == typeID) { if (show_or_not) Descrips[i].style.display = "block"; else Descrips[i].style.display = "none"; } } } function initHoverTables() { var Tables = document.getElementsByClassName("hovertable"); if (!Tables) return false; for (var i = 0; i < Tables.length; i++) { var Cells = Tables[i].getElementsByTagName("td"); if (!Cells) continue; for (var j = 0; j < Cells.length; j++) { if ($(Cells[j]).hasClass("hovercell")) { $(Cells[j]).mouseover(new Function("evt", "showDescrip(this.id, true);")); $(Cells[j]).mouseout(new Function("evt", "showDescrip(this.id, false);")); } } } } $(initHoverTables); /** Hover GIFs ********************************************************* * * Description: Allows GIFs to only animate upon mouse-over. * * Maintainers: [[User:Iritscen]] */ function swapImage(gifID, show_gif) { var gif_span = document.getElementById(gifID); var gif_image = gif_span.getElementsByClassName("image")[0]; var gif_img = gif_image.getElementsByTagName("img")[0]; var gif_src = gif_img.src; if (!gif_img) return false; if (show_gif) gif_img.src = gif_src.replace('.jpg', '.gif'); else gif_img.src = gif_src.replace('.gif', '.jpg'); } function initHoverGIFs() { var gifs = document.getElementsByClassName("hovergif"); if (!gifs) return false; for (var i = 0; i < gifs.length; i++) { $(gifs[i]).mouseover(swapImage(this.id, true)); $(gifs[i]).mouseout(swapImage(this.id, false)); } } $(initHoverGIFs); /** Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * [[Wikipedia:NavFrame]]. * Maintainers: [[User:R. Koot]] */ var autoCollapse = 2; var collapseCaption = "hide"; var expandCaption = "show"; function collapseTable(tableIndex) { var Button = document.getElementById("collapseButton" + tableIndex); var Table = document.getElementById("collapsibleTable" + tableIndex); if (!Table || !Button) { return false; } var Rows = Table.rows; if (Button.firstChild.data == collapseCaption) { for (var i = 1; i < Rows.length; i++) { Rows[i].style.display = "none"; } Button.firstChild.data = expandCaption; } else { for (var i = 1; i < Rows.length; i++) { Rows[i].style.display = Rows[0].style.display; } Button.firstChild.data = collapseCaption; } } function createCollapseButtons() { var tableIndex = 0; var NavigationBoxes = new Object(); var Tables = document.getElementsByTagName("table"); for (var i = 0; i < Tables.length; i++) { if ($(Tables[i]).hasClass("collapsible")) { /* only add button and increment count if there is a header row to work with */ var HeaderRow = Tables[i].getElementsByTagName("tr")[0]; if (!HeaderRow) continue; var Header = HeaderRow.getElementsByTagName("th")[0]; if (!Header) continue; NavigationBoxes[tableIndex] = Tables[i]; Tables[i].setAttribute("id", "collapsibleTable" + tableIndex); var Button = document.createElement("span"); var ButtonLink = document.createElement("a"); var ButtonText = document.createTextNode(collapseCaption); Button.className = "collapseButton"; // styles are declared in Common.css ButtonLink.style.color = Header.style.color; ButtonLink.setAttribute("id", "collapseButton" + tableIndex); ButtonLink.setAttribute("href", "#"); $(ButtonLink).click(new Function("evt", "collapseTable(" + tableIndex + " ); return killEvt(evt);")); ButtonLink.appendChild(ButtonText); Button.appendChild(document.createTextNode("[")); Button.appendChild(ButtonLink); Button.appendChild(document.createTextNode("]")); Header.insertBefore(Button, Header.childNodes[0]); tableIndex++; } } for (var i = 0; i < tableIndex; i++) { if ($(NavigationBoxes[i]).hasClass("collapsed") || (tableIndex >= autoCollapse && $(NavigationBoxes[i]).hasClass("autocollapse"))) { collapseTable(i); } else if ($(NavigationBoxes[i]).hasClass("innercollapse")) { var element = NavigationBoxes[i]; while (element = element.parentNode) { if ($(element).hasClass("outercollapse")) { collapseTable(i); break; } } } } } $(createCollapseButtons); /** Dynamic Navigation Bars (experimental) ************************************* * * Description: See [[Wikipedia:NavFrame]]. * Maintainers: UNMAINTAINED */ // set up the words in your language var NavigationBarHide = '[' + collapseCaption + ']'; var NavigationBarShow = '[' + expandCaption + ']'; // shows and hides content and picture (if available) of navigation bars // Parameters: // indexNavigationBar: the index of navigation bar to be toggled function toggleNavigationBar(indexNavigationBar) { var NavToggle = document.getElementById("NavToggle" + indexNavigationBar); var NavFrame = document.getElementById("NavFrame" + indexNavigationBar); if (!NavFrame || !NavToggle) return false; // if shown now if (NavToggle.firstChild.data == NavigationBarHide) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if ($(NavChild).hasClass("NavContent") || $(NavChild).hasClass("NavPic")) { NavChild.style.display = 'none'; } } NavToggle.firstChild.data = NavigationBarShow; // if hidden now } else if (NavToggle.firstChild.data == NavigationBarShow) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if ($(NavChild).hasClass("NavContent") || $(NavChild).hasClass("NavPic")) { NavChild.style.display = 'block'; } } NavToggle.firstChild.data = NavigationBarHide; } } // adds show/hide-button to navigation bars function createNavigationBarToggleButton() { var indexNavigationBar = 0; // iterate over all < div >-elements var divs = document.getElementsByTagName("div"); for (var i = 0; NavFrame = divs[i]; i++) { // if found a navigation bar if ($(NavFrame).hasClass("NavFrame")) { indexNavigationBar++; var NavToggle = document.createElement("a"); NavToggle.className = 'NavToggle'; NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar); NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');'); var isCollapsed = $(NavFrame).hasClass("collapsed"); /* * Check if any children are already hidden. This loop is here for backwards compatibility: * the old way of making NavFrames start out collapsed was to manually add style="display:none" * to all the NavPic/NavContent elements. Since this was bad for accessibility (no way to make * the content visible without JavaScript support), the new recommended way is to add the class * "collapsed" to the NavFrame itself, just like with collapsible tables. */ for (var NavChild = NavFrame.firstChild; NavChild != null && !isCollapsed; NavChild = NavChild.nextSibling) { if ($(NavChild).hasClass("NavPic") || $(NavChild).hasClass("NavContent")) { if (NavChild.style.display == 'none') { isCollapsed = true; } } } if (isCollapsed) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if ($(NavChild).hasClass("NavPic") || $(NavChild).hasClass("NavContent")) { NavChild.style.display = 'none'; } } } var NavToggleText = document.createTextNode(isCollapsed ? NavigationBarShow : NavigationBarHide); NavToggle.appendChild(NavToggleText); // Find the NavHead and attach the toggle link (Must be this complicated because Moz's firstChild handling is borked) for (var j = 0; j < NavFrame.childNodes.length; j++) { if ($(NavFrame.childNodes[j]).hasClass("NavHead")) { NavToggle.style.color = NavFrame.childNodes[j].style.color; NavFrame.childNodes[j].appendChild(NavToggle); } } NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar); } } } $(createNavigationBarToggleButton); // Allows sidebar's "navigation", "toolbox" and "languages" sections to be customized function ModifySidebar(action, section, name, link) { try { switch (section) { case "languages": var target = "p-lang"; break; case "toolbox": var target = "p-tb"; break; case "navigation": var target = "p-navigation"; break; default: var target = "p-" + section; break; } if (action == "add") { var node = document.getElementById(target) .getElementsByTagName('div')[0] .getElementsByTagName('ul')[0]; var aNode = document.createElement('a'); var liNode = document.createElement('li'); aNode.appendChild(document.createTextNode(name)); aNode.setAttribute('href', link); liNode.appendChild(aNode); liNode.className='plainlinks'; node.appendChild(liNode); } if (action == "sep") { var node = document.getElementById(target) .getElementsByTagName('div')[0] .getElementsByTagName('ul')[0]; var liNode = document.createElement('li'); liNode.style.listStyleImage="url('http://wiki.oni2.net/w/images/1/10/Separator.png')"; liNode.style.listStylePosition='inside'; node.appendChild(liNode); } if (action == "remove") { var list = document.getElementById(target) .getElementsByTagName('div')[0] .getElementsByTagName('ul')[0]; var listelements = list.getElementsByTagName('li'); for (var i = 0; i < listelements.length; i++) { if (listelements[i].getElementsByTagName('a')[0].innerHTML == name || listelements[i].getElementsByTagName('a')[0].href == link) { list.removeChild(listelements[i]); } } } } catch(e) { // let's just ignore what's happened return; } } /** Table sorting fixes ************************************************ * * Description: Disables code in table sorting routine to set classes on even/odd rows * Maintainers: [[User:Random832]] */ ts_alternate_row_colors = false; /***** uploadwizard_newusers ******** * Switches in a message for non-autoconfirmed users at [[Wikipedia:Upload]] * * Maintainers: [[User:Krimpet]] */ function uploadwizard_newusers() { if (mw.config.get('wgNamespaceNumber') == 4 && mw.config.get('wgTitle') == 'Upload' && mw.config.get('wgAction') === 'view') { var oldDiv = document.getElementById("autoconfirmedusers"), newDiv = document.getElementById("newusers"); if (oldDiv && newDiv) { if (typeof wgUserGroups == "object" && wgUserGroups) { for (i = 0; i < wgUserGroups.length; i++) { if (wgUserGroups[i] == "autoconfirmed") { oldDiv.style.display = "block"; newDiv.style.display = "none"; return; } } } oldDiv.style.display = "none"; newDiv.style.display = "block"; return; } } } $(uploadwizard_newusers); /***** autosort_sortable ******** * Auto-sorts sortable tables by a given column (why is this not built-in?!) * You must opt into this feature by placing "autosort" in the list of * the table's classes along with "sortable" * * Maintainers: [[User:Iritscen]] */ // For some reason, the arrow buttons and headerSort classes are not attached to sortable tables immediately upon the "load" event, and we need those, so we wait a bit before trying to sort function sortTimer() { setTimeout(function() { sortSortableTables(); }, (1 * 1000)); } function sortSortableTables() { console.log("Sorting the autosort tables."); // Iterate over all <div> elements var divs = document.getElementsByTagName("div"); if (!divs) return; for (var i = 0; i < divs.length; i++) { var theDiv = divs[i]; var tables = theDiv.getElementsByTagName("table"); if (!tables) continue; for (var j = 0; j < tables.length; j++) { var theTable = tables[j]; // If we found a sortable table that is asking for autosort... if ($(theTable).hasClass("sortable") && $(theTable).hasClass("autosort")) { var sortColumnNum = 1, curColumnNum = 0; // First check if there is any by-column-x class at all, then take the time to figure out the value of x var patt = /by-column/; if (patt.test(theTable.className)) { for (var col = 1; col < 10; col++) { var colOption = "by-column-" + col; if ($(theTable).hasClass(colOption)) { //console.log("Table " + j + " wants to sort by column " + col); sortColumnNum = col; // Now look for sort button and click it var allTHs = theTable.getElementsByTagName("th"); if (!allTHs) { console.log("Failed to get 'th' elements!"); continue; } for (var k = 0; k < allTHs.length; k++) { //console.log("Class names for 'th' # " + k + " are " + allTHs[k].className); if ($(allTHs[k]).hasClass("headerSort")) { curColumnNum++; if (curColumnNum == sortColumnNum) { console.log("Clicking sort button (ID " + k + ") for column " + sortColumnNum); $(allTHs[k]).trigger("click"); // use jQuery's trigger() to send click event to this arrow return; } } } } } } } } } } $(sortTimer);
confirmaccount-attach (talk) (Translate) Resume/CV:
Résumé/CV:
linksearch-text (talk) (Translate) Wildcards such as "*.wikipedia.org" may be used.<br /> Supported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).
Wildcards such as "*.wikipedia.org" may be used, but the search requires at least a top-level domain, for example "*.org".<br /> Supported protocols: <tt>$1</tt><br /> By default, MediaWiki will only return results that use <tt>http://</tt>. If you want to see links that use other protocols, you must specify them, e.g. <tt><nowiki>https://*.org</nowiki></tt>.
linkstoimage (talk) (Translate) The following {{PLURAL:$1|page uses|$1 pages use}} this file:
The following {{PLURAL:$1|page uses|$1 pages use}} this file:
minoredit (talk) (Translate) This is a minor edit
This is a minor edit (do not show in Discord feed)
requestaccount-acc-text (talk) (Translate) A confirmation message will be sent to your email address once you submit this request. The address will not be published. Please respond by clicking on the confirmation link provided by the email. Finally, your password will be emailed to you when your account is created.
Your email address will be sent a confirmation message once this request is submitted. Please respond by clicking on the confirmation link provided by the email; '''your account request will not be reviewed until you confirm your email address'''. When your request is approved, your password will be emailed to you. '''Please watch your Spam folder for new emails, as the wiki's emails tend to go there.'''
requestaccount-attach (talk) (Translate) Resume or CV (optional):
Résumé or CV (optional):
requestaccount-bio (talk) (Translate) Personal biography (plain text only):
Personal biography:
requestaccount-bio-text (talk) (Translate) Try to include any relevant credentials in your biography below.
Your biography is just for the eyes of the [[OniGalore:Bureaucrats|bureaucrats]] who review account requests, and will not be published. If you supply a real name, it will be entered into the wiki records for the purpose of edit attribution. Feel free to leave it blank. You can set or change your real name later via [[Special:Preferences|your preferences]].
requestaccount-email-body (talk) (Translate) Someone, probably you from IP address $1, has requested an account "$2" with this email address on {{SITENAME}}. To confirm that this account really does belong to you on {{SITENAME}}, open this link in your browser: $3 If the account is created, only you will be emailed the password. If this is *not* you, do not follow the link. This confirmation code will expire at $4.
Someone, probably you from IP address $1, has requested an account "$2" with this email address on {{SITENAME}}. To confirm that this account really does belong to you on {{SITENAME}}, open this link in your browser: $3 If the account request is approved, you will be emailed the password. If this is *not* you, don't follow the link. This confirmation code will expire at $4.
requestaccount-real (talk) (Translate) Real name:
Real name (optional):
requestaccount-resub (talk) (Translate) Your CV/resume file must be re-selected for security reasons. Leave the field blank if you no longer want to include one.
Your CV/résumé file must be re-selected for security reasons. Leave the field blank if you no longer want to include one.
requestaccount-sent (talk) (Translate) Your account request has been sent and is now pending review. A confirmation email has been sent to your email address.
Your account request has successfully been sent and is now pending email address confirmation. A confirmation email has been sent to you. '''Your account request will not proceed until you confirm your address. Again, please check your Spam folder for emails from the wiki.'''
requestaccount-text (talk) (Translate) '''Complete and submit the following form to request a user account'''. Make sure that you first read the [[{{MediaWiki:Requestaccount-page}}|Terms of Service]] before requesting an account. Once the account is approved, you will be emailed a notification message and the account will be usable at [[Special:UserLogin|login]].
'''Please note that you only need an account for the wiki if you plan on editing any pages.''' Tell us a little about yourself below, so we know you're not a spambot. Once the request is submitted, you will be emailed a message that will let you confirm your email address. Once you have confirmed the address, your request will be reviewed and a second email with your login information will be sent to you after the review.
requestaccount-tos (talk) (Translate) I have read and agree to abide by the [[{{MediaWiki:Requestaccount-page}}|Terms of Service]] of {{SITENAME}}. The name I have specified under "Real name" is in fact my own real name.
I have read and agree to abide by the [[{{MediaWiki:Requestaccount-page}}|Terms of Service]] of {{SITENAME}}.
sidebar (talk) (Translate) * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES
* navigation ** mainpage|mainpage ** Site Map|categorytree ** portal-url|portal ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage ** Help:Editing|help
tooltip-minoredit (talk) (Translate) Mark this as a minor edit
Mark this as a minor edit (this will prevent our Discord bot that reads the wiki's RSS feed from publishing the edit on Discord)
tooltip-n-help (talk) (Translate) The place to find out
Learn about the wiki!
uncategorized-categories-exceptionlist (talk) (Translate) # Contains a list of categories, which shouldn't be mentioned on Special:UncategorizedCategories. One per line, starting with "*". Lines starting with another character (including whitespaces) are ignored. Use "#" for comments.
# Contains a list of categories, which shouldn't be mentioned on Special:UncategorizedCategories. One per line, starting with "*". Lines starting with another character (including whitespaces) are ignored. Use "#" for comments. *Contents
uncategorizedpages-summary (talk) (Translate)  
{{fmbox|text=Please ignore the page '''AE:AddCharClass''' if it is listed here. Apparently there's a wee case of database corruption, because it's been deleted several times yet still shows up here.}} (Click [[MediaWiki:Uncategorizedpages-summary|here]] to edit this message.)
unusedimagestext-categorizedimgisused (talk) (Translate) The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page. Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.
The following images are considered "unused", however if $wgCountCategorizedImagesAsUsed is true then categorized images are considered used even if they are not referenced from any page. Keep in mind that other web sites may link to images on this wiki, which would not be reflected here.
upload-default-description (talk) (Translate) -
 
vector.css (talk) (Translate) /* All CSS here will be loaded for users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */ /* Fix the sidebar in place when scrolling, as long as we are not on a small screen (e.g. a phone) */ @media (min-device-width:481px) { div#mw-panel { position:fixed; height:100%; /* Prevent content overlay when sidewards scrolling */ background-color:#F6F6F6; } } /* For small screens, fix the sidebar this way to avoid overlap when zooming */ @media (max-device-width:480px) { div#mw-panel { position:absolute; } } /* Darken the background for code tags just a tiny bit ** so code stands out more (default is 249, 249, 249) */ code { background-color: rgb(245, 245, 245); } /* Raise size of text in diff views to 100% since ** Vector makes them 88% by default */ td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100%; }
wantedfiletext-cat-noforeign (talk) (Translate) The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].
The following images are linked from somewhere but do not exist. The pages which attempt to embed images that do not exist are listed in [[:$1]]. {{fmbox|text=Please ignore the files '''BlkElitCHAR.png''', '''BlkEltONCC4.png''', and '''BlkEltTRMA5.png‏‎''' if they are listed here, as this is the result of a wee bit of database corruption related to the notorious AE:AddCharClass.}} Click [[MediaWiki:Wantedfiletext-cat-noforeign|here]] to edit this message.
wantedpages-summary (talk) (Translate) List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].
{{fmbox|text='''Note from [[User:Iritscen|Iritscen]]:''' There may seem to be a lot of pages in this list, but most of them fall into three categories: *BSL commands from a project in progress (see [[OniGalore:Current events#BSL tutorials|Current events]] for details), which comprise the majority of this list. *Placeholders made by users who planned to cover a subject later (such as fan fiction and musings on other entertainment that can be related to Oni). *The abandoned [[OBD:BINA/OBJC/MELE/THUG|MELE]] initiative, the fate of which has not been decided yet. Though the above require specialized knowledge, here are the red links that an average Oni fan could help with. To understand the context of the red-linked terms, you can click on the red link and then the "What links here" link in the sidebar to see which articles have referenced these terms. *[[Walkthrough]]: Click that link to see which levels haven't been written up yet. Note that some levels have existing pages but they don't actually have a walkthrough yet. *Places: [[TCTF HQ]], [[Vansam Regional Airport]], [[Regional State Building]], [[Rooftops]] (this should not redirect to Chapter 10), [[Dr. Hasegawa's Lab]], [[Omega Vault]], [[Syndicate Mountain Compound]]. ::Model "Places" articles: [[Vago Biotech]] and [[TCTF Science Prison]]. *Weapons: [[Plasma Rifle]], [[Super Ball Gun]], [[Black Adder]], [[Plasma Rifle]], [[Screaming Cannon]], [[Wave Motion Cannon]]. ::Model "Weapons" article: [[Mercury Bow]]. *Factions: [[Elite Striker]], [[Mercenary Sniper]], [[TCTF Trooper]], [[TCTF SWAT Trooper]], [[TCTF Black Ops]], [[TCTF SWAT Black Ops]], [[Scientist]], [[Civilian]], and [[Security Guard]]. ::Model "Factions" articles: [[Fury]] and [[TCTF Cop]]. *General stuff: [[Data Comlink]], [[Force shield]], [[Hypo spray]]. (Click [[MediaWiki:Wantedpages-summary|HERE]] to edit this message.)}}