Changes

5,024 bytes added ,  02:44, 25 May 2025
Line 1: Line 1: −
Here is 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.
 +
________________________________________________
 +
<p style="color: #112A46"><b>Bold...</b></p>
 +
Formatting: < b>Text< /b><br>
 +
&nbsp;&nbsp;or: ' ' 'Text' ' ' (no spaces)<br>
 +
Example: <b>Text</b><br>
 +
&nbsp;&nbsp;or: '''Text'''
 +
________________________________________________
 +
<p style="color: #112A46"><b>Italic...</b></p>
 +
Formatting: < i>Text< /i><br>
 +
Example: <i>Text</i>
 +
________________________________________________
 +
<p style="color: #112A46"><b>New line...</b></p>
 +
(Line break)<br>
 +
Formatting: < br><br>
 +
&nbsp;&nbsp;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&nbsp;&nbsp;&nbsp;&nbsp;Word2
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Bullet point (•)...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(?)</b></p>
 +
Formatting: (*)<br>
 +
Example: *
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Link...</b></p>
 +
Formatting: [ [Overview]]<br>
 +
Example: [[Overview]]
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Image...</b></p>
 +
Formatting: [ [File:filename.png|<size>]]<br>
 +
&nbsp;&nbsp;(<size>: NNNpx)<br>
 +
Example:
 +
[[File:ic_connectivity_helper.png|50px]]
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Block of text...</b></p>
 +
Formatting: <space>Text<br>
 +
&nbsp;&nbsp;(<space>: at start of line)<br>
 +
Example:
 +
Text
 +
________________________________________________<br>
   −
Bold: <b>Text</b>
+
=<p style="color: #112A46"><b>Various styles...</b></p>=
   −
Italic: <i>Text</i>
+
Formatting: < pre style="Style/s">Text< /pre><br>
 +
(Style/s: each style ended with ; character)<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text color...</b></p>
 +
Formatting: < pre style="color: #NNNNNN"><br>
 +
&nbsp;&nbsp;Text< /pre>
 +
Example: <pre style="color: #112A46">Text</pre><br/>
   −
Headings...
+
Formatting: < p style="color: #NNNNNN"><br>
=Heading=
+
&nbsp;&nbsp;Text< /p>
==Heading==
+
Example: <p style="color: #112A46">Text</p>
===Heading===
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text background color...</b></p>
 +
Formatting:<br>
 +
&nbsp;< pre style="background-color: #NNNNNN"><br>
 +
&nbsp;&nbsp;Text< /pre>
 +
Example: <pre style="background-color: #ACC8E5">Text</pre>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Rounded corners...</b></p>
 +
Formatting:<br>
 +
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
 +
&nbsp;&nbsp;Text< /pre>
 +
Example:
 +
<pre style="border-radius: 10px;">Text</pre>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Padding...</b></p>
 +
Formatting: < pre style="padding: NNpx;"><br>
 +
&nbsp;&nbsp;Text< /pre>
 +
Example: <pre style="padding: 50px;">Text</pre>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Combined styles...</b></p>
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
Text</pre>
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>MacroDroid uses these...</b></p>
 +
(yet to test all)<br>
 +
<b>Bold text</b><br>
 +
<strong>Important text</strong><br>
 +
<i>Italic text</i><br>
 +
<em>Emphasized text</em><br>
 +
<mark>Marked text</mark><br>
 +
<small>Smaller text</small><br>
 +
<del>Deleted text</del><br>
 +
<ins>Inserted text</ins><br>
 +
<sub>Subscript text</sub><br>
 +
<sup>Superscript text</sup><br>
 +
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br>
   −
New line: <br>
+
=<p style="color: #112A46"><b>Text size...</b></p>=
   −
Paragraph: <p>Text</p>
+
- 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>
Link: [[Page title]]
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
+
<p style="color: #112A46"><b>Text (biggest; collapsible)</b></p>
Various styles...
+
Formatting: < h1>Text</ h1>
<strong>Text</strong>
+
Example: < h1>Text</h1>
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text</pre>
+
<p style="color: #112A46"><b>Text (smaller)...</b></p>
 +
Formatting: < h2>Text</ h2>
 +
Example: <h2>Text</h2>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (even smaller)...</b></p>
 +
Formatting: < h3>Text</ h3>
 +
Example: <h3>Text</h3>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (smaller still)...</b></p>
 +
Formatting: < h4>Text</ h4>
 +
Example: <h4>Text</h4>
 +
________________________________________________<br>
 +
MacroDroid forum uses these...<br>
 +
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
 +
________________________________________________<br>
 +
(TO ADD MORE)
 +
________________________________________________<br>
   −
Bullet point (•): *
+
=<p style="color: #112A46"><b>Headings...</b></p>=
   −
MacroDroid uses these...
+
All headings have a separate edit page<br>
(yet to test all)
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
<b>Bold text</b>
+
<p style="color: #112A46"><b>Heading (smallest)...</b></p>
<strong>Important text</strong>
+
Formatting: (===)Heading===<br>
<i>Italic text</i>
+
Example:
<em>Emphasized text</em>
  −
<mark>Marked text</mark>
  −
<small>Smaller text</small>
  −
<del>Deleted text</del>
  −
<ins>Inserted text</ins>
  −
<sub>Subscript text</sub>
  −
<sup>Superscript text</sup>
  −
Text size...
  −
<h1>Text</h1>
  −
<h2>Text</h2>
  −
<h3>Text</h3>
  −
(The larger the number inside </h>, the smaller the displayed text will be)
     −
(TO ADD MORE)
+
=== Heading ===
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Heading (middle)...</b></p>
 +
Formatting: (==)Heading==<br>
 +
Example:
 +
== Heading (==)<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p>
 +
Formatting: =Heading(=)<br>
 +
Example:
 +
= Heading (=)
 +
________________________________________________
editors
219

edits