Help:Edit toolbar: Difference between revisions

From Wikipedia, the free encyclopedia

Content deleted Content added


Line 69: Line 69:

{{MediaWiki|Extension:CodeMirror}}

{{MediaWiki|Extension:CodeMirror}}

|-

|-

| colspan=”2″ | [[File:OOjs_UI_icon_next-ltr.svg|class=skin-invert|10px|link=]] Advanced

| colspan=”2″ | |Advanced

! Open advanced menu

! Open advanced menu

| See below.

| See

|-

|-

| colspan=”2″ | [[File:OOjs_UI_icon_next-ltr.svg|class=skin-invert|10px|link=]] Special characters

| colspan=”2″ | |Special characters

! Open special characters menu

! Open special characters menu

| See below.

| See below.

|-

|-

| colspan=”2″ | [[File:OOjs_UI_icon_next-ltr.svg|class=skin-invert|10px|link=]] Help

| colspan=”2″ | |Help

! Open help menu

! Open help menu

| See below.

| See below.

|-

|-

| colspan=”2″ | [[File:OOjs_UI_icon_next-ltr.svg|class=skin-invert|10px|link=]] Cite

| colspan=”2″ | |Cite

! Open cite toolbar menu

! Open cite toolbar menu

| See [[Wikipedia:RefToolbar/2.0]].

| See [[Wikipedia:RefToolbar/2.0]].

Line 90: Line 90:

|

|

|}

|}

===Advanced===

{| class=”wikitable”

{| class=”wikitable”

|+ Advanced selections

|+ Advanced selections


Revision as of 16:18, 31 January 2026

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 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 []) – this may be easier.

The toolbar works with Google Chrome, Firefox, Internet Explorer, Microsoft Edge, the Mozilla Suite/SeaMonkey, Konqueror, Safari and 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 Preferences → Editing → Enable the editing toolbar.

Source editor

If your toolbar looks like this:

Then you are using the source editor.

VisualEditor

If your toolbar looks like this:

Then you are using the rich-text visual editor.

List of functions

Advanced

Advanced selections
Icon Function What it shows when editing What it shows on the page
Section heading

== Heading text ==
=== Heading text ===
==== Heading text ====
===== Heading text =====

Heading text

Heading text

Heading text

Heading text

Bulleted list * Bulleted list item
Numbered list # Numbered list item
  1. Numbered list item
Nowiki: Ignore wiki formatting <nowiki>Insert non-formatted text here</nowiki> Insert non-formatted text here
Line break <br /> text before
abc
Big text <big>Big text</big> Big text
Small text <small>Small text</small> Small text
Superscript <sup>Superscript text</sup> Superscript text
Subscript <sub>Subscript text</sub> Subscript text
Picture gallery

<gallery>
Example.jpg|Caption1
Example.jpg|Caption2
</gallery>

Table

{| class="wikitable" border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3
Automatically redirect to another page #REDIRECT [[Target page name]] Preview a redirect page
Search and Replace
  • Search for strings of text and optionally replace them, progressing one at a time or replacing all occurrences at once.
  • If the regular expressions check box is selected, then the targeted search term is interpreted as a symbolic “expression”, called a “regular expression“, which will act as a pattern to select targets for replacement. Any amount of text can be matched by a regular expression. Languages that use this type of regular expression include Perl, Java, JavaScript, Python, Ruby, .NET, and XML.
  • A list of the regular expressions accepted by this search and replace box has been compiled for reference by the Mozilla Contributors.

See also

  1. ^ Insert footnote text here

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version