User:BZPN/sandbox2: Difference between revisions

Content added Content deleted
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 8: Line 8:
== Formatting Text ==
== Formatting Text ==


You can apply different formatting styles to text in Wikipedia articles. For example:
You can apply different formatting styles to text in Wikipedia articles.


{| class="wikitable"
* ''Italic text''
|-
* '''Bold text'''
! Formatting
! Usage
! Effect
|-
| ''Italic text''
| <nowiki>''Italic text''</nowiki>
| ''Italic text''
|-
| '''Bold text'''
| <nowiki>'''Bold text'''</nowiki>
| '''Bold text'''
|-
| '''''Bold italic text'''''
| <nowiki>'''''Bold italic text'''''</nowiki>
| '''''Bold italic text'''''
|-
| <s>Strikethrough text</s>
| <nowiki><s>Strikethrough text</s></nowiki>
| <s>Strikethrough text</s>
|-
| <u>Underlined text</u>
| <nowiki><u>Underlined text</u></nowiki>
| <u>Underlined text</u>
|-
| <sup>Superscript text</sup>
| <nowiki><sup>Superscript text</sup></nowiki>
| <sup>Superscript text</sup>
|-
| <sub>Subscript text</sub>
| <nowiki><sub>Subscript text</sub></nowiki>
| <sub>Subscript text</sub>
|-
| <span style="color:red;">Colored text</span>
| <nowiki><span style="color:red;">Colored text</span></nowiki>
| <span style="color:red;">Colored text</span>
|}

''Note: The <code><nowiki></code> tags are used to display the wiki markup in the table. They are not necessary when actually applying the formatting in a Wikipedia article.''


== Headings ==
== Headings ==