Help:Editing
From Akurasu Wiki
Jump to navigationJump to search
For a more detaled reference check here.
MetaWikiPedia:Help:Editing
Character Formating Quick Reference
''Italic'', '''Bold''', '''''Italic/Bold''''' <i>Italic</i>, <b>Bold</b>, <i><b>Italic/Bold</b></i> |
Italic, Bold, Italic/Bold Italic, Bold, Italic/Bold |
A typewriter font for <tt>technical terms</tt>. | A typewriter font for
technical terms. |
You can use <small>small text</small> for captions. | You can use small text
for captions. |
You can <strike>strike out deleted material</strike> and <u>underline new material</u>. | You can and underline new material. |
™ © ® ¢ € ¥ £ ¤ |
™ © ® ¢ € ¥ £ ¤ |
Subscript: x<sub>2</sub> Superscript: x<sup>2</sup> or x² ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> C² / J m. 1 hectare = 1 E4 m² |
Subscript: x2 Superscript: x2 or x² ε0 = 8.85 × 10−12 C² / J m. 1 hectare = 1 E4 m² |
Sections, paragraphs, lists and lines Quick Reference
Your text | Wiki Text |
---|---|
Headers
== New section == === Subsection === ==== Sub-subsection ==== | New sectionSubsectionSub-subsection |
Newlines
A single newline has no effect on the layout. But an empty line starts a new paragraph. |
A single newline has no effect on the layout. But an empty line starts a new paragraph. |
Breaklines
You can break lines<br> without starting a new paragraph. |
You can break lines |
Mixed Lists
* You can even do mixed lists *# and nest them *#* like this<br>or have newlines<br>inside lists |
|
Definition list
; Definition list : list of definitions ; item : the item's definition |
of definitions
|
Indent
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
A manual newline starts a new paragraph. |
Preformatted text
Start a line with a space. this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code * ASCII art; * chemical structures; |
Start a line with a space. this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code * ASCII art; * chemical structures; |
Centered text
<center>Centered text.</center> | |
horizontal dividing line
---- |
|
Link Quick Reference
Your text | Wiki Text |
---|---|
Internal
[[Main_Page]] [[Main_Page|Akurasu Wiki Main Page]] | |
External
[http://akurasu.net External Link] http://akurasu.net | |
Signature
~~~ ~~~~ |
Daichi 18:56, 10 Jan 2005 (EST) |
Tables Quick Reference
XHTML | HTML & Wiki-td | Pipe Syntax | ||||||
---|---|---|---|---|---|---|---|---|
<table> <tr> <td>1</td> <td>2</td> </tr> <tr> <td>3</td> <td>4</td> </tr> <tr> <td>5</td> <td>6</td> </tr> </table> | <table> <tr> <td> 1 <td> 2 <tr> <td> 3 <td> 4 <tr> <td> 5 <td> 6 </table> | {| | 1 || 2 |- | 3 || 4 |- | 5 || 6 |} | ||||||
|
- (Daichi's Prefered method for hand made tables is HTML & Wiki-td.)
Akurasu Tricks
Hover over Captions
{{caption|精神|せいしん - spirit/soul/mind}} |
精神 | ||||||||
Ruby characters
<ruby><rb>精神</rb><rp>(</rp><rt>せいしん</rt><rp>)</rp></ruby> {{Ruby|精神|せいしん}}(Must have a browser that supports Ruby characters to display correctly.) |
| ||||||||
DivBox
Box <div class="divbox">around</div> text. Box <span class="divbox">around</span> text. |
Box around text.
Box around text. | ||||||||
Colored Tables
<table> <tr> <th> # <th> # <tr> <td> 1 <td> 2 <tr class="even"> <td> 3 <td> 4 <tr> <td> 5 <td> 6 </table>(More Complex with Pipe Syntax.) |
|