Changes

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)
editors
217

edits