Changes

Style Guide

702 bytes added, 19:26, 1 May 2018
no edit summary
* If you plan on including a page as a collapsible section use <code>&lt;h4&gt;</code> This will render a slightly darker colored section that is contained within the larger colored section.
* <code>&lt;h3&gt;</code> is not left out, it is used for the header that is displayed as the collapsible section's header.
=== Related links at the end of the page ===
All tutorials include the tutorials info box at the end of the page using
<pre>== Links ==
{{Template:Tutorials}}
</pre>
All target pages include the target info box at the end of the page using
<pre>== Hardware ==
{{Template:Hardware}}
</pre>
=== Alert boxes ===
To add a warning/caution box within you content use <pre>{{Warningbox|Approach this with caution}}</pre>
which will render as:
{{Warningbox|Approach this with caution}}
A green/info box is also available, to add this use <pre>{{Greenbox|A quick note for something that is important to read/do}}</pre>
this will render as:
{{Greenbox|A quick note for something that is important to read/do}}