Sandbox

From Remeis-Wiki
Revision as of 17:17, 11 April 2018 by Weber (talk | contribs)
Jump to navigation Jump to search

This is the Remeis-Wiki sandbox and quick editing guide. Feel free to play around here or to add/modify examples.

Formatting text

Line breaks:

 <br />

Code blocks:

 <code>function(record) { record.save(); }</code>
would result in function(record) { record.save(); }

Box around text:

 ␣␣ (two spaces)
would result in, e.g., this box

Lists

Bullets:

 * level 1 item
 * another level 1 item
 ** level 2 item
  • level 1 item
  • another level 1 item
    • level 2 item

Links

How to insert internal links:

 [[Name_of_the_page]]
 [[Name_of_the_page|Label]]


How to insert external links:

 [URL]
 [URL Label]

Media

How to insert images:

 [[File:image.jpg]]
 [[File:image.jpg|560px|Caption]]

Using references

Using this superscripted numbers you probably know from wikipedia:

 As discovered by Mr. Awesome<ref>Super Awesome, ''How I discovered something super awesome'', Journal for awesome discoveries</ref> the world in an amazing place.

Will result in:

 As discovered by Mr. Awesome[1]

With the superscript referring to the list at the end of the page.


References

  1. Awesome, Super, How I discovered something super awesome, Journal for awesome discoveries