User:BZPN/sandbox2: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 5:
<small>'''Please clean up after yourself once testing is complete.'''</small>
}}
'''Test 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 ==
 
Line 26:
 
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:
 
1. Start the table with the opening tag {|.
 
2. 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
|}
 
3. Customize the appearance of the table by adding attributes to the opening tag, such as class="wikitable" for a standard table or style="border: 1px solid black;" to add a border.
 
4. Add content to the cells by inserting text or other elements between the table row and column tags (| and |-).
 
5. Close the table with the closing tag |}.
 
Here's an example of a simple table:
 
{| class="wikitable"
|-
! Fruit
! Quantity
|-
| Apple
| 3
|-
| Banana
| 5
|-
| Orange
| 4
|}
 
== Referneces ==