Editing TWiki: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
 
 
 
		
	
| (2 intermediate revisions 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 ====  | |||
|   "Your code" | |||
|   "---message to be filled---" | |||
| would yield <br /> | would yield <br /> | ||
| Your code | |||
| ---message to be filled--- | |||
| ==== 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