View text source at Wikipedia
MediaWiki:Edittools is the message which appears below the edit window. If a browser has JavaScript enabled, then MediaWiki:Edittools.js inserts a compact version (from MediaWiki:Gadget-charinsert-core.js) in its place. This interface message or skin may also be documented on MediaWiki.org or translatewiki.net. The page forms part of the MediaWiki interface, and can only be edited by administrators and interface editors. To request a change to the page, add {{edit fully-protected}} to this page, followed by a description of your request. Consider announcing discussions you add here at Wikipedia:Village pump (technical) to bring more people to the discussion. |
To help centralize discussions and keep related topics together, the following pages redirect here: |
This page has archives. Sections older than 120 days may be automatically archived by Lowercase sigmabot III when more than 4 sections are present. |
To add custom entries, adapt this code, and place it in your common.js:
// Add custom Character Inserter entries
window.charinsertCustom = {
"Insert": ' Mention: {\{u|+}} {\{ping|+}}',
"Wiki markup": ' Mention: {\{u|+}} {\{ping|+}}'
};
that will append the {{u}} and {{ping}} code to the indicated menus.
<span.class="plainlinks">+</span>
<math>\\\\scriptstyle{+}</math>
.I've been using the instructions at #Customization to construct some custom inserts. But my desired inserts include actual full stops (.
), which of course get converted to spaces. Also this seems unescapable using e.g. \.
. Is there an established way of insering these? / Lokal_Profil 10:36, 30 December 2022 (UTC)
For some reason, it lists some vowels, notably ɛ (which is an open-mid front unrounded vowel) as close-mids, and it shouldn’t be like this БудетЛучше (talk) 18:20, 2 October 2023 (UTC)
This edit request to MediaWiki:Gadget-charinsert-styles.css has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Please replace the following block
div#editpage-specialchars {
display: block;
border: 1px solid #c0c0c0;
padding: .5em 1em;
}
#editpage-specialchars a {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 1px 4px;
}
with
div#editpage-specialchars {
display: block;
border: 1px solid var( --border-color-base, #a2a9b1 );
padding: .5em 1em;
}
#editpage-specialchars a {
background-color: var( --background-color-interactive-subtle, #f8f9fa );
color: var( --color-progressive, #36c );
border: 1px solid var( --border-color-interactive, #72777d );
padding: 1px 4px;
}
—TheDJ (talk • contribs) 13:11, 14 July 2024 (UTC)
It is requested that an edit be made to the interface page at MediaWiki:Edittools. (edit · history · last · links)
This template must be followed by a complete and specific description of the request, so that an editor unfamiliar with the subject matter could complete the requested edit immediately.
Edit requests to fully protected pages should only be used for edits that are either uncontroversial or supported by consensus. If the proposed edit might be controversial, discuss it on the protected page's talk page before using this template. When the request has been completed or denied, please add the |
Please add the fractions ¼, ½, and ¾ under "Symbols", i.e. change that line to
'Symbols': '~ | ¡¿†‡↔↑↓•¶#∞ ‹+› «+» {\{angle.bracket|+}} ¤₳฿₵¢₡₢$₫₯€₠₣ƒ₴₭₤ℳ₥₦№₧₰£៛₨₪৳₮₩¥ ♠♣♥♦ 𝄫♭♮♯𝄪 ¼½¾ ©®™ ◌ ☉☾☿♀🜨♂♃♄⛢♆',
Rationale: MOS:FRAC states specifically that these three fractions alone may be used as special characters for typographical consistency, e.g. floppy disk. Especially in chess notation it is kind of annoying not to have ½ (needed in every drawn game) easily available. Double sharp (talk) 06:31, 24 January 2025 (UTC)