User:BZPN/sandbox2: Difference between revisions

From TestWiki
Content added Content deleted
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
{{Infobox
{{ombox
|type = notice
| title = '''Example article'''
| image = [[File:Add more text icon.svg|100px]]
|image = [[Image:Twemoji 1f527.svg|40x40px|alt=|link=]]
| caption = ''This is a test article for experimenting with Wikipedia features.''</br>
|text = '''This help page is TestWiki how-to guide.'''</br>
It details processes or procedures of some aspect(s) of TestWiki's norms and practices. It is not one of [[TestWiki:Policies|TestWikis's policies or guidelines]], and may reflect varying levels of [[WP:Consensus|consensus]] and vetting.
<small>'''Please clean up after yourself once testing is complete.'''</small>
}}
}}
'''Example Article''' is a demonstration page created for testing various features and functionalities on Wikipedia. This test article serves as a sandbox for experimenting with various Wikipedia features and functionalities. Feel free to edit and contribute to this page for testing purposes<ref>Example reference</ref>.
== Formatting Text ==

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

{| class="wikitable"
|-
! 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'''''
|-
| Strikethrough text
| <nowiki><s>Strikethrough text</s></nowiki>
| <s>Strikethrough text</s>
|-
| Underlined text
| <nowiki><u>Underlined text</u></nowiki>
| <u>Underlined text</u>
|-
| Superscript text
| <nowiki><sup>Superscript text</sup></nowiki>
| <sup>Superscript text</sup>
|-
| Subscript text
| <nowiki><sub>Subscript text</sub></nowiki>
| <sub>Subscript text</sub>
|-
| Colored text
| <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 help organize content into sections. They can be created using equal signs (=). For example:

=== Subheading ===

==== Subsubheading ====

== Images ==

[[File:Sebs example image.jpg|thumb|left|200px|This is a test image for the test article.]]

Images can be added to Wikipedia articles to provide visual context or illustrate key points<ref>Example reference</ref>.
== Tables ==

Tables are a useful way to organize and present data in a structured format. To create a table in a Wikipedia article, follow these steps:

* Start the table with the opening tag <code>{|</code>.

* Define the structure of the table by adding rows and columns using the following format:

{| class="wikitable"
|-
! Header 1
! Header 2
|-
| Row 1, Column 1
| Row 1, Column 2
|-
| Row 2, Column 1
| Row 2, Column 2
|}

* Customize the appearance of the table by adding attributes to the opening tag, such as <code>class="wikitable"</code> for a standard table or <code>style="border: 1px solid black;"</code> to add a border.

* Add content to the cells by inserting text or other elements between the table row and column tags <code>(|</code> and <code>|-)</code>.

* Close the table with the closing tag <code>|}</code>.

'''Here's an example of a simple table:'''

{| class="wikitable"
|-
! Fruit
! Quantity
|-
| Apple
| 3
|-
| Banana
| 5
|-
| Orange
| 4
|}
== Templates ==

Templates are a powerful feature of Wikipedia that allows for the inclusion of reusable content in articles. They can be used for various purposes, such as displaying information boxes, navigation bars, or citation templates. To use a template, simply insert its name surrounded by double curly brackets. For example, to include a citation template, use <code>{{Template}}</code>.

== See also ==
* [[Sandbox]]
* [[Template:Example|Example template]]

== Referneces ==
<references/>

[[Category:Test pages]]

Revision as of 20:16, 28 March 2024