Difference between revisions of "Editing the wiki"
Tags: Mobile web edit Mobile edit |
Tags: Mobile web edit Mobile edit |
||
(11 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. | ||
− | ________________________________________________< | + | ________________________________________________ |
− | Bold...< | + | <p style="color: #112A46"><b>Bold...</b></p> |
Formatting: < b>Text< /b><br> | Formatting: < b>Text< /b><br> | ||
− | or: | + | or: ' ' 'Text' ' ' (no spaces)<br> |
− | Example: <b>Text</b> | + | Example: <b>Text</b><br> |
− | ________________________________________________< | + | or: '''Text''' |
− | Italic...< | + | ________________________________________________ |
+ | <p style="color: #112A46"><b>Italic...</b></p> | ||
Formatting: < i>Text< /i><br> | Formatting: < i>Text< /i><br> | ||
Example: <i>Text</i> | Example: <i>Text</i> | ||
+ | ________________________________________________ | ||
+ | <p style="color: #112A46"><b>New line...</b></p> | ||
+ | (Line break)<br> | ||
+ | Formatting: < br><br> | ||
+ | or: < br/><br> | ||
+ | ________________________________________________ | ||
+ | <p style="color: #112A46"><b>Paragraph...</b></p> | ||
+ | Formatting: < p>Text< /p> | ||
+ | ________________________________________________ | ||
+ | <p style="color: #112A46"><b>Space (non-breaking)...</b></p> | ||
+ | Formatting: & nbsp;<br> | ||
+ | Example: Word1 Word2 | ||
+ | ________________________________________________<br> | ||
+ | <p style="color: #112A46"><b>Bullet point (•)... (?)</b></p> | ||
+ | Formatting: (*)<br> | ||
+ | Example: * | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | + | <p style="color: #112A46"><b>Link...</b></p> | |
− | + | Formatting: [ [Overview]]<br> | |
− | Formatting: < br> | + | Example: [[Overview]] |
________________________________________________<br> | ________________________________________________<br> | ||
− | + | <p style="color: #112A46"><b>Image...</b></p> | |
− | Formatting: < | + | Formatting: [ [File:filename.png|<size>]]<br> |
+ | (<size>: NNNpx)<br> | ||
+ | Example: | ||
+ | [[File:ic_connectivity_helper.png|50px]] | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | + | <p style="color: #112A46"><b>Block of text...</b></p> | |
− | Formatting: | + | Formatting: <space>Text<br> |
− | + | (<space>: at start of line)<br> | |
+ | Example: | ||
+ | Text | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | =Various styles...= | + | |
+ | =<p style="color: #112A46"><b>Various styles...</b></p>= | ||
Formatting: < pre style="Style/s">Text< /pre><br> | Formatting: < pre style="Style/s">Text< /pre><br> | ||
(Style/s: each style ended with ; character)<br> | (Style/s: each style ended with ; character)<br> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
− | Text color...< | + | <p style="color: #112A46"><b>Text color...</b></p> |
Formatting: < pre style="color: #NNNNNN"><br> | Formatting: < pre style="color: #NNNNNN"><br> | ||
Text< /pre> | Text< /pre> | ||
Line 35: | Line 58: | ||
Example: <p style="color: #112A46">Text</p> | Example: <p style="color: #112A46">Text</p> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
− | Text background color...< | + | <p style="color: #112A46"><b>Text background color...</b></p> |
Formatting:<br> | Formatting:<br> | ||
< pre style="background-color: #NNNNNN"><br> | < pre style="background-color: #NNNNNN"><br> | ||
Line 41: | Line 64: | ||
Example: <pre style="background-color: #ACC8E5">Text</pre> | Example: <pre style="background-color: #ACC8E5">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
− | Rounded corners...< | + | <p style="color: #112A46"><b>Rounded corners...</b></p> |
Formatting:<br> | Formatting:<br> | ||
< pre style="border-radius: NNpx;"><br> | < pre style="border-radius: NNpx;"><br> | ||
Line 48: | Line 71: | ||
<pre style="border-radius: 10px;">Text</pre> | <pre style="border-radius: 10px;">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
− | Padding...< | + | <p style="color: #112A46"><b>Padding...</b></p> |
Formatting: < pre style="padding: NNpx;"><br> | Formatting: < pre style="padding: NNpx;"><br> | ||
Text< /pre> | Text< /pre> | ||
Example: <pre style="padding: 50px;">Text</pre> | Example: <pre style="padding: 50px;">Text</pre> | ||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
− | Combined styles...< | + | <p style="color: #112A46"><b>Combined styles...</b></p> |
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
Text</pre> | Text</pre> | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | + | <p style="color: #112A46"><b>MacroDroid uses these...</b></p> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | MacroDroid uses these...< | ||
(yet to test all)<br> | (yet to test all)<br> | ||
<b>Bold text</b><br> | <b>Bold text</b><br> | ||
Line 91: | Line 94: | ||
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br> | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br> | ||
− | =Text size...= | + | =<p style="color: #112A46"><b>Text size...</b></p>= |
- Must be at start of line<br> | - Must be at start of line<br> | ||
Line 98: | Line 101: | ||
<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: < h1>Text</ h1> | ||
− | Example: <h1>Text</h1> | + | Example: < h1>Text</h1> |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Text (smaller)...</b></p> | <p style="color: #112A46"><b>Text (smaller)...</b></p> | ||
Line 118: | Line 121: | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | =Headings...= | + | =<p style="color: #112A46"><b>Headings...</b></p>= |
All headings have a separate edit page<br> | All headings have a separate edit page<br> | ||
Line 131: | Line 134: | ||
Formatting: (==)Heading==<br> | Formatting: (==)Heading==<br> | ||
Example: | Example: | ||
− | == Heading (==) | + | == Heading (==)<br> |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | ||
<p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p> | <p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p> |
Latest revision as of 02:44, 25 May 2025
Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use.
________________________________________________
Bold...
Formatting: < b>Text< /b>
or: ' ' 'Text' ' ' (no spaces)
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: & nbsp;
Example: Word1 Word2
________________________________________________
Bullet point (•)... (?)
Formatting: (*)
Example: *
________________________________________________
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: < h1>Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
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
________________________________________________
MacroDroid forum uses these...
Doesn't work: [ 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 (=)
________________________________________________