Template:Note
From Research Computing Website
Code
{{Note |title= # [ Arbitrary text ] |icon-class= # [ FontAwesome class names ] |theme= # [ success|info|warning|danger|primary|secondary|light|dark|terminal ] |content= # [ Arbitrary wikitext ] }}
Example
{{Note |title=Success |icon-class=fas fa-home |theme=success |content=You have followed a link to a page that does not exist yet. To create the page, start typing in the box below (see the help page for more info). If you are here by mistake, click your browser's back button. }}
Result
Success
You have followed a link to a page that does not exist yet. To create the page, start typing in the box below (see the help page for more info). If you are here by mistake, click your browser's back button.
Creates colourful notes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Theme | theme | Color scheme
| Unknown | required |
Icon class | icon-class | FontAwesome class names
| Unknown | required |
Title | title | Note heading | Unknown | required |
Content | content | Note text | Unknown | required |