We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A small tutorial about writing Wikiportret code.
Wikiportret uses the Allman style. Wikiportret also has begin & end statements (PHP and HTML tags) indented on the same line.
Good:
<?php include 'header.php'; ?> <div id="content"> <h2>Dingen</h2> <?php if (!$dingen) { echo "Hallo!"; } ?> </div> <?php include 'footer.php'; ?>
Bad:
There was an error while loading. Please reload this page.