Sample page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
__TOC__ | __TOC__ | ||
=General formatting = | =General formatting = | ||
| Line 33: | Line 28: | ||
<code>Source code</code> -> used for code examples, | <code>Source code</code> -> used for code examples, on many pages pre (blue box) is used for code which should be replaced | ||
| Line 54: | Line 49: | ||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Warning | <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Warning used to point at information which is critical | ||
<div class="warning">{{#fas:exclamation-triangle}} Format of an important warning</div> | <div class="warning">{{#fas:exclamation-triangle}} Format of an important warning</div> | ||
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Tip | <span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Tip used for additional functions, references etc. | ||
<span style="color:#007bff;“ >{{#far:question-circle}} </span> | <span style="color:#007bff;“ >{{#far:question-circle}} </span> used for reference to the context help | ||
{{#fas:cog}} reference to the settings menu left | {{#fas:cog}} used for reference to the settings menu left | ||
<nowiki>no [[wiki]] ''markup''</nowiki> | <nowiki>no [[wiki]] ''markup''</nowiki> used for content which should not show in wiki format i.e. links which should not be clickable. | ||
Horizontal line Text before | Horizontal line Text before used on the news to separate the news (first before a line is shown in the news module on the Dashboard) | ||
---- | ---- | ||
Text after | Text after | ||
<span style="color: red">Inline style </span> | <span style="color: red">Inline style </span> used to apply individual css - only for temporary special formatting on the start pages. For other formats classes should be created. | ||
=Collapsible Elements= | =Collapsible Elements= | ||
Used for | Used for FAQ, Examples | ||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
| Line 126: | Line 121: | ||
| $1.90 | | $1.90 | ||
|} | |} | ||
=All Pages and categories= | |||
https://wiki.beds24.com/index.php/Special:AllPages | |||
https://wiki.beds24.com/index.php/Special:Categories | |||
=CSS = | =CSS = | ||