Best Practices
Jump to navigation
Jump to search
This page covers the simplest way to do different things on the Wiki, or why we use one method over another.
Collapsible table
Below you will find the code required to make a basic table with helpful descriptions informing you what the code on each line does:
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" The "{|" is required to start a table. The next two pieces of code in quotes make the table collapsible and left justify the text.
The "|}" closes the table
! Header of table. This is always visible.
|- The code in this line generates a new row. You can modify the text of the row by using html code.
|Text for the row generated by the previous row goes here.
|}
Alignment
blah
Foundations/Solutions
blah