Difference between revisions of "Editing the wiki"
(Added link to Wikipedia Cheat Sheet by DaveChild - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion https://cheatography.com/davechild/cheat-sheets/wikipedia/) Tags: Mobile web edit Mobile edit |
Tags: Mobile web edit Mobile edit |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use. | Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use. | ||
| − | See also | + | See also...<br> |
| + | [https://cheatography.com/davechild/cheat-sheets/wikipedia/ Wikipedia Cheat Sheet]<br> | ||
| + | [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting - MediaWiki] | ||
________________________________________________ | ________________________________________________ | ||
<p style="color: #112A46"><b>Bold...</b></p> | <p style="color: #112A46"><b>Bold...</b></p> | ||
| − | Formatting: < b>Text< /b><br> | + | Formatting: |
| − | or: ' ' 'Text' ' ' | + | <nowiki><b>Text</b></nowiki><br> |
| + | or: <nowiki>'''Text'''</nowiki><br> | ||
Example: <b>Text</b><br> | Example: <b>Text</b><br> | ||
or: '''Text''' | or: '''Text''' | ||
________________________________________________ | ________________________________________________ | ||
<p style="color: #112A46"><b>Italic...</b></p> | <p style="color: #112A46"><b>Italic...</b></p> | ||
| − | Formatting: < i>Text< /i><br> | + | Formatting: <nowiki><i>Text</i></nowiki><br> |
Example: <i>Text</i> | Example: <i>Text</i> | ||
________________________________________________ | ________________________________________________ | ||
<p style="color: #112A46"><b>New line...</b></p> | <p style="color: #112A46"><b>New line...</b></p> | ||
(Line break)<br> | (Line break)<br> | ||
| − | Formatting: < br><br> | + | Formatting: <nowiki><br></nowiki><br> |
| − | or: < br/><br> | + | or: <nowiki><br/></nowiki><br> |
________________________________________________ | ________________________________________________ | ||
<p style="color: #112A46"><b>Paragraph...</b></p> | <p style="color: #112A46"><b>Paragraph...</b></p> | ||
| − | Formatting: < p>Text< /p> | + | Formatting: <nowiki><p>Text</p></nowiki> |
________________________________________________ | ________________________________________________ | ||
<p style="color: #112A46"><b>Space (non-breaking)...</b></p> | <p style="color: #112A46"><b>Space (non-breaking)...</b></p> | ||
| − | Formatting: & nbsp;<br> | + | Formatting: <nowiki> </nowiki><br> |
Example: Word1 Word2 | Example: Word1 Word2 | ||
________________________________________________<br> | ________________________________________________<br> | ||
<p style="color: #112A46"><b>Bullet point (•)... (?)</b></p> | <p style="color: #112A46"><b>Bullet point (•)... (?)</b></p> | ||
| − | Formatting: | + | Formatting:<br><nowiki>* Item 1</nowiki><br><nowiki>* Item 2</nowiki><br><br> |
| − | Example: * | + | Example: |
| + | * Item 1 | ||
| + | * Item 2 | ||
________________________________________________<br> | ________________________________________________<br> | ||
<p style="color: #112A46"><b>Link...</b></p> | <p style="color: #112A46"><b>Link...</b></p> | ||
| − | Formatting: [ [Overview]]<br> | + | Formatting: <nowiki>[[Overview]]</nowiki><br> |
Example: [[Overview]] | Example: [[Overview]] | ||
________________________________________________<br> | ________________________________________________<br> | ||
<p style="color: #112A46"><b>Image...</b></p> | <p style="color: #112A46"><b>Image...</b></p> | ||
| − | Formatting: [ [File:filename.png|<size>]]<br> | + | Formatting: <nowiki>[[File:filename.png|<size>]]</nowiki><br> |
(<size>: NNNpx)<br> | (<size>: NNNpx)<br> | ||
Example: | Example: | ||
| Line 48: | Line 53: | ||
=<p style="color: #112A46"><b>Various styles...</b></p>= | =<p style="color: #112A46"><b>Various styles...</b></p>= | ||
| − | Formatting: < pre style="Style/s">Text< /pre><br> | + | Formatting: <nowiki><pre style="Style/s">Text</pre></nowiki><br> |
(Style/s: each style ended with ; character)<br> | (Style/s: each style ended with ; character)<br> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text color...</b></p> | <p style="color: #112A46"><b>Text color...</b></p> | ||
| − | Formatting: < pre style="color: #NNNNNN"><br> | + | Formatting: <nowiki><pre style="color: #NNNNNN"></nowiki><br> |
| − | Text< /pre> | + | <nowiki>Text</pre></nowiki> |
Example: <pre style="color: #112A46">Text</pre><br/> | Example: <pre style="color: #112A46">Text</pre><br/> | ||
| − | Formatting: < p style="color: #NNNNNN"><br> | + | Formatting: <nowiki><p style="color: #NNNNNN"></nowiki><br> |
| − | Text< /p> | + | <nowiki>Text</p></nowiki> |
Example: <p style="color: #112A46">Text</p> | Example: <p style="color: #112A46">Text</p> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text background color...</b></p> | <p style="color: #112A46"><b>Text background color...</b></p> | ||
Formatting:<br> | Formatting:<br> | ||
| − | < pre style="background-color: #NNNNNN"><br> | + | <nowiki><pre style="background-color: #NNNNNN"></nowiki><br> |
| − | Text< /pre> | + | <nowiki>Text</pre></nowiki> |
Example: <pre style="background-color: #ACC8E5">Text</pre> | Example: <pre style="background-color: #ACC8E5">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Rounded corners...</b></p> | <p style="color: #112A46"><b>Rounded corners...</b></p> | ||
Formatting:<br> | Formatting:<br> | ||
| − | < pre style="border-radius: NNpx;"><br> | + | <nowiki><pre style="border-radius: NNpx;"></nowiki><br> |
| − | Text< /pre> | + | <nowiki>Text</pre></nowiki><br> |
Example: | Example: | ||
<pre style="border-radius: 10px;">Text</pre> | <pre style="border-radius: 10px;">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Padding...</b></p> | <p style="color: #112A46"><b>Padding...</b></p> | ||
| − | Formatting: < pre style="padding: NNpx;"><br> | + | Formatting: <nowiki><pre style="padding: NNpx;"></nowiki><br> |
| − | Text< /pre> | + | <nowiki>Text</pre></nowiki> |
Example: <pre style="padding: 50px;">Text</pre> | Example: <pre style="padding: 50px;">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
| Line 102: | Line 107: | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text (biggest; collapsible)</b></p> | <p style="color: #112A46"><b>Text (biggest; collapsible)</b></p> | ||
| − | Formatting: < h1>Text</ h1> | + | Formatting: <nowiki><h1>Text</h1></nowiki><br> |
| − | Example: < | + | Example: (biggest)<br> |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text (smaller)...</b></p> | <p style="color: #112A46"><b>Text (smaller)...</b></p> | ||
| − | Formatting: < h2>Text</ h2> | + | Formatting: <nowiki><h2>Text</h2></nowiki> |
Example: <h2>Text</h2> | Example: <h2>Text</h2> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text (even smaller)...</b></p> | <p style="color: #112A46"><b>Text (even smaller)...</b></p> | ||
| − | Formatting: < h3>Text</ h3> | + | Formatting: <nowiki><h3>Text</h3></nowiki> |
Example: <h3>Text</h3> | Example: <h3>Text</h3> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text (smaller still)...</b></p> | <p style="color: #112A46"><b>Text (smaller still)...</b></p> | ||
| − | Formatting: < h4>Text</ h4> | + | Formatting: <nowiki><h4>Text</h4></nowiki> |
Example: <h4>Text</h4> | Example: <h4>Text</h4> | ||
________________________________________________<br> | ________________________________________________<br> | ||
| − | + | Escaping formatting...<br> | |
| − | + | ||
| + | <nowiki><nowiki>formatted text</nowiki></nowiki><br><br> | ||
| + | Used by macrodroidforum.com:<br> | ||
| + | [PLAIN]formatted text[/PLAIN] | ||
________________________________________________<br> | ________________________________________________<br> | ||
(TO ADD MORE) | (TO ADD MORE) | ||
Latest revision as of 09:29, 24 February 2026
Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use.
See also...
Wikipedia Cheat Sheet
Help:Formatting - MediaWiki
________________________________________________
Bold...
Formatting:
<b>Text</b>
or: '''Text'''
Example: Text
or: Text
________________________________________________
Italic...
Formatting: <i>Text</i>
Example: Text
________________________________________________
New line...
(Line break)
Formatting: <br>
or: <br/>
________________________________________________
Paragraph...
Formatting: <p>Text</p> ________________________________________________
Space (non-breaking)...
Formatting:
Example: Word1 Word2
________________________________________________
Bullet point (•)... (?)
Formatting:
* Item 1
* Item 2
Example:
- Item 1
- Item 2
________________________________________________
Link...
Formatting: [[Overview]]
Example: Overview
________________________________________________
Image...
Formatting: [[File:filename.png|<size>]]
(<size>: NNNpx)
Example:
________________________________________________
Block of text...
Formatting: <space>Text
(<space>: at start of line)
Example:
Text
________________________________________________
Various styles...
Formatting: <pre style="Style/s">Text</pre>
(Style/s: each style ended with ; character)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text color...
Formatting: <pre style="color: #NNNNNN">
Text</pre>
Example:
Text
Formatting: <p style="color: #NNNNNN">
Text</p>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text background color...
Formatting:
<pre style="background-color: #NNNNNN">
Text</pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Rounded corners...
Formatting:
<pre style="border-radius: NNpx;">
Text</pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Padding...
Formatting: <pre style="padding: NNpx;">
Text</pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Combined styles...
Text
________________________________________________
MacroDroid uses these...
(yet to test all)
Bold text
Important text
Italic text
Emphasized text
Marked text
Smaller text
Deleted text
Inserted text
Subscript text
Superscript text
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Text size...
- Must be at start of line
- The larger the number inside <h></h>, the
smaller the displayed text will be
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (biggest; collapsible)
Formatting: <h1>Text</h1>
Example: (biggest)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (smaller)...
Formatting: <h2>Text</h2>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (even smaller)...
Formatting: <h3>Text</h3>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (smaller still)...
Formatting: <h4>Text</h4>
Example:
Text
________________________________________________
Escaping formatting...
<nowiki>formatted text</nowiki>
Used by macrodroidforum.com:
[PLAIN]formatted text[/PLAIN]
________________________________________________
(TO ADD MORE)
________________________________________________
Headings...
All headings have a separate edit page
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (smallest)...
Formatting: (===)Heading===
Example:
Heading
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (middle)...
Formatting: (==)Heading==
Example:
== Heading (==)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (biggest; collapsible)...
Formatting: =Heading(=)
Example:
= Heading (=)
________________________________________________