Content deleted Content added
→List of functions: Advanced selections: update |
|||
(47 intermediate revisions by 28 users not shown) | |||
Line 1:
{{pp-semi-indef}}{{pp-move-indef}}
{{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 [[
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.)
===Source editor===
{| class="wikitable"▼
If your toolbar looks like this:
[[File:WikiEditor-toolbar-en.png|center]]
|-▼
Then you are using the [[Wikipedia:Source editor|source editor]].
|-▼
=== VisualEditor ===
If your toolbar looks like this:
|-▼
[[File:VisualEditor toolbar-en.png|center|750px]]
Then you are using the rich-text [[Wikipedia:VisualEditor|visual editor]].
|}▼
== List of functions ==
{| class="wikitable
|+ Source editor
! Icon !! Function !! What it shows when editing !! What it shows on the page
|-
| colspan="4" style="text-align: center;" |[[File:
▲|-
|Bold▼
| [[File:OOjs UI icon bold-b.svg|Bold text|center|link=]]
|<code><nowiki>'''Bold text'''</nowiki></code>
|'''Bold text'''
|-
| [[File:
|<code><nowiki>''Italic text''</nowiki></code>
|''Italic text''
|-
| [[File:
|<code><nowiki>
|[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)▼
|-
| [[File:
|<code><nowiki>[[Link title]]</nowiki></code>
|[[Link title]]
|-
| [[File:
|<code><nowiki>[[File:Example.jpg|thumbnail]]</nowiki></code>
| [[File:Example.jpg|thumbnail]]
|-
| [[File:
| {{Example}}
▲|-
| [[File:OOjs UI icon reference.svg|center|link=]]
! Insert [[Help:Footnotes|Reference]]
| <code><nowiki><ref>Insert footnote text here</ref></nowiki></code>
| <ref>Insert footnote text here</ref>
|-
| [[File:
! Activate highlighting in wikitext
▲|Sign talk comments (with time stamp)
| [[File:OOjs UI icon highlight-progressive.svg|link=]] active
▲|<code><nowiki>--~~~~</nowiki></code>
|{{Meta|Community Tech/Wikitext editor syntax highlighting|Wikitext editor syntax highlighting}}
▲|[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
{{MediaWiki|Extension:CodeMirror}}
|-
| colspan="2" | [[File:
! Open advanced menu
|
|-
| colspan="2" | [[File:OOjs_UI_icon_next-ltr.svg|10px|link=]] Special characters
! Open special characters menu
|
|-
| colspan="2" | [[File:OOjs_UI_icon_next-ltr.svg|10px|link=]] Help
! Open help menu
|
|-
| colspan="2" | [[File:
! Open cite toolbar menu
| See [[Wikipedia:RefToolbar/2.0]].
▲|-
|style="white-space: nowrap;"| [[File:OOjs UI icon edit-ltr.svg|link=]] [[File:OOjs UI icon expand.svg|12px|link=]]
! Change "Source editing" <br>to "Visual editing"
|
|}
{| class="wikitable"
|+ Advanced selections
! Icon !! Function !! What it shows when editing !! What it shows on the page
|-
| colspan="4" style="text-align: center;" |[[File:
|-
|[[File:
| [[Help:Section|Section heading]]
|<code><poem><nowiki>== Heading text ==
=== Heading text ===
==== Heading text ====
===== Heading text =====</nowiki></poem></code>
|{{fake heading|sub=2|Heading text}}
{{fake heading|sub=3|Heading text}}
{{fake heading|sub=4|Heading text}}
{{fake heading|sub=5|Heading text}}
|-
| [[File:
| [[Help:List|Bulleted list]]
| <code><nowiki>* Bulleted list item</nowiki></code>
|
* Bulleted list item
|-
| [[File:
| [[Help:List|Numbered list]]
| <code><nowiki># Numbered list item</nowiki></code>
|
# Numbered list item
|-
| [[File:
| [[Help:Nowiki|Nowiki]]: Ignore wiki formatting
| <code><nowiki><nowiki>Insert non-formatted text here</nowiki></nowiki></code>
| <nowiki>Insert non-formatted text here</nowiki>
|-
| [[File:
| [[Wikipedia:Line-break handling|Line break]]
| <code><nowiki><br /></nowiki></code>
| text before<br />abc
|-
| [[File:
| Big text
| <code><nowiki><big>Big text</big></nowiki></code>
| <big>Big text</big>
|-
| [[File:
| Small text
| <code><nowiki><small>Small text</small></nowiki></code>
| <small>Small text</small>
|-
| [[File:
| Superscript
| <code><nowiki><sup>Superscript text</sup></nowiki></code>
| <sup>Superscript text</sup>
|-
| [[File:
| Subscript
| <code><nowiki><sub>Subscript text</sub></nowiki></code>
| <sub>Subscript text</sub>
|-
| [[File:
| [[Help:Gallery tag|Picture gallery]]
| style="text-align: left;" | <code><poem><nowiki><gallery>
Line 138 ⟶ 159:
Example.jpg|Caption2
</gallery>
|-
| [[File:
| [[Help:Table|Table]]
| <code><poem><nowiki>{| class="wikitable" border="1"
Line 172 ⟶ 192:
| row 2, cell 3
|}
|-
| [[File:
| Automatically [[Wikipedia:Redirect|redirect]] to another page
| <code><nowiki>#REDIRECT [[Target page name]]</nowiki></code>
| <span class="plainlinks">[{{fullurl:Acidic|redirect=no}} Preview a redirect page]</span>
|}
|-
| [[File:
|Search and Replace
|
Line 195 ⟶ 211:
{{Commons|MediaWiki edit toolbar}}
* [[Wikipedia:RefToolbar/2.0]]
* [[
{{Help navigation}}
|