Editing TWiki: Difference between revisions

From LZ Computing
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction to TWiki ==
== Introduction to 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.
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 \n
would yield <br />
---message to be filled---
Your code
type
==== type ====
" ---message to be filled---"
" 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