Difference between revisions of "Help:Editing"

From WikiCU
Jump to: navigation, search
Line 1: Line 1:
== Code Samples ==
+
{| style="background:#f9f9f9;" border="1"
 
 
When you want to display a sample of code so that it appears in a gray box without wiki formatting, use:
 
<pre>&lt;pre&gt;code to display&lt;/pre&gt;</pre>
 
 
 
== Redirects ==
 
 
 
<pre>
 
#REDIRECT [[Internal link]]
 
</pre>
 
 
 
== Quotes ==
 
 
 
Long quotes can be displayed in two ways:
 
 
 
{|
 
 
|- style="background:#DDDDDD;"
 
|- style="background:#DDDDDD;"
 
|style="width:50%"| '''What you type'''
 
|style="width:50%"| '''What you type'''
Line 23: Line 8:
 
|
 
|
 
<blockquote>Quote text. -Author</blockquote>
 
<blockquote>Quote text. -Author</blockquote>
|- style="background:#DDDDDD;"
 
|style="width:50%"| '''What you type'''
 
|style="width:50%"| '''What it looks like'''
 
 
|-
 
|-
 
|
 
|
Line 37: Line 19:
 
|2=Author.
 
|2=Author.
 
}}
 
}}
 +
|-
 +
|
 +
<pre>&lt;pre&gt;Code to display.&lt;/pre&gt;</pre>
 +
|
 +
<pre>Code to display.</pre>
 
|}
 
|}
 +
 +
== Redirects ==
 +
 +
<pre>
 +
#REDIRECT [[Internal link]]
 +
</pre>
 +
 +
[[Category:WikiCU]]

Revision as of 06:41, 10 May 2007

What you type What it looks like
<blockquote>Quote text. -Author</blockquote>

Quote text. -Author

{{quotation
|1=Quote text.
|2=Author.
}}

Quote text.

Author.

<pre>Code to display.</pre>
Code to display.

Redirects

#REDIRECT [[Internal link]]