User:Johan G/Sandbox

From FlightGear wiki
< User:Johan G
Revision as of 01:06, 14 December 2014 by Johan G (talk | contribs) (Testing tinting syntax highlighting examples)
Jump to navigation Jump to search

On the ground in front of you are a wooden frame filled with sand. In the sand is a small bucket and a small garden shovel.

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
 <!-- Contents -->
</PropertyList>

Bad way:

<PropertyList>
 <!-- Contents -->
</PropertyList>

And good way:

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
 <!-- Contents -->
</PropertyList>