Changes

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.
________________________________________________<br>
+
________________________________________________
Bold...<br>
+
<p style="color: #112A46"><b>Bold...</b></p>
 
Formatting: < b>Text< /b><br>
 
Formatting: < b>Text< /b><br>
Example: <b>Text</b>
+
&nbsp;&nbsp;or: ' ' 'Text' ' ' (no spaces)<br>
________________________________________________<br>
+
Example: <b>Text</b><br>
Italic...<br>
+
&nbsp;&nbsp;or: '''Text'''
 +
________________________________________________
 +
<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>
 +
&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>
 
________________________________________________<br>
Headings...
+
<p style="color: #112A46"><b>Bullet point ()...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(?)</b></p>
 
+
Formatting: (*)<br>
All headings have a separate edit page<br>
+
Example: *
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
  −
Heading #1 (collapsible; biggest)...<br>
  −
Formatting: =Heading(=)<br>
  −
Example:
  −
 
  −
= Heading (=)<br>
  −
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
  −
Heading #2 (middle)...<br>
  −
Formatting: (==)Heading==<br>
  −
Example:
  −
 
  −
== Heading (==)
  −
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
  −
Heading #3 (smallest)...<br>
  −
Formatting: (===)Heading===<br>
  −
Example:
  −
 
  −
=== Heading ===
   
________________________________________________<br>
 
________________________________________________<br>
Italic...<br>
+
<p style="color: #112A46"><b>Link...</b></p>
Formatting: < i>Text< /i><br>
+
Formatting: [ [Overview]]<br>
Example: <i>Text</i>
+
Example: [[Overview]]
 
________________________________________________<br>
 
________________________________________________<br>
New line (line break)...<br>
+
<p style="color: #112A46"><b>Image...</b></p>
Formatting: < br>
+
Formatting: [ [File:filename.png|<size>]]<br>
 +
&nbsp;&nbsp;(<size>: NNNpx)<br>
 +
Example:
 +
[[File:ic_connectivity_helper.png|50px]]
 
________________________________________________<br>
 
________________________________________________<br>
Paragraph...<br>
+
<p style="color: #112A46"><b>Block of text...</b></p>
Formatting: < p>Text< /p>
+
Formatting: <space>Text<br>
 +
&nbsp;&nbsp;(<space>: at start of line)<br>
 +
Example:
 +
Text
 
________________________________________________<br>
 
________________________________________________<br>
Non-breaking space...<br>
+
 
Formatting: (&)nbsp;<br>
+
=<p style="color: #112A46"><b>Various styles...</b></p>=
Example: Word1&nbsp;&nbsp;&nbsp;&nbsp;Word2
  −
________________________________________________<br>
  −
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)<br>
 
(Style/s: each style ended with ; character)<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text color...<br>
+
<p style="color: #112A46"><b>Text color...</b></p>
 
Formatting: < pre style="color: #NNNNNN"><br>
 
Formatting: < pre style="color: #NNNNNN"><br>
 
&nbsp;&nbsp;Text< /pre>
 
&nbsp;&nbsp;Text< /pre>
Example: <pre style="color: #112A46">Text</pre>
+
Example: <pre style="color: #112A46">Text</pre><br/>
 +
 
 +
Formatting: < p style="color: #NNNNNN"><br>
 +
&nbsp;&nbsp;Text< /p>
 +
Example: <p style="color: #112A46">Text</p>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text background color...<br>
+
<p style="color: #112A46"><b>Text background color...</b></p>
 
Formatting:<br>
 
Formatting:<br>
 
&nbsp;< pre style="background-color: #NNNNNN"><br>
 
&nbsp;< pre style="background-color: #NNNNNN"><br>
Line 61: Line 64:  
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Rounded corners...<br>
+
<p style="color: #112A46"><b>Rounded corners...</b></p>
 
Formatting:<br>
 
Formatting:<br>
 
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
 
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
Line 68: Line 71:  
<pre style="border-radius: 10px;">Text</pre>
 
<pre style="border-radius: 10px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Padding...<br>
+
<p style="color: #112A46"><b>Padding...</b></p>
 
Formatting: < pre style="padding: NNpx;"><br>
 
Formatting: < pre style="padding: NNpx;"><br>
 
&nbsp;&nbsp;Text< /pre>
 
&nbsp;&nbsp;Text< /pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Combined styles...<br>
+
<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>
Bullet point (•)... &nbsp;&nbsp;&nbsp;&nbsp;(?)<br>
+
<p style="color: #112A46"><b>MacroDroid uses these...</b></p>
Formatting: (*)<br>
  −
Example: *
  −
________________________________________________<br>
  −
Link...<br>
  −
Formatting: [ [Page title]]<br>
  −
Example: [[Page title]]
  −
________________________________________________<br>
  −
Image...<br>
  −
Formatting: [ [File:filename.png|<size>]]<br>
  −
(<size>: NNNpx)<br>
  −
Example:
  −
[[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>
  −
MacroDroid uses these...<br>
   
(yet to test all)<br>
 
(yet to test all)<br>
 
<b>Bold text</b><br>
 
<b>Bold text</b><br>
Line 110: Line 93:  
<sup>Superscript text</sup><br>
 
<sup>Superscript text</sup><br>
 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<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>
 
- The larger the number inside <h></h>, the<br>&nbsp;&nbsp;smaller the displayed text will be<br>
 
- The larger the number inside <h></h>, the<br>&nbsp;&nbsp;smaller the displayed text will be<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text (biggest; collapsible)...<br>
+
<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>
Text (smaller)...<br>
+
<p style="color: #112A46"><b>Text (smaller)...</b></p>
 
Formatting: < h2>Text</ h2>
 
Formatting: < h2>Text</ h2>
 
Example: <h2>Text</h2>
 
Example: <h2>Text</h2>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text (even smaller)...<br>
+
<p style="color: #112A46"><b>Text (even smaller)...</b></p>
 
Formatting: < h3>Text</ h3>
 
Formatting: < h3>Text</ h3>
 
Example: <h3>Text</h3>
 
Example: <h3>Text</h3>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text (smaller still)...<br>
+
<p style="color: #112A46"><b>Text (smaller still)...</b></p>
 
Formatting: < h4>Text</ h4>
 
Formatting: < h4>Text</ h4>
 
Example: <h4>Text</h4>
 
Example: <h4>Text</h4>
Line 134: Line 118:  
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
 
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
 
________________________________________________<br>
 
________________________________________________<br>
<br>
   
(TO ADD MORE)
 
(TO ADD MORE)
 
________________________________________________<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>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Heading #1 (collapsible; biggest)...<br>
+
<p style="color: #112A46"><b>Heading (smallest)...</b></p>
Formatting: =Heading(=)<br>
+
Formatting: (===)Heading===<br>
 
Example:
 
Example:
   −
= Heading (=)
+
=== Heading ===
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Heading #2 (middle)...<br>
+
<p style="color: #112A46"><b>Heading (middle)...</b></p>
 
Formatting: (==)Heading==<br>
 
Formatting: (==)Heading==<br>
 
Example:
 
Example:
 +
== Heading (==)<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p>
 +
Formatting: =Heading(=)<br>
 +
Example:
 +
= Heading (=)
 +
________________________________________________
editors
217

edits