Line 16: Line 16:
 
== Alert Messages ==
 
== Alert Messages ==
 
<source>
 
<source>
{{alert|Message you want to say|alert-danger}}
+
<?php
 +
echo 'Testing';
 +
?>
 
</source>
 
</source>
 
{{alert|This is an alert message! (alert-danger)|alert-danger}}
 
{{alert|This is an alert message! (alert-danger)|alert-danger}}

Revision as of 18:41, 29 October 2012

This is a section

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.


Getting started

Optional Design elements

Alert Messages

<source> <?php echo 'Testing'; ?> </source>

Warning: This is an alert message! (alert-danger)
Caution: This is an alert message! (alert-warning)
Green Infrastructure: This is an alert message! (alert-success)
Information: This is an alert message! (alert-info)