Open main menu

CDOT Wiki β

Changes

Sandbox

763 bytes added, 20:54, 18 August 2019
Admonitions
Foo bar baz
TESTING == Another subheading Code Blocks == Including a <code>command or filepath</code> in a block of text. A block of code: <!-- Indent each line one space -->  #!/bin/bash for X in {1..10} do '''echo $X''' # Note that you can still use attributes such as bold in a code block done <code>rpm -q ''packagename''</code>
== Regular Tables ==
== Table example: Calendar ==
{|border="1" cellspacing="0" cellpadding="3" width="80em100%" rowheight="4em"
|-
!colspan="7"|May 2010
|-
!width="15%"|Su!!width="14%"|Mo!!width="14%"|Tu!!width="14%"|We!!width="14%"|Th!!width="14%"|Fr!!width="15%"|Sa
|-
|height="100px"| || || || || || || 1
|-
|height="100px"| 2|| 3|| 4|| 5|| 6|| 7|| 8
|-
|height="100px"| 9||10||11||12||13||14||15
|-
|height="100px"|16||17||18||19||20||21||22
|-
|height="100px"|23||24- Victoria Day||25||26||27||28||29
|-
|height="100px"|30||31|| || || || ||
|}
|}
 
== Strikout ==
 
Testing <s>Testing</s>
== Admonitions ==
 
See [[:Category:Admonition templates]]
{{Admon/note | Please take note! | This is how you provide a general note to the user.}}
{{Admon/caution | Caution! | This is how you provide a caution note to the user. Note that the symbols looks more like "Never!" than "Caution!".}}
{{Admon/important | Important/warning! | This is how you provide a important note or warning to the user.}}
{{Admon/tip | Tip: | Brilliant piece of advice.}} {{Admon/lab | Lab Information | Information about the lab context.}} {{Admon/obsolete |[[Pidora]]}} {{Admon/obsolete}}
== Draft Status ==
 
{{Draft}}