[Home]CheatSheet

UseModWiki | RecentChanges | Preferences

You should try SandBox when you are not familiar with the style and syntax.

1. Syntax
1.1. Headings
1.2. Horizontal line
1.3. Lists
1.3.1. Bulleted
1.3.2. Numbered
1.3.3. Indented
1.3.4. Definition
1.4. Pre-formatted
1.5. Without syntax
1.6. Table of Contents
2. HTML elements

1. Syntax

Based on TextFormattingRules.

You type You get
''italics'', '''bold''', and '''''both''''' italics, bold, and both
CheatSheet CheatSheet
[[Free Links]] Free Links
[[Meow|🐱]] 🐱
WikiPedia:UseModWiki WikiPedia:UseModWiki
[Local:action=rc Recent changes] [Recent changes]
https://www.usemod.org/cgi-bin/wiki.pl https://www.usemod.org/cgi-bin/wiki.pl
[https://www.usemod.org/cgi-bin/wiki.pl] [1]
[https://www.usemod.org/cgi-bin/wiki.pl UseModWiki] [UseModWiki]
https://www.usemod.org/wiki.gif
#REDIRECT [[Meow]] (a page redirected to Meow)

1.1. Headings

== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6

1.2. Horizontal line

----


1.3. Lists

1.3.1. Bulleted

* One
* Two
** Two point one
* Three

1.3.2. Numbered

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three

1.3.3. Indented

: first indent
:: second indent
::: third indent
:::: fourth indent

first indent
second indent
third indent
fourth indent

1.3.4. Definition

; Definition : One
: Two

Definition
One
Two

Table

|| '''Item 1''' || '''Item 2''' || '''Item 3''' ||
|||| Item A || Item B ||
|| Item C |||| Item D ||

Item 1 Item 2 Item 3
Item A Item B
Item C Item D

1.4. Pre-formatted

<pre>Texts</pre>

Texts

(one space) Texts

 Texts

1.5. Without syntax

<nowiki>[[UseModWiki]]</nowiki>

[[UseModWiki]]

1.6. Table of Contents

See the example at the top of this page. You have to add a # to each heading.

<toc>
 
...

== # Syntax ==

2. HTML elements

Element Usage Result
<b> <b>bring attention to</b> bring attention to
<br> line<br>break line
break
<code> <code>inline code</code> inline code
<em> <em>emphasis</em> emphasis
<i> <i>idiomatic</i> idiomatic
<pre> <pre>pre-formatted text</pre>
pre-formatted text
<strong> <strong>strong importance</strong> strong importance
<tt> <tt>teletype text</tt>
(deprecated by later HTML versions)
teletype text

UseModWiki | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited September 3, 2024 3:30 pm by Meow (diff)
Search: