Line 1: Line 1:
 +
This page contains an overview of code elements that can be used to style content within the wiki.
 +
=== Basic Design Elements ===
 +
<code><nowiki>'''Bold text'''</nowiki></code>
 +
'''Bold text'''
 +
 +
<code><nowiki>''Italic text''</nowiki></code>
 +
''Italic text''
 +
 +
<code><nowiki>[[Link to internal page]]</nowiki></code>
 +
[[Link to internal page]]
 +
 +
<code><nowiki>[http://www.google.com Link to external site]</nowiki></code>
 +
[http://www.google.com Link to external site]
 +
 
=== Optional Design elements ===
 
=== Optional Design elements ===
  

Revision as of 15:38, 31 October 2012

This page contains an overview of code elements that can be used to style content within the wiki.

Basic Design Elements

'''Bold text''' Bold text

''Italic text'' Italic text

[[Link to internal page]] Link to internal page

[http://www.google.com Link to external site] Link to external site

Optional Design elements

Alert Messages

Usage: {{alert|This is your message|alert-danger}}

Examples

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)

Tooltips

Usage: {{tip|Something|This is the tooltip!}} or {{tip|[[A Link]]|This is the tooltip!}}

Examples

Something

A Link

Popovers