Sandbox

From BeebWiki
Revision as of 14:40, 11 October 2016 by Jgharston (talk | contribs)
Jump to: navigation, search

Feel free to edit and trash this page as much as you like as long as you are learning how to use the wiki!

This is a main heading

With some bold and italic text.

I am a sub-heading

  • This
  • Is
  • An
  • Unordered
  • List

I am a sub-sub-heading

This is an internal link test and this is an external link.

So how do you do numbered footnotes[1]

Yay, they work! Thanks Jon.

File:Test.png

The Wikistrator is available for maintenance and housekeeping tasks let me know here if any admin type things need to be done.

Could we please have Cite.php installed, Jon? It'd help with administering references. :) -- beardo 20:32, 10 September 2007 (BST)
Certainly. Cite is now available. [2] Jon Ripley 11:43, 11 September 2007 (BST)

Please help BeebWiki by expanding stubs and filling in wanted pages.

I can't upload a file, it says "Internal error, The upload directory (public) is not writable by the webserver." Please can you fix? -- beardo 18:23, 23 July 2009 (UTC)

Fixed. Image uploads are now back up and running. Jon Ripley 16:19, 27 July 2009 (UTC)
Thanks again Jon. – beardo 00:54, 29 July 2009 (UTC)

Notes

Source formatting

An alternative for small bits of fixed data like this is to hold them in a string: code format="bb4w"

     DEF FNmon(mon%)=MID$("JanFebMarAprMayJunJulAugSepOctNovDec",mon%*3-2,3)

code

Tables

hello here is a table:

Row Data1 Data2
Row1 Data for row 1 More data for row 1
Row2 Data for row 2 More data for row 2
Row3 Data for row 3 More data for row 3
Row4 Data for row 4 More data for row 4

Numbers:
1
2
3

Template:H:title


template is here: Template:H:title <<< No it's not (or is it)?!

Inline code is automatically emboldened, e.g. FOR i%=1 TO 10