Difference between revisions of "CategoryBrowser"
From SWGANH Wiki
(→Test Heading1) |
|||
Line 20: | Line 20: | ||
<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Planetary Map</categorytree> | <categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Planetary Map</categorytree> | ||
|} | |} | ||
+ | |||
+ | |||
+ | <source lang="php"> | ||
+ | <?php | ||
+ | v = "string"; // sample initialization | ||
+ | ?> | ||
+ | html text | ||
+ | <? | ||
+ | echo v; // end of php code | ||
+ | ?> | ||
+ | </source> |
Revision as of 11:26, 15 August 2007
Wiki - Category Browser
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Test Heading1
|
Test Heading2 |
<source lang="php">
<?php
v = "string"; // sample initialization
?> html text <?
echo v; // end of php code
?>
</source>