User:Shanecrowley/sandbox
Note
This is a personal sandbox page used to try out and test various wiki markup features, such as comments, citations, math and chemistry formulas, tabs, code blocks, and tables. It does not contain real content.
This is a personal sandbox page used to try out and test various wiki markup features, such as comments, citations, math and chemistry formulas, tabs, code blocks, and tables. It does not contain real content.
This is a personal sandbox page for trying things out.
Testing comments
There is a comment below that can only be seen when editing.
Testing citations
This is a line with a citation [1].
This line uses the same reference [1] and another [2].
This is the reference list:
- ↑ 1.0 1.1 https://edibotopic.com
- ↑ User:Shanecrowley
Math and stuff
Trying tabs
Content 1
Content 2
Content 3
Copy button
def foo():
print("hello")
foo()
Trying tables
Basic table
| Row1 Cell1 | Row1 Cell2 |
| Row2 Cell1 | Row2 Cell2 |
Table with headers
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Sortable table
| Name | Value |
|---|---|
| Beta | 20 |
| Alpha | 10 |
| Gamma | 30 |
Table with colspan and rowspan
| Header A | Header B | Header C |
|---|---|---|
| Spans two rows | Cell | Cell |
| Spans two columns | ||
Styled table
| Column 1 | Column 2 |
|---|---|
| Centered | Red text |