Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Test"
From NetSec
Line 16: | Line 16: | ||
=== Boxes === | === Boxes === | ||
+ | |||
+ | === Protip === | ||
+ | <nowiki>{{Protip| Your text here}}</nowiki> | ||
+ | |||
+ | {{Protip| Your text here}} | ||
+ | |||
==== Info ==== | ==== Info ==== |
Revision as of 17:16, 25 November 2011
Contents
Test Page
Common Templates
Quote
{{Quote|do your homework|hatter}}
hatter says |
---|
do your homework |
Cleanup
{{cleanup}}>>
Boxes
Protip
{{Protip| Your text here}}
Protip: Your text here
Info
{{Info|Testing Info}}
Testing Info |
Notice
{{Notice|Testing Notice}}
Notice: Testing Notice
Warning
{{Warning|Testing Warning}}
Testing Warning |
Key Combinations
{{Key|KEY}}
Example
Ctrl Alt Del
Code Highlighting
<syntaxhighlight lang="LANG"> <syntaxhighlight lang="php"> /*
* Your code here * */
</syntaxhighlight> </syntaxhighlight>
Example
<syntaxhighlight lang="php"> <?php
$v = "string"; // sample initialization echo $v; // end of php code
?> </syntaxhighlight>
Wikitable
<syntaxhighlight lang="html4strict"> <tab class=wikitable sep=comma head=top> Head 1,Head 2,Head 3 Field 4,Field 5,Field 6 Field 7,Field 8,Field 9 </tab> </syntaxhighlight>
Example
<tab class=wikitable sep=comma head=top> Head 1,Head 2,Head 3 Field 4,Field 5,Field 6 Field 7,Field 8,Field 9 </tab>