User Tools

Site Tools


example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
example [2026/06/09 15:20] – created lukaszexample [2026/06/09 20:36] (current) – monospace for ascii lukasz
Line 10: Line 10:
 | <nowiki>**//bold italic//**</nowiki> | **//bold italic//** | | <nowiki>**//bold italic//**</nowiki> | **//bold italic//** |
 | <nowiki>~~strikethrough~~</nowiki> | ~~strikethrough~~ | | <nowiki>~~strikethrough~~</nowiki> | ~~strikethrough~~ |
 +
 +Double space in front can be used to render text as monospace. Good for ascii art:
 +           _ __    _
 +      __(_) /__ (_)
 +  | |/|/ / /  '_// /
 +  |__,__/_/_/\_\/_/
 +          
 + 
 +
  
 ===== Headings ===== ===== Headings =====
Line 78: Line 87:
 | Cell 3    | Cell 4    | | Cell 3    | Cell 4    |
  
-===== Notes ===== 
  
-<code> 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
-</code> 
- 
-Rendered: 
- 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
  
 ===== Images ===== ===== Images =====
Line 110: Line 105:
  
 Pages in namespaces show as red until created — that is normal. Pages in namespaces show as red until created — that is normal.
 +
 +===== References =====
 +
 +<code>
 +Some text needing referencing((This is the footnote/reference text.))
 +Some more text((https://git.labunix.xyz accessed on: 2026-06-09))
 +</code>
 +
 +Rendered as:
 +
 +Some text needing referencing((This is the footnote/reference text.))
 +Some more text((https://git.labunix.xyz accessed on: 2026-06-09))
 +===== Images  =====
 +
 +<code>
 +<WRAP right 200px>
 +{{root:labunix_log.png?200}}
 +some text to describe this
 +</WRAP>
 +</code>
 +
 +rendered as the image to the right
 +
 +<WRAP right 200px>
 +{{playground:favicon.svg?200}}
 +some text to describe this
 +</WRAP>
 +
 +needs to be uploaded and reference the correct //page// to which it was uploaded
 +
 +===== Comments =====
 +
 +<code>
 +The text /* between the slash-asterisk and asterisk-slash */ is hidden
 +</code>
 +
 +Rendered as: The text /* between the slash-asterisk and asterisk-slash */ is hidden
 +
 +You can also have multi-line comments:
 +<code>
 +  /**
 +   * @todo: rewrite this section to reflect changes made recently
 +   *
 +   * this is a longer note
 +   */
 +</code>
 +
 +But this single line example works too:
 +<code>
 +  /********** added by Esther **********/
 +</code>
 +
example.1781018430.txt.gz · Last modified: by lukasz