458
edits
Changes
no edit summary
When editing the ChipWhisperer wiki, there is a few things are some general guidelines that you have to keep in mindshould be followed. This page covers many most of these thingsguidelines. {{TOC|limit=3}}
== Heading Organization ==
* Do not use <code><h1></code> tags, this includes the mediawiki syntax <code> = H1 Title = </code> because this should be reserved for the title of the page.
* Use <code><h2></code> tags for the main groupings as these will be rendered as the highest level color sections.
{{Greenbox|Use h2 - h6 as you would normally and usually the styling will look just fine. Only when using collapsible sections is it important to read [[:Style Guide#Collapsible Sections|Collapsible Sections]]}}
<pre>== Title of the highest level colored section ==
Some awesome content of this higher level
</pre>
will render as:
{{CollapsibleSection
|intro = === Collapsible Section ===
|content= Style Guide/Example Collapsible Section}}
== Including Related links at the end of the page Links ==
All tutorials include the tutorials info box at the end of the page using
<pre>== Links ==
this will render as:
{{Greenbox|A quick note for something that is important to read/do}}
== Info Boxes ==
Target should include an info box on top right side of the page. See [[CW308T-MSP430FR5]] for an example.