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 === | ||
This page contains an overview of code elements that can be used to style content within the wiki.
'''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
Usage:
{{alert|This is your message|alert-danger}}
Examples
Usage: {{tip|Something|This is the tooltip!}}
or {{tip|[[A Link]]|This is the tooltip!}}
Examples
Something