Playground

From Electriki
Revision as of 01:08, 2 January 2009 by Michai (talk | contribs) (New page: __NOEDITSECTION__ category:projects To start with: if you're editing a page for one of your electronics-projects, it might be a good idea to start your page with...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


To start with: if you're editing a page for one of your, it might be a good idea to start your page with...

__NOEDITSECTION__
[[category:projects]]

...to prevent layout with many pictures in a row from being messed up ('[edit]'-links in weird places), and to add your page to the-list.


By the way,...

  • that block of preformatted text above was done by writing its contents between "<pre>...</pre>" tags.
  • to prevent the wiki from interpreting markup, you can put text in between "<nowiki>..."</nowiki> tags (just like all the examples in this paragraph :-)
  • you can make a bullet-list like this one by putting a '* ' at the start of a line
  • you can make text 'stand out' (like this paragraph) by enclosing it in "<blockquote>...</blockquote>" tags.

This is a markup-test/-playground page - feel free to try out wiki-markup stuff right here!. For more info about markup, see the help-page on markup/formatting. Have fun!

so this is the 1st section on the top-level...

...well, almost top-level. Please enclose outermost section-titles in "== ... ==" markers. Use more '=' signs to nest sections. Using a single '=' (e.g. "= My Section-title =" is considered bad practice because it displays the section and page title in the same font.

...and this is a subsection of the previous section

(note the nesting)

this is another section, again on the top-level

You could put some italic (using ''the text'' markup, i.e. 2 single quotes) or bold text (using '''the text''' markup, i.e. 3 single quotes) here, I guess.