Help:Quick editing guide: Difference between revisions
Jump to navigation
Jump to search
cleanup, navbox |
Added <code> tags table entry and cleaned up table a bit |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 8: | Line 8: | ||
! colspan="3" | <center><small>Applies everywhere</small></center> | ! colspan="3" | <center><small>Applies everywhere</small></center> | ||
|- | |- | ||
| Italic Text || <tt><nowiki>'' | | Italic Text || <tt><nowiki>''italic''</nowiki></tt> || ''italic'' | ||
|- | |- | ||
| Bold Text || <tt><nowiki>'''bold'''</nowiki></tt> || '''bold''' | | Bold Text || <tt><nowiki>'''bold'''</nowiki></tt> || '''bold''' | ||
|- | |- | ||
| Bold & Italic Text || <tt><nowiki>'''''bold & italic'''''</nowiki></tt> || '''''bold & italic''''' | | Bold & Italic Text || <tt><nowiki>'''''bold & italic'''''</nowiki></tt> || '''''bold & italic''''' | ||
|- | |||
| Underlined Text (see [[ox]]) || <tt><nowiki><span style="text-decoration: underline">underline</span></nowiki></tt><br><tt><nowiki><u>shortcut</u></nowiki></tt> || <span style="text-decoration: underline">underline</span><br><u>shortcut</u> | |||
|- | |||
| Strikethrough text || <tt><nowiki><s>strikethrough</s></nowiki></tt> || <s>strikethrough</s> | |||
|- | |||
| Monospaced text || <tt><nowiki><tt>monospaced</tt></nowiki></tt> || <tt>monospaced</tt> | |||
|- | |||
| Superscript and subscript || <tt><nowiki><sup>superscript</sup>normal script<sub>subscript</sub></nowiki></tt> || <sup>superscript</sup>normal script<sub>subscript</sub> | |||
|- | |||
| Inline code || <tt><nowiki>normal text <code>inline code</code></nowiki></tt> || normal text <code>inline code</code></tt> | |||
|- | |||
| Code block<ref group="n">Note that similarly to <tt><nowiki><nowiki></nowiki></tt>, <tt><nowiki><pre></nowiki></tt> precludes applying other formatting within code blocks, but prepending a space to each newline will have the same effect without this constraint.</ref> || <tt>normal text <nowiki><pre>code block</pre></nowiki></tt> || normal text <pre>code block</pre> | |||
|- | |- | ||
| style="vertical-align: middle" | Internal Link | | style="vertical-align: middle" | Internal Link | ||
| Line 18: | Line 30: | ||
| style="vertical-align: middle" | [[Catacryst]]<br/>[[Catacryst|An awesome pattern]]<br/>[[:Category:Patterns|List of patterns]] | | style="vertical-align: middle" | [[Catacryst]]<br/>[[Catacryst|An awesome pattern]]<br/>[[:Category:Patterns|List of patterns]] | ||
|- | |- | ||
| style="vertical-align: middle" | External Link || <tt><nowiki> | | style="vertical-align: middle" | External Link || <tt><nowiki>https://catagolue.hatsya.com</nowiki><br/><nowiki>[https://catagolue.hatsya.com]</nowiki><br/><nowiki>[https://catagolue.hatsya.com Catagolue]</nowiki></tt> | ||
| style="vertical-align: middle" | | | style="vertical-align: middle" | https://catagolue.hatsya.com <br/> [https://catagolue.hatsya.com] <br/> [https://catagolue.hatsya.com Catagolue] | ||
|- | |- | ||
| style="vertical-align: middle" | No Wiki Markup | | style="vertical-align: middle" | No Wiki Markup | ||
| style="vertical-align: middle" | <tt>With <nowiki>''markup''</nowiki><br/><nowiki><nowiki>Without ''markup''</nowiki></nowiki></tt> | | style="vertical-align: middle" | <tt>With <nowiki>''markup''</nowiki><br/><nowiki><nowiki>Without ''markup''</nowiki></nowiki></tt> | ||
| style="vertical-align: middle" | With ''markup'' <br/><nowiki>Without ''markup''</nowiki> | | style="vertical-align: middle" | With ''markup'' <br/><nowiki>Without ''markup''</nowiki> | ||
|- | |||
| HTML comment || <tt><!-- comment text --></tt> || <!-- comment text --> | |||
|- | |- | ||
! colspan="3" | <center><small>Applies only at the beginning of a line</small></center> | ! colspan="3" | <center><small>Applies only at the beginning of a line</small></center> | ||
| Line 60: | Line 74: | ||
## Number two point one | ## Number two point one | ||
# Number three | # Number three | ||
|- | |||
! colspan="3" | <center><small>Image and pattern displays</small></center> | |||
|- style="vertical-align: middle" | |- style="vertical-align: middle" | ||
| style="vertical-align: middle" | Image | | style="vertical-align: middle" | Image | ||
| style="vertical-align: middle" | <nowiki>[[Image:Glider.png|framed|center|This is a glider.]]</nowiki> | | style="vertical-align: middle" | <nowiki>[[Image:Glider.png|framed|center|This is a glider.]]</nowiki> | ||
| style="vertical-align: middle" | [[Image:Glider.png|framed|center|This is a glider.]] | | style="vertical-align: middle" | [[Image:Glider.png|framed|center|This is a glider.]] | ||
|- style="vertical-align: middle" | |||
| style="vertical-align: middle" | LifeViewer applet | |||
| style="vertical-align: middle" | <nowiki>{{LV:Viewer|bob$2bo$3o}}</nowiki> | |||
| style="vertical-align: middle" | {{LV:Viewer|bob$2bo$3o}} | |||
|} | |} | ||
==Notes== | |||
<references group="n" /> | |||
==External links== | ==External links== | ||
Latest revision as of 04:34, 15 December 2024
This page provides a quick rundown of some of the most common and basic wiki formatting commands. If you need additional help editing pages, refer to Help:Contents.
| Description | You Type | You See |
|---|---|---|
| Italic Text | ''italic'' | italic |
| Bold Text | '''bold''' | bold |
| Bold & Italic Text | '''''bold & italic''''' | bold & italic |
| Underlined Text (see ox) | <span style="text-decoration: underline">underline</span> <u>shortcut</u> |
underline shortcut |
| Strikethrough text | <s>strikethrough</s> | |
| Monospaced text | <tt>monospaced</tt> | monospaced |
| Superscript and subscript | <sup>superscript</sup>normal script<sub>subscript</sub> | superscriptnormal scriptsubscript |
| Inline code | normal text <code>inline code</code> | normal text inline code
|
| Code block[n 1] | normal text <pre>code block</pre> | normal text code block |
| Internal Link | [[Catacryst]] [[Catacryst|An awesome pattern]] [[:Category:Patterns|List of patterns]] |
Catacryst An awesome pattern List of patterns |
| External Link | https://catagolue.hatsya.com [https://catagolue.hatsya.com] [https://catagolue.hatsya.com Catagolue] |
https://catagolue.hatsya.com [1] Catagolue |
| No Wiki Markup | With ''markup'' <nowiki>Without ''markup''</nowiki> |
With markup Without ''markup'' |
| HTML comment | <!-- comment text --> | |
| Headings | =Level 1= ==Level 2== ===Level 3=== ====Level 4==== =====Level 5===== |
Level 1Level 2Level 3Level 4Level 5 |
| Indented List | : Level one : Level one :: Level two :::Level three : Level one |
|
| Bulleted list | * Number one * Number two ** Number two point one * Number three |
|
| Numbered list | # Number one # Number two ## Number two point one # Number three |
|
| Image | [[Image:Glider.png|framed|center|This is a glider.]] | ![]() |
| LifeViewer applet | {{LV:Viewer|bob$2bo$3o}} | |
Notes
- ↑ Note that similarly to <nowiki>, <pre> precludes applying other formatting within code blocks, but prepending a space to each newline will have the same effect without this constraint.
External links
| ||||||||||||||
