458
edits
As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com. |
Changes
no edit summary
When editing the ChipWhisperer wiki, there is a few things that you have to keep in mind. This page covers many of these things.
== Things not to do 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.
<pre>== Title of the highest level colored section ==
Some awesome content of this higher level
</pre>
== Collapsible Sections ==
* If you plan on including a page as a collapsible section use <code><h4></code> This will render a slightly darker colored section that is contained within the larger colored section.
* <code><h3></code> is not left out, it is used for the header that is displayed as the collapsible section's header.
All tutorials include the tutorials info box at the end of the page using
<pre>== Links ==
{{Template:Hardware}}
</pre>
To add a warning/caution box within you content use <pre>{{Warningbox|Approach this with caution}}</pre>
which will render as: