User Tools

Site Tools


wiki:syntax

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:syntax [2024/03/08 20:43 (14 months ago)] – external edit 127.0.0.1wiki:syntax [2024/12/04 02:24 (5 months ago)] (current) sausage
Line 2: Line 2:
  
 [[doku>DokuWiki]] 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:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. [[doku>DokuWiki]] 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:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
 +
 +====== Tutorial or Example Panels ======
 +
 +Currently this, but might be worth replacing with some handcoded component
 +
 +<wrap headline-image>[[en:tutorials:audio:sound|{{headers:headline-sound.png|}}]] 
 +<span>Sound & Music & Go to line for longer titles</span></wrap>
 +
 +====== Line Numbers ======  
 +<code c [enable_line_numbers="true",highlight_lines_extra="2,3"]>  
 +  for (float y=0; y<25; y++){  
 +    orxVECTOR position = { (x*256)-offset, (y*256)-offset, 0.0 };  
 +    orxOBJECT *tile = orxObject_CreateFromConfig("RoadTile");  
 +    orxObject_SetPosition(tile, &position);  
 +  }  
 +</code>
  
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
wiki/syntax.1709959385.txt.gz · Last modified: 2024/03/08 20:43 (14 months ago) by 127.0.0.1