--
Wikitext supports syntax colouring, although LB isn't on the list of languages. The closest is QBASIC, which you can use if you want to.
[[code format="qbasic"]]
10PRINT"Hello World!"20PRINT"Hello again"30GOTO4040PRINT""50PRINT"Goodbye from down here"60END
Box made as single element table. How does this work? New line.
Adding Images
To display the image 'as is' on its own line,
use image:fairy.jpg enclosed in the double bracket tags. The file size of this fairy.jpg image is 55 pixels x 88 pixels.
To display the image in a different width and height, include those dimensions within the image brackets.
This comes from the same loaded fairy.jpg image, but it has been given a width of 27 pixels and a height of 44 pixels.
Again, the same loaded image file, but with a width defined at 110 pixels and a height defined as 176 pixels.
An image can be part of a line of text.
What happens when a 5-year-old loses a baby tooth?
The USA custom: In the middle of the night, the finds the lost tooth under the pillow and replaces it with a shiney quarter.
In other countries, the prize may be something other than a quarter.
You can ""float"" the image to the left by using the table (double pipes) markup tags and including align="left" within the image double brackets.
The USA custom: In the middle of the night, the tooth fairy finds the lost tooth under the pillow and replaces it with a shiney quarter. In other countries, the prize may be something other than a quarter.
To float the image to the right, use align="right"
The USA custom: In the middle of the night, the tooth fairy finds the lost tooth under the pillow and replaces it with a shiney quarter. In other countries, the prize may be something other than a quarter.
To Upload an image, click the Images hyperlink in any page opened in EDIT MODE, or go to Manage Space and click on LIST AND UPLOAD FILES.
WikiText Markup
Testing Code box
I'll try to upload a file
Okay lets see if I succeeded
Okay looks good
heading 1
heading 2
heading 3
- numbered
bolditalics
underline
Monospaced Font
URL http://some.url
Email help@wikispaces.org
Horizontal Line
Use the Preview Button or the Save Button to see the results.
-
-
a ha.. to post code can use 2 square open brackets, the word 'code', then 2 square closing brackets, then the same again after the code..
~
~~
-
-
--
Wikitext supports syntax colouring, although LB isn't on the list of languages. The closest is QBASIC, which you can use if you want to.
[[code format="qbasic"]]
[[code]]
Did QBASIC have an 'END' command? Hmmmm...
-
Link Test
Adding Images
To display the image 'as is' on its own line,
use image:fairy.jpg enclosed in the double bracket tags. The file size of this fairy.jpg image is 55 pixels x 88 pixels.
To display the image in a different width and height, include those dimensions within the image brackets.
This comes from the same loaded fairy.jpg image, but it has been given a width of 27 pixels and a height of 44 pixels.
Again, the same loaded image file, but with a width defined at 110 pixels and a height defined as 176 pixels.
An image can be part of a line of text.
What happens when a 5-year-old loses a baby tooth?
The USA custom: In the middle of the night, the
In other countries, the prize may be something other than a quarter.
You can ""float"" the image to the left by using the table (double pipes) markup tags and including align="left" within the image double brackets.
To float the image to the right, use align="right"
To Upload an image, click the Images hyperlink in any page opened in EDIT MODE, or go to Manage Space and click on LIST AND UPLOAD FILES.
-
Download my Game
That was easy!
LB: background-color: #DDDDBB
For/Next loop.