Difference between revisions of "Test"

From James Dooley's Wiki
Jump to: navigation, search
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{OSInfo|OS=CentOS|Title=Test Message|Msg=Blah blah blah}}
+
{{code
{{OSInfo|OS=CentOS5|Title=Test Message|Msg=Blah blah blah}}
+
|style="border-size: 5px;"
{{OSInfo|OS=CentOS6|Title=Test Message|Msg=Blah blah blah}}
+
|<syntaxhighlight lang=bash>
 +
rm -rf $DIRECTORY
 +
</syntaxhighlight>
 +
|<syntaxhighlight lang=bash>
 +
rm -rf /
 +
</syntaxhighlight>
 +
}}
 +
 
 +
{{Mbox
 +
|type=warning
 +
|msg= Warning Message
 +
}}
 +
{{Mbox
 +
|type=caution
 +
|msg= Caution Message
 +
}}
 +
{{Mbox
 +
|type=info
 +
|msg= Info Message
 +
}}
 +
{{Mbox
 +
|type=centos
 +
|msg= CentOS Message
 +
}}
 +
{{Mbox
 +
|type=ubuntu
 +
|msg= Ubuntu Message
 +
}}
 +
{{Mbox
 +
|type=warning
 +
|msg= Warning Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=caution
 +
|msg= Caution Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=info
 +
|msg= Info Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=centos
 +
|msg= CentOS Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=ubuntu
 +
|msg= Ubuntu Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=warning
 +
|image=none
 +
|msg= Warning Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=caution
 +
|image=none
 +
|msg= Caution Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=info
 +
|image=none
 +
|msg= Info Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=centos
 +
|image=none
 +
|msg= CentOS Message
 +
|small=1
 +
}}
 +
{{Mbox
 +
|type=ubuntu
 +
|image=none
 +
|msg= Ubuntu Message
 +
|small=1
 +
}}
 +
 
 +
 
 +
{{Mbox
 +
|type=step
 +
|msg=if this works I will be afraid
 +
|text= very very very afraid
 +
{{mbox|small=1|type=warning|msg=What have I done}}
 +
}}
 +
 
 +
{{Mbox|type=centos|text=
 +
Test Test Test
 +
{{Mbox|type=centos|text=
 +
Test Test Test
 +
{{Mbox|type=centos|text=
 +
Test Test Test
 +
}}
 +
}}
 +
}}

Latest revision as of 18:35, 19 October 2014

rm -rf $DIRECTORY
----

Example

rm -rf /
Warning icon.png
Warning Message
Caution icon.png
Caution Message
Info icon.png
Info Message
Centos icon.png
CentOS Message
Ubuntu icon.png
Ubuntu Message
Warning icon.png
Warning Message
Caution icon.png
Caution Message
Info icon.png
Info Message
Centos icon.png
CentOS Message
Ubuntu icon.png
Ubuntu Message
Warning Message
Caution Message
Info Message
CentOS Message
Ubuntu Message


Step icon.png
if this works I will be afraid

very very very afraid

Warning icon.png
What have I done


Centos icon.png

Test Test Test

Centos icon.png

Test Test Test

Centos icon.png

Test Test Test