Zodiac Wiki

Gnosis Guild orb
Home

Difference between revisions of "Zodiac Wikitext Cheatsheet"

(creating wikitext cheatsheet)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
To get text to display correctly, ''wikitext'' markup must be used. The table below is a condensed version of a wikitext cheat sheet from MediaWiki. For the full version, visit the [https://www.mediawiki.org/wiki/Cheatsheet Cheatsheet].
To get text to display correctly on zodiac.wiki, '''wikitext''' markup must be used. The table below is a condensed version of a wikitext guide from MediaWiki. For the full version, visit the [https://www.mediawiki.org/wiki/Cheatsheet Cheatsheet].


{| style="border:none; text-align:left; background:#f0f0f0; font-size: 95%;"
<br />
 
{| style="border:none; text-align:left; background:#080808; padding: 15px; font-size: 95%;"
|-
|-
| width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''Description'''
| width="20%" style="background: #282828; padding: 13px 5px; text-align:center;"|'''Description'''
| style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You type'''
| style="background: #282828; padding: 13px 5px; text-align:center;"|'''What you type'''
| width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You get'''
| width="25%" style="background: #282828; padding: 13px 5px; text-align:center;"|'''What is displayed'''
|-
|-
| colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
| colspan="3" style="background: #282828; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
|-
|-
|Italicise text
|Italicise text
Line 79: Line 81:
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
|-
|-
| colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
| colspan="3" style="background: #282828; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
|-
|-
|valign="top"|Headings<br />
|valign="top"|Headings<br />
Line 103: Line 105:
<code>&#35; one</code><br />
<code>&#35; one</code><br />
<code>&#35; two</code><br />
<code>&#35; two</code><br />
<code>&#35;&#35; two point one</code><br />
<code>&#35; three</code>
<code>&#35; three</code>
|
|


== 1. one ==
== 1. one ==
=== 2. two ===
== 2. two ==
==== 2.1 two point one ====
== 3. three ==
=== 3. three ===
|-
|-
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
Line 130: Line 130:
|Thumbnail image
|Thumbnail image
|
|
<nowiki>[[File:Example.jpg|thumb|Caption text]]</nowiki>
<nowiki>[[File:content.png|thumb|Caption text]]</nowiki>
<br><br>'''''Tip:''' Remove "thumb" if you want the image to display''
<br>''at full width. More image formatting tips can be found at [[Special:Upload|Upload File]].''
|
|
[[File:Example.jpg|thumb|Caption text]]
[[File:content.png|thumb|Caption text]]
|}
|}
[[Category:MediaWiki]]
 
[[Category:Help]]
[[Category:Examples]]
__NOTOC__
__NOTOC__
__NOEDITSECTION__
__NOEDITSECTION__


[[Category:Information]]
[[Category:Wiki Resources]]

Latest revision as of 21:59, 27 July 2022

To get text to display correctly on zodiac.wiki, wikitext markup must be used. The table below is a condensed version of a wikitext guide from MediaWiki. For the full version, visit the Cheatsheet.


Description What you type What is displayed
Applies anywhere
Italicise text

''italic''

italic

 
Bold text

'''bold'''

bold

 
Internal link

(within this wiki)

Internal link
(to a category)

Interwiki Link
(to partner wiki)

[[name of page]]
[[name of page|display text]]

[[:Category:name of category]]


[[w:name of article]]
[[wiki:name of article]]
[[wiki:name of article|display text]]

name of page
display text

Category:name of category


w:name of article
wiki:name of article
display text


Note: red links mean
the page doesn't exist yet

 
External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com
[mailto:bob@yahoo.com Bob's email]

[1]
display text
http://www.example.com
Bob's email

 
Applies only at the beginning of the line
Headings

of different sizes

== level 1 ==
=== level 2 ===
==== level 3 ====
===== level 4 =====

Tip: put __NOTOC__ in an article
to remove its table-of-contents

Level 1

Level 2

Level 3

Level 4
 
Outline Numbered
Headings

# one
# two
# three

1. one

2. two

3. three

 
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
 
Thumbnail image

[[File:content.png|thumb|Caption text]]

Tip: Remove "thumb" if you want the image to display
at full width. More image formatting tips can be found at Upload File.

Caption text