Editing TWiki: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Twiki Tips and Tricks ==  | 
  == Twiki Tips and Tricks ==  | 
||
=== Display box around code ===  | 
|||
To enclose some content in a text box, simply start the content in a new line and type 2 spaces before the start of the content.  | 
|||
Example:  | 
  Example:  | 
||
==== type ====   | 
  ==== type ====   | 
||
  "Your code"  | 
|||
  "---message to be filled---"  | 
  |||
would yield <br />  | 
  would yield <br />  | 
||
Your code  | 
|||
---message to be filled---  | 
  |||
==== type ====  | 
  ==== type ====  | 
||
  "    | 
    "  Your code"  | 
||
would yield  | 
  would yield  | 
||
  Your code  | 
|||
  ---message to be filled---  | 
  |||
Latest revision as of 21:58, 6 April 2018
Introduction to TWiki
Twiki Tips and Tricks
Display box around code
To enclose some content in a text box, simply start the content in a new line and type 2 spaces before the start of the content. Example:
type
"Your code"
would yield 
Your code
type
" Your code"
would yield
Your code