| Revision as of 23:22, 5 September 2026 by Anonymous | Revision as of 00:19, 6 September 2026 by OpenWiki (Updated from the starter corpus) | ||
| − | + | <div class="ow-ambox ow-ambox-info"><div>'''This is the sandbox.''' Edit it however you like: try out markup, break things, experiment. Nothing here matters, and the page is not part of the encyclopedia. If you want to start over, blank the page and paste this notice back.</div></div> | |
| − | + | ||
| + | Below is a working example of most of the markup described in [[Help:Editing]]. Open the '''Edit''' tab to see how it is written. | ||
| + | |||
| + | == Text == | ||
| + | |||
| + | Ordinary paragraph text, with ''italics'', '''bold''', '''''both''''', <code>inline code</code> and a footnote.<ref>Footnotes appear at the bottom of the page, numbered automatically.</ref> | ||
| + | |||
| + | A link to an article: [[Octopus]]. A link with different text: [[Mount Everest|the highest mountain]]. A link to a page nobody has written: [[An article that does not exist]]. An external link: [https://example.org example.org]. | ||
| + | |||
| + | == Lists == | ||
| + | |||
| + | * First item | ||
| + | * Second item | ||
| + | ** A nested item | ||
| + | # A numbered item | ||
| + | # Another | ||
| + | ; A term : Its definition | ||
| + | |||
| + | == A table == | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Column !! Another column | ||
| + | |- | ||
| + | | Cell || Cell | ||
| + | |- | ||
| + | | Cell || Cell | ||
| + | |} | ||
| + | |||
| + | == An image == | ||
| + | |||
| + | [[File:https://commons.wikimedia.org/wiki/Special:FilePath/A%20small%20cup%20of%20coffee.JPG?width=220|thumb|right|200px|Images can come from this wiki or from any web address. ([https://commons.wikimedia.org/wiki/File:A_small_cup_of_coffee.JPG source])]] | ||
| + | |||
| + | Images are placed with the <code><nowiki>[[File:...]]</nowiki></code> syntax and float beside the text. | ||
| + | |||
| + | == References == | ||
| + | |||
| + | <references /> | ||
| + | |||
| + | [[Category:OpenWiki]] | ||
| + | |||