No edit summary |
(wikified) |
||
Line 1: | Line 1: | ||
{{Wordy html | |||
|tag=php | |||
|example=[php]<?php echo "Hello world!"; ?>[/php] | |||
|description=The <tt>php</tt> tag colors text with php syntax. This is a block level tag, however no tags can be placed inside as they will all be formatted according to php syntax. | |||
|result=<span class="phpcode"><span style="color: #000000"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"Hello world!"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span></span></span> | |||
}} | |||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] |