Changes

Jump to: navigation, search

Sandbox

1,032 bytes added, 12:43, 10 September 2016
no edit summary
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 ==
|colspan="2"|Row 3 - Spanning both columns
|}
 
== Table example: Calendar ==
 
{|border="1" cellspacing="0" cellpadding="3" width="100%" 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/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}}

Navigation menu