Difference between revisions of "Sandbox"
m (1 revision) |
m |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Feel free to edit and trash this page as much as you like as long as you are learning how to use the wiki! | 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 == | == This is a main heading == | ||
Line 20: | Line 16: | ||
This is an internal link [[test]] and this is an [http://www.google.co.uk external link]. | This is an internal link [[test]] and this is an [http://www.google.co.uk external link]. | ||
− | So how do you do numbered footnotes<ref>[http://beebwiki. | + | So how do you do numbered footnotes<ref>[http://beebwiki.mdfs.net CIRCLE LINE - er i mean BACK HERE]</ref> |
Yay, they work! Thanks Jon. | Yay, they work! Thanks Jon. | ||
Line 41: | Line 37: | ||
<references/> | <references/> | ||
+ | |||
+ | === Source formatting === | ||
+ | An alternative for small bits of fixed data like this is to hold them in a string: | ||
+ | <syntaxhighlight lang="bbcbasic"> | ||
+ | DEF FNmon(mon%)=MID$("JanFebMarAprMayJunJulAugSepOctNovDec",mon%*3-2,3) | ||
+ | </syntaxhighlight> | ||
=== Tables === | === Tables === | ||
Line 77: | Line 79: | ||
Inline code is automatically emboldened, e.g. <code>FOR i%=1 TO 10</code> | Inline code is automatically emboldened, e.g. <code>FOR i%=1 TO 10</code> | ||
+ | |||
+ | ==References== | ||
+ | This is how to do the references list | ||
+ | <references/> |
Latest revision as of 11:44, 3 December 2016
Feel free to edit and trash this page as much as you like as long as you are learning how to use the wiki!
Contents
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.
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:
DEF FNmon(mon%)=MID$("JanFebMarAprMayJunJulAugSepOctNovDec",mon%*3-2,3)
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 is here: Template:H:title <<< No it's not (or is it)?!
Inline code is automatically emboldened, e.g. FOR i%=1 TO 10
References
This is how to do the references list