Content deleted Content added
m →top: Spelling/grammar/punctuation/typographical correction |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 2:
{{for|the toolbar that shows under the edit window and allows the insertion of various characters and symbols|Help:CharInsert}}
{{Wikipedia how-to|H:ETOOL}}
[[File:Wikipedia development environment screenshot.webp|thumb|Wikipedia development environment]]
In compatible browsers, an '''edit toolbar''' can be automatically displayed with the edit box, provided that this has been set in the [[Help:Preferences|preferences]]. It appears automatically for editors who are not logged in. This functions partly as a typing aid and partly as a reminder of the available functions. All the functions are available simply by typing the code directly into the edit box (such as <nowiki>[[link]]</nowiki>) – this may be easier.
The toolbar works with [[Google Chrome]], [[Firefox]], [[Internet Explorer]], [[Microsoft Edge (series of web browsers)|Microsoft Edge]], [[w:Mozilla Application Suite|the Mozilla Suite]]/[[W:SeaMonkey|SeaMonkey]], [[Konqueror]], [[Safari (browser)|Safari]] and [[Opera (browser)|Opera]].
In Mozilla browsers, IE, and Chrome, you can format existing text by highlighting the text you want to format and clicking the relevant button on the toolbar. If you click a button without selecting any text, sample text will be inserted at the cursor's position (like so: '''Bold text'''). In other browsers, clicking on the button presents an explanation for that feature. (Pre-release 9.0 versions of Opera browser also seem to support the advanced functionality.)
You can switch off or switch on personal preferences set at {{myprefs|Editing|check={{MediaWiki:Wikieditor-toolbar-preference}}
===Source editor===
Line 106 ⟶ 107:
{{fake heading|sub=5|Heading text}}
|-
| [[Help:List|Bulleted list]]
| <code><nowiki>* Bulleted list item</nowiki></code>
Line 112 ⟶ 113:
* Bulleted list item
|-
| [[Help:List|Numbered list]]
| <code><nowiki># Numbered list item</nowiki></code>
Line 118 ⟶ 119:
# Numbered list item
|-
| [[Help:Nowiki|Nowiki]]: Ignore wiki formatting
| <code><nowiki><nowiki>Insert non-formatted text here</nowiki></nowiki></code>
| <nowiki>Insert non-formatted text here</nowiki>
|-
| [[Wikipedia:Line-break handling|Line break]]
| <code><nowiki><br /></nowiki></code>
| text before<br />abc
|-
| Big text
| <code><nowiki><big>Big text</big></nowiki></code>
| <big>Big text</big>
|-
| Small text
| <code><nowiki><small>Small text</small></nowiki></code>
| <small>Small text</small>
|-
| Superscript
| <code><nowiki><sup>Superscript text</sup></nowiki></code>
| <sup>Superscript text</sup>
|-
| Subscript
| <code><nowiki><sub>Subscript text</sub></nowiki></code>
| <sub>Subscript text</sub>
|-
| [[Help:Gallery tag|Picture gallery]]
| style="text-align: left;" | <code><poem><nowiki><gallery>
Line 159 ⟶ 160:
</gallery>
|-
| [[Help:Table|Table]]
| <code><poem><nowiki>{| class="wikitable" border="1"
Line 192 ⟶ 193:
|}
|-
| Automatically [[Wikipedia:Redirect|redirect]] to another page
| <code><nowiki>#REDIRECT [[Target page name]]</nowiki></code>
Line 199 ⟶ 200:
{|class="wikitable" style="margin-top:0"
|-
|Search and Replace
|
Line 210 ⟶ 211:
{{Commons|MediaWiki edit toolbar}}
* [[Wikipedia:RefToolbar/2.0]]
* [[
{{Help navigation}}
|