Difference between revisions of "Playground"

From Electriki
Jump to navigationJump to search
Line 5: Line 5:
  
  
To start with: if you're editing a page for one of your [[Category:Projects|electronics-projects]], it might be a good idea to start your page with...  
+
To start with: if you're editing a page for one of your [[:Category:Projects|electronics-projects]], it might be a good idea to start your page with...  
  
 
<pre>
 
<pre>
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|projects]]-list.
  
 
<blockquote>
 
<blockquote>
By the way,...
+
By the way, did you know that...
* that block of preformatted text above was done by writing its contents between <nowiki>"<pre>...</pre>"</nowiki> tags.  
+
* the block of preformatted text above was done by writing its contents between <nowiki>"<pre>...</pre>"</nowiki> tags.  
 
* to prevent the wiki from interpreting markup, you can put text in between <nowiki>"<nowiki>...</nowiki></nowiki>" tags (just like all the examples in this paragraph :-)
 
* to prevent the wiki from interpreting markup, you can put text in between <nowiki>"<nowiki>...</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 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 <nowiki>"<blockquote>...</blockquote>"</nowiki> tags.  
+
* you can make text 'stand out' (like this paragraph) by enclosing it in <nowiki>"<blockquote>...</blockquote>"</nowiki> tags
 +
* you can write ''italic'' (using <nowiki>''the text''</nowiki> markup, i.e. 2 single quotes) and '''bold''' text (using <nowiki>'''the text'''</nowiki> markup, i.e. 3 single quotes)
 +
* you can insert a link to a another page inside this wiki, e.g. this [[Playground]] page, using <nowiki>"[[The_page_name]]"</nowiki>. Or use an alternative link-text [[Playground|like this]], by using <nowiki>"[[The_page_name|some link-text]]"</nowiki> (note the double brackets)
 +
* links to external pages -- e.g. the [http://electronics-irc.net/|the IRCnet #electronics home-page] (note the 'external page'-indicator) -- are done in a similar way, using <nowiki>"[http://just.put.it/here|and optional link-text]"</nowiki> (note the single brackets there).
 
</blockquote>
 
</blockquote>
 
   
 
   
Line 32: Line 35:
 
== Here is another section, again on the top-level ==
 
== Here is another section, again on the top-level ==
  
You could put some ''italic'' (using <nowiki>''the text''</nowiki> markup, i.e. 2 single quotes) or '''bold''' text (using <nowiki>'''the text'''</nowiki> markup, i.e. 3 single quotes) here, I guess.
+
 
  
  

Revision as of 01:36, 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 electronics-projects, 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 projects-list.

By the way, did you know that...

  • the 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
  • you can write italic (using ''the text'' markup, i.e. 2 single quotes) and bold text (using '''the text''' markup, i.e. 3 single quotes)
  • you can insert a link to a another page inside this wiki, e.g. this Playground page, using "[[The_page_name]]". Or use an alternative link-text like this, by using "[[The_page_name|some link-text]]" (note the double brackets)
  • links to external pages -- e.g. the IRCnet #electronics home-page (note the 'external page'-indicator) -- are done in a similar way, using "[http://just.put.it/here|and optional link-text]" (note the single brackets there).

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

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