Difference between revisions of "Editing the wiki"

Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 38: Line 38:
 
Paragraph...<br>
 
Paragraph...<br>
 
Formatting: < p>Text< /p>
 
Formatting: < p>Text< /p>
 +
________________________________________________<br>
 +
Non-breaking space...<br>
 +
Formatting: (&)nbsp;<br>
 +
Example: Word1&nbsp;&nbsp;&nbsp;&nbsp;Word2
 
________________________________________________<br>
 
________________________________________________<br>
 
Various styles...
 
Various styles...
  
 
Formatting: < pre style="Style/s">Text< /pre><br>
 
Formatting: < pre style="Style/s">Text< /pre><br>
(Style/s: each style ended with ; character)
+
(Style/s: each style ended with ; character)<br>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
Text color...<br>
 
Text color...<br>
Formatting: < pre style="color: #NNNNNN"><br> Text< /pre>
+
Formatting: < pre style="color: #NNNNNN"><br>
 +
&nbsp;&nbsp;Text< /pre>
 
Example: <pre style="color: #112A46">Text</pre>
 
Example: <pre style="color: #112A46">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
Text background color...<br>
 
Text background color...<br>
Formatting: < pre style="background-color: #NNNNNN">Text< /pre>
+
Formatting:<br>
 +
&nbsp;< pre style="background-color: #NNNNNN"><br>
 +
&nbsp;&nbsp;Text< /pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
Rounded corners...<br>
 
Rounded corners...<br>
Formatting: < pre style="border-radius: NNpx;">Text< /pre>
+
Formatting:<br>
 +
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
 +
&nbsp;&nbsp;Text< /pre>
 
Example:  
 
Example:  
 
<pre style="border-radius: 10px;">Text</pre>
 
<pre style="border-radius: 10px;">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
Padding...<br>
 
Padding...<br>
Formatting: < pre style="padding: NNpx;">Text< /pre>
+
Formatting: < pre style="padding: NNpx;"><br>
 +
&nbsp;&nbsp;Text< /pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
Combined styles...<br>
 
Combined styles...<br>
 
<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>
Bullet point (•)... (?)<br>
+
Bullet point (•)... &nbsp;&nbsp;&nbsp;&nbsp;(?)<br>
 
Formatting: (*)<br>
 
Formatting: (*)<br>
 
Example: *
 
Example: *
Line 73: Line 83:
 
Example: [[Page title]]
 
Example: [[Page title]]
 
________________________________________________<br>
 
________________________________________________<br>
Image...
+
Image...<br>
Formatting: [[ File:filename.png|<size>]]
+
Formatting: [ [File:filename.png|<size>]]<br>
(<size>: NNNpx)
+
(<size>: NNNpx)<br>
 
Example:  
 
Example:  
 
[[File:ic_connectivity_helper.png|50px]]
 
[[File:ic_connectivity_helper.png|50px]]
 +
________________________________________________<br>
 +
Block of text...<br>
 +
Formatting: <space>Text<br>
 +
&nbsp;&nbsp;(<space>: at start of line)<br>
 +
Example:
 +
Text
 
________________________________________________<br>
 
________________________________________________<br>
 
MacroDroid uses these...<br>
 
MacroDroid uses these...<br>
Line 91: Line 107:
 
<sub>Subscript text</sub><br>
 
<sub>Subscript text</sub><br>
 
<sup>Superscript text</sup><br>
 
<sup>Superscript text</sup><br>
 
+
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br>
 
Text size...
 
Text size...
(must be at start of line)
 
 
<h1>Text</h1>
 
  (Collapsible. Biggest)
 
<h2>Text</h2>
 
<h3>Text</h3>
 
(The larger the number inside <h></h>, the smaller the displayed text will be)
 
 
<br>
 
MacroDroid forum uses these...
 
Doesn't work: [PLAIN]Formatted text[/PLAIN]
 
  
 +
- Must be at start of line<br>
 +
- The larger the number inside <h></h>, the<br>&nbsp;&nbsp;smaller the displayed text will be<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
Text (biggest; collapsible)...<br>
 +
Formatting: < h1>Text</ h1>
 +
Example: <h1>Text</h1>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
Text (smaller)...<br>
 +
Formatting: < h2>Text</ h2>
 +
Example: <h2>Text</h2>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
Text (even smaller)...<br>
 +
Formatting: < h3>Text</ h3>
 +
Example: <h3>Text</h3>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
Text (smaller still)...<br>
 +
Formatting: < h4>Text</ h4>
 +
Example: <h4>Text</h4>
 +
________________________________________________<br>
 +
MacroDroid forum uses these...<br>
 +
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
 +
________________________________________________<br>
 
<br>
 
<br>
 
(TO ADD MORE)
 
(TO ADD MORE)

Revision as of 03:42, 13 May 2025

Here is 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>
Example: Text ________________________________________________
Italic...
Formatting: < i>Text< /i>
Example: Text ________________________________________________
Headings...

All headings have a separate edit page
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading #1 (collapsible; biggest)...
Formatting: =Heading(=)
Example:

Heading

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading #2 (middle)...
Formatting: (==)Heading==
Example:

Heading

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading #3 (smallest)...
Formatting: (===)Heading===
Example:

Heading

________________________________________________
Italic...
Formatting: < i>Text< /i>
Example: Text ________________________________________________
New line (line break)...
Formatting: < br> ________________________________________________
Paragraph...
Formatting: < p>Text< /p> ________________________________________________
Non-breaking space...
Formatting: (&)nbsp;
Example: Word1    Word2 ________________________________________________
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

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
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

________________________________________________
Bullet point (•)...     (?)
Formatting: (*)
Example: * ________________________________________________
Link...
Formatting: [ [Page title]]
Example: Page title ________________________________________________
Image...
Formatting: [ [File:filename.png|<size>]]
(<size>: NNNpx)
Example: Ic connectivity helper.png ________________________________________________
Block of text...
Formatting: <space>Text
  (<space>: at start of line)
Example:

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:

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)