Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:custom_syntax [2025-09-28 17:49 UTC] – created starcat-wiki-root | wiki:custom_syntax [2025-09-30 16:01 UTC] (current) – [Keyboard] formatting thhsh | ||
---|---|---|---|
Line 7: | Line 7: | ||
==== Icons ==== | ==== Icons ==== | ||
- | You can insert icons (like <icon fa binoculars> | + | You can insert icons (like <icon fa binoculars> |
You can find a full list of available icons (currently FontAwesome v4) here: https:// | You can find a full list of available icons (currently FontAwesome v4) here: https:// | ||
+ | ==== Alerts ==== | ||
+ | You can insert alerts (aka admonitions) into pages like this: | ||
+ | |||
+ | FIXME make this a gist? --- //thhsh 2025-09-30 15:27// | ||
+ | < | ||
+ | |||
+ | < | ||
+ | <alert secondary> | ||
+ | <alert success> | ||
+ | <alert danger>A simple danger alert - check it out!</ | ||
+ | <alert warning> | ||
+ | <alert info>A simple info alert - check it out!</ | ||
+ | <alert light>A simple light alert - check it out!</ | ||
+ | <alert dark>A simple dark alert - check it out!</ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | <alert secondary> | ||
+ | <alert success> | ||
+ | <alert danger>A simple danger alert - check it out!</ | ||
+ | <alert warning> | ||
+ | <alert info>A simple info alert - check it out!</ | ||
+ | <alert light>A simple light alert - check it out!</ | ||
+ | <alert dark>A simple dark alert - check it out!</ | ||
===== nspages ===== | ===== nspages ===== | ||
The installed '' | The installed '' | ||
- | As a rule of thumb, for a section landing template where you may not (yet) have a full page, you can use this snippet to display the sub-pages and sub-namespaces (sections) within that section: FIXME [Add link to snippet here, so that it doesn' | + | As a rule of thumb, for a section landing template where you may not (yet) have a full page, you can use this snippet to display the sub-pages and sub-namespaces (sections) within that section: |
+ | |||
+ | < | ||
+ | |||
+ | <icon fa fire> **Tip:** Use the “lightning bolt” button in the editor toolbar | ||
It's recommended to add a horizontal rule above the '' | It's recommended to add a horizontal rule above the '' | ||
+ | |||
+ | ===== Keyboard ===== | ||
+ | To show keyboard buttons like < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | FIXME make this a gist? --- //thhsh 2025-09-30 16:01 UTC// | ||
+ | |||
+ | See the [[https:// | ||
+ | |||