User:Pcardullo: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:TZBID]]
This is test!
This is test!


There are {{NUMBEROFARTICLES}} articles in this wiki.


FTP
FTP
Line 12: Line 14:
This is also a test:
This is also a test:


Code:
Source:
:<code>
<source lang="php">
<php?
<php?
print "I like turtles\n";
print "I like turtles\n";
?>
</source>


SyntaxHighlight:
<syntaxhighlight lang="php">
<php?
print "I like turtles\n";
?>
?>
 
</syntaxhighlight>
 
</code>
 
Not Code:
:I like turtles

Latest revision as of 16:11, 26 January 2015

This is test!

There are 22,148 articles in this wiki.

FTP

AAAAA

ACK

AFAIK

This is also a test:

Source: <source lang="php"> <php? print "I like turtles\n"; ?> </source>

SyntaxHighlight: <syntaxhighlight lang="php"> <php? print "I like turtles\n"; ?> </syntaxhighlight>