Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:playground [2022/11/29 10:19] – external edit (Unknown date) 127.0.0.1 | playground:playground [2024/01/30 09:47] (current) – [PlayGround] nates | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PlayGround ====== | ====== PlayGround ====== | ||
| + | |||
| + | Feel free to play around with this here. I've included some basic examples to help get you started. | ||
| + | |||
| + | Tap the EDIT button to see the formatting.. | ||
| + | |||
| + | ===== Bold, Italics, Underlines ===== | ||
| + | Using two of /, *, or _ on both sides of a bit of text will do the following: | ||
| + | * **BOLD** -> '' | ||
| + | * //ITALICS// -> '' | ||
| + | * __Underlined__ -> '' | ||
| + | |||
| + | ===== Links ===== | ||
| + | * [[: | ||
| + | * Side note: DokuWiki is configured to grab the " | ||
| + | |||
| + | ===== Large Wraps ===== | ||
| + | |||
| + | <WRAP center round info 90%> **Informational Wrap** </ | ||
| + | |||
| + | <WRAP center round help 90%> **Help Wrap** </ | ||
| + | |||
| + | <WRAP center round important 90%> **Important Wrap** </ | ||
| + | |||
| + | ===== Inline Wraps ===== | ||
| + | - <wrap info 90%> wrap INFO text </ | ||
| + | - <wrap help 90%> wrap HELP text </ | ||
| + | - <wrap important 90%> wrap IMPORTANT text </ | ||
| + | |||
| + | ===== Lists ===== | ||
| + | Dash list: | ||
| + | - Item (a) | ||
| + | - Item (b) | ||
| + | - Item (b.1) | ||
| + | - Item (b.2) | ||
| + | |||
| + | Star list: | ||
| + | * Item (a) | ||
| + | * Item (b) | ||
| + | * Item (b.a) | ||
| + | * Item (b.b) | ||
| + | * Item (b.c) | ||
| + | * Item C. | ||
| + | |||
| + | ===== Headers ===== | ||
| + | ====== 6x (='s) Top of Page ====== | ||
| + | ===== 5x (='s) Major Divisions ===== | ||
| + | ==== 4x (='s) Minor Divisions ==== | ||
| + | the 4x is the smallest header that shows up in the top right " | ||
| + | === 3x (='s) Sections === | ||
| + | == 2x (='s) Sub-sections == | ||
| + | |||
| + | < | ||
| + | ====== 6x (='s) Top of Page ====== | ||
| + | ===== 5x (='s) Major Divisions ===== | ||
| + | ==== 4x (='s) Minor Divisions ==== | ||
| + | === 3x (='s) Sections === | ||
| + | == 2x (='s) Sub-sections == | ||
| + | </ | ||
| + | |||
| + | ===== SKIP HIGHLIGHT ===== | ||
| + | Add two ' symbols before and after. | ||
| + | '' | ||
| + | ===== Hidden / Expandable Things ===== | ||
| + | https:// | ||
| + | |||
| + | ++++ Title to show | | ||
| + | And this is the text that is revealed! | ||
| + | ++++ | ||
| + | < | ||
| + | ++++ Title to show | | ||
| + | and this is the text that is revealed! | ||
| + | ++++ | ||
| + | </ | ||
| + | |||
| + | ==== Nested Folds Test ==== | ||
| + | ++++ Outer Fold | | ||
| + | The trick is to wrap the inner fold: | ||
| + | < | ||
| + | ++++ Inner Fold | | ||
| + | This is the content of the inner fold. | ||
| + | ++++ | ||
| + | </ | ||
| + | ++++ | ||
| + | |||
| + | < | ||
| + | ++++ Outer Fold | | ||
| + | The trick is to wrap the inner fold: | ||
| + | < | ||
| + | ++++ Inner Fold | | ||
| + | This is the content of the inner fold. | ||
| + | ++++ | ||
| + | </ | ||
| + | ++++ | ||
| + | </ | ||
| + | ====== Youtube Embeds ====== | ||
| + | |||
| + | {{youtube> | ||
| + | < | ||
| + | {{youtube> | ||
| + | </ | ||
| + | |||
| + | ===== HTML Embeds ===== | ||
| + | < | ||
| + | |||
| + | <iframe src=" | ||
| + | |||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <iframe src=" | ||
| + | </ | ||
| + | </ | ||