help:formatting_syntax

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:formatting_syntax [2020/02/01 17:20] – external edit 127.0.0.1help:formatting_syntax [2020/02/17 14:40] (current) icna
Line 1: Line 1:
-====== Advanced syntax ======+====== ICNApedia Wiki syntax ====== 
 + 
 +If you want to include HTML just include it under HTML tags as shown below: 
 +<code> 
 +<html> 
 +your text here 
 +</html> 
 +</code>
  
 This wiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[:playground:sandbox|]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. This wiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[:playground:sandbox|]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
Line 123: Line 130:
 </code> </code>
  
-[[http://php.net|{{investigations:cerebrospinal_fluid:wiki:icna.png?nolink&}}]]+[[http://php.net|{{wiki:icna.png?nolink&}}]]
  
 Please note: The image formatting is the only formatting syntax accepted in link names. Please note: The image formatting is the only formatting syntax accepted in link names.
Line 162: Line 169:
 You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them. You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-Real size: {{investigations:cerebrospinal_fluid:wiki:icna.png}}+Real size: {{wiki:icna.png}}
  
-Resize to given width: {{investigations:cerebrospinal_fluid:wiki:icna.png?50}}+Resize to given width: {{wiki:icna.png?50}}
  
-Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{investigations:cerebrospinal_fluid:wiki:icna.png?200x50}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:icna.png?200x50}}
  
 Resized external image: {{http://php.net/images/php.gif?direct&200x50}}<code> Resized external image: {{http://php.net/images/php.gif?direct&200x50}}<code>
Line 179: Line 186:
 By using left or right whitespaces you can choose the alignment. By using left or right whitespaces you can choose the alignment.
  
-{{  investigations:cerebrospinal_fluid:wiki:icna.png}}+{{  wiki:icna.png}}
  
-{{investigations:cerebrospinal_fluid:wiki:icna.png  }}+{{wiki:icna.png  }}
  
-{{  investigations:cerebrospinal_fluid:wiki:icna.png  }}+{{  wiki:icna.png  }}
  
 <code> <code>
Line 194: Line 201:
 Of course, you can add a title (displayed as a tooltip by most browsers), too. Of course, you can add a title (displayed as a tooltip by most browsers), too.
  
-{{  investigations:cerebrospinal_fluid:wiki:icna.png  |This is the caption}}<code>+{{  wiki:icna.png  |This is the caption}}<code>
  
 {{ wiki:icna.png |This is the caption}} {{ wiki:icna.png |This is the caption}}
Line 219: Line 226:
 </code> </code>
  
-{{investigations:cerebrospinal_fluid:wiki:icna.png?linkonly|icna.png}} This is just a link to the image.+{{wiki:icna.png?linkonly|icna.png}} This is just a link to the image.
  
 ==== Fallback Formats ==== ==== Fallback Formats ====
  • help/formatting_syntax.1580577638.txt.gz
  • Last modified: 2020/02/01 17:20
  • by 127.0.0.1