Wiki Code Cookbook: Difference between revisions

From Portland NET Wiki
Line 7: Line 7:


NETwiki standard: "Essential" should be a single line table in "firebrick" red, spanning 25% of the page.  
NETwiki standard: "Essential" should be a single line table in "firebrick" red, spanning 25% of the page.  
{|class="wikitable" style="width: 25%; "
|+
| style="background: firebrick; color: white" |'''Section Importance: Essential'''
|}
{| class="wikitable" style="width: 25%;
|+
|style="background: gold; color: black"|'''Section Importance: Supplemental'''
|}


<pre>
<pre>
Line 15: Line 25:
</pre>
</pre>


{|class="wikitable" style="width: 25%; "
<pre>
{| class="wikitable" style="width: 25%;  
|+
|+
| style="background: firebrick; color: white" |'''Section Importance: Essential'''
|style="background: gold; color: black"|'''Section Importance: Supplemental'''
|}
|}
</pre>