Help:Edit toolbar: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
List of functions: add tool buttons
Gadget850 (talk | contribs)
List of functions: Advanced selections: update
Line 76:
|}
 
{| class="wikitable" style="text-align:center; width:80%"
|+ Advanced selections
|-
| colspan="4" |[[File:Enhanced toolbar- Advanced toolbar.png|Enhanced toolbar- Advanced toolbar|link=]]
|-
| [[File:VectorEnhanced toolbar- redirectHeading button.png|Enhanced toolbar- Heading button|link=]]
| Heading
| [[File:Enhanced toolbar- Heading toolbar.png|Enhanced toolbar- Heading toolbar|link=]]
|-
| [[File:Vector toolbar smallbulleted textlist button.png|Bulleted list|link=]]
| Bulleted list
| <code><nowiki><small>abc</small>* Bulleted list item</nowiki></code>
<nowiki>|- </nowiki><br />
* Bulleted list item
|-
| [[File:Vector toolbar numbered list button.png|Numbered list|link=]]
| Numbered list
| <code><nowiki>#REDIRECT [[abc]]Numbered list item</nowiki></code>
<nowiki>|- </nowiki><br />
# Numbered list item
|-
|[[File:Vector toolbar no wiki formatting button.png|Ignore wiki formatting|link=]]
|Ignore wiki formatting
|<code><nowiki><nowiki>abcInsert '''[[Boldnon-formatted text]]''' here</nowiki></nowiki></code>
|<nowiki>abcInsert '''[[Boldnon-formatted text]]''' here</nowiki>
|-
| [[File:Vector toolbar redirect button.png|link=]]
| Automatically [[Wikipedia:Redirect|redirect]] to another page
| <code><nowiki>#REDIRECT [[abc]]</nowiki></code>
| <span class="plainlinks">[{{fullurl:Acidic|redirect=no}} Preview a redirect page]</span>
|-
| [[File:Vector toolbar insert new line button.png|link=]]
| Standard lineLine break
| <code><nowiki>text before<br />abc</nowiki></code>
| text before<br />abc
|-
| [[File:Vector toolbar big text button.png|link=]]
| SmallerBig text
| <code><nowiki><big>Big text</gallerybig></nowiki></code>
| <big>Big text</big>
|-
| [[File:Vector toolbar small text button.png|link=]]
| Small text
| <code><nowiki>|}<small>Small text</small></nowiki></code>
| other text<small>abcSmall text</small>
|-
| [[File:Vector toolbar superscript button.png|link=]]
| Superscript (math: [[index notation]])
| <code><nowiki><sup>abcSuperscript text</sup></nowiki></code>
| other text<sup>abcSuperscript text</sup>
|-
| [[File:Vector toolbar subscript button.png|link=]]
| Subscript (chemical formulas)
| <code><nowiki><sub>abcSubscript text</sub></nowiki></code>
| other text<sub>abcSubscript text</sub>
 
|-
| [[File:Vector toolbar small text button.png|link=]]
| Smaller text
| <code><nowiki><small>abc</small></nowiki></code>
| other text<small>abc</small>
|-
| [[File:Vector toolbar insert imagepicture gallery button.png|link=]]
| [[Help:Images and other uploaded files#Gallery tag, category, table of images|Picture gallery]]
| style="text-align: left;" | <code><poem><nowiki><gallery>
| <code><br />
Example.jpg|Caption1
<nowiki><gallery></nowiki><br />
Example.jpg|Caption2
<nowiki>File:Abc.jpg</nowiki><br />
<nowiki/gallery>File:Example.jpg</nowiki><br /poem></code>
<nowiki></gallery></nowiki></code>
| <gallery>
File:Example.jpg|Caption1
Example.jpg|Caption2
</gallery>
 
|-
| [[File:Vector toolbar insert table button.png|link=]]
| [[Help:Table|Insert tableTable]]
| <code><poem><nowiki>{| class="wikitable"</nowiki><br />border="1"
|-
<nowiki>! Name !! Description</nowiki><br />
! header 1
<nowiki>|-</nowiki><br />
! header 2
<nowiki>| [[Widget]] || ''Great'' thing</nowiki><br />
! header 3
<nowiki>|-</nowiki><br />
|-
<nowiki>| [[Gadget]] || Even '''better'''</nowiki><br />
| row 1, cell 1
<nowiki>|}</nowiki></code>
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
</nowiki></poem></code>
|
{| class="wikitable" border="1"
! Name !! Description
|-
! header 1
| [[Widget]] || ''Great''&nbsp;thing
! header 2
! header 3
|-
| row 1, cell 1
| [[Gadget]] || Even&nbsp;'''better'''
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
 
|-
| [[File:Vector toolbar redirect button.png|link=]]
| 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>
|}