Both sides previous revisionPrevious revisionNext revision | Previous revision |
documentation:website:markup [2025/02/19 15:42] – [Tables] Marcus Persson | documentation:website:markup [2025/02/19 15:46] (current) – [Mailinglist] Marcus Persson |
---|
* ''[li]'' list item | * ''[li]'' list item |
* ''[center]'' centered text | * ''[center]'' centered text |
* ''[hl]'' highlighted text (doesn't work) | * ''[hl]'' highlighted text |
* ''[small]'' small text | * ''[small]'' small text |
* ''[box]'' renders content inside a box | * ''[box]'' renders content inside a box |
| |
===== Videos ===== | ===== Videos ===== |
<code>[video=https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4]</code> | <code> |
| [video=https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4] |
| [video=https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4 thumbnail=https://sd.svcover.nl/Logos/Cover/cover_logo.jpg] |
| </code> |
| |
===== YouTube ===== | ===== YouTube ===== |
| |
===== Mailinglist ===== | ===== Mailinglist ===== |
<code>[mailinglist]14[/mailinglist]</code> | <code>[mailinglist=14]</code> |
Includes a subscribe button for a mailinglist by ID. | Includes a subscribe button for a mailinglist by ID. |
| |
The //label// parameter is optional, but recommended for SEO and accessibility reasons. The //icon// parameter value can be taken from the fontawesome cheatsheet, which can be found here: https://fontawesome.com/v4/cheatsheet/. Please note that not all of these icons will work, since we are using a slightly older version of the font than the one in the v4 cheatsheet. | The //label// parameter is optional, but recommended for SEO and accessibility reasons. The //icon// parameter value can be taken from the fontawesome cheatsheet, which can be found here: https://fontawesome.com/v4/cheatsheet/. Please note that not all of these icons will work, since we are using a slightly older version of the font than the one in the v4 cheatsheet. |
==== Weird stuff ==== | ==== Weird stuff ==== |
* ''<nowiki>[[commissie(AC/DCee)]]</nowiki>'' renders link to committee | * ''<nowiki>[[ committee(AC/DCee) ]]</nowiki>'' renders link to committee |
* ''[quote=Martijn]Hello![/quote]'' renders a quote (badly), name optional | * ''[quote=Martijn]Hello![/quote]'' renders a quote (badly), name optional |
* ''[code]hello_world()[/code]'' renders code (badly) | * ''[code]hello_world()[/code]'' renders code (badly) |
* ''[prive]this is a comment[/prive]'' does not render contents (for commments) | * ''[prive]this is a comment[/prive]'' does not render contents (for commments) |