Code Tags Printable Version

https://www.vaultwiki.org/demo/Code-Tags

This page has been seen 24,809 times.

    • Last updated by on
Testing code tags in wiki articles:
Code:
This is some code with a [b]tag[/b]

This is another line with a [nostate]tag[/nostate]

The final line


This is a PHP tag:
PHP Code:
 // php comment

if ($value == 1)
{
      
perform_function($value);


This is an HTML tag:
HTML Code:
<>bold text<b>

<i>Div text<d>