Difference between revisions of "Playground"

From Electriki
Jump to navigationJump to search
Line 12: Line 12:
 
</pre>
 
</pre>
  
...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 [[Category:Projects]]-list.
+
...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 [[:Category:Projects]]-list.
  
 
<blockquote>
 
<blockquote>

Revision as of 01:24, 2 January 2009


[ Welcome to the markup-test/-playground page - feel free to try out wiki-markup stuff right here!. This is only a QuickStart; for more info about markup, see the help-page on markup/formatting. Have fun! ]


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 Category:Projects-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.

Here 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 here is a subsection of the previous section

(note the nesting)

Here 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.


(Use 2 empty lines in your markup to create 1 empty line on the screen.)


This text is above a horizontal marker...


...and this text is below it. Insert a marker using '----'. Please note that you should probably use sections to make logical separations in your text, though.