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>
+
See also...<br>
Formatting: < b>Text< /b><br>
+
[https://cheatography.com/davechild/cheat-sheets/wikipedia/ Wikipedia Cheat Sheet]<br>
Example: <b>Text</b>
+
[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting - MediaWiki]
________________________________________________<br>
+
________________________________________________
Italic...<br>
+
<p style="color: #112A46"><b>Bold...</b></p>
Formatting: < i>Text< /i><br>
+
Formatting:  
 +
<nowiki><b>Text</b></nowiki><br>
 +
&nbsp;&nbsp;or: <nowiki>'''Text'''</nowiki><br>
 +
Example: <b>Text</b><br>
 +
&nbsp;&nbsp;or: '''Text'''
 +
________________________________________________
 +
<p style="color: #112A46"><b>Italic...</b></p>
 +
Formatting: <nowiki><i>Text</i></nowiki><br>
 
Example: <i>Text</i>
 
Example: <i>Text</i>
 +
________________________________________________
 +
<p style="color: #112A46"><b>New line...</b></p>
 +
(Line break)<br>
 +
Formatting: <nowiki><br></nowiki><br>
 +
&nbsp;&nbsp;or: <nowiki><br/></nowiki><br>
 +
________________________________________________
 +
<p style="color: #112A46"><b>Paragraph...</b></p>
 +
Formatting: <nowiki><p>Text</p></nowiki>
 +
________________________________________________
 +
<p style="color: #112A46"><b>Space (non-breaking)...</b></p>
 +
Formatting: <nowiki>&nbsp;</nowiki><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><nowiki>* Item 1</nowiki><br><nowiki>* Item 2</nowiki><br><br>
All headings have a separate edit page<br>
+
Example:  
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
+
* Item 1
Heading #1 (collapsible; biggest)...<br>
+
* Item 2
Formatting: =Heading(=)<br>
  −
Example:
  −
 
  −
= Heading =
  −
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<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: <nowiki>[[Overview]]</nowiki><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: <nowiki>[[File:filename.png|<size>]]</nowiki><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>
Various styles...
     −
Formatting: < pre style="Style/s">Text< /pre><br>
+
=<p style="color: #112A46"><b>Various styles...</b></p>=
(Style/s: each style ended with ; character)
     −
Text color...<br>
+
Formatting: <nowiki><pre style="Style/s">Text</pre></nowiki><br>
Formatting: < pre style="color: #NNNNNN"><br> Text< /pre>
+
(Style/s: each style ended with ; character)<br>
Example: <pre style="color: #112A46">Text</pre>
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text color...</b></p>
 +
Formatting: <nowiki><pre style="color: #NNNNNN"></nowiki><br>
 +
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 +
Example: <pre style="color: #112A46">Text</pre><br/>
   −
Text background color...<br>
+
Formatting: <nowiki><p style="color: #NNNNNN"></nowiki><br>
Formatting: < pre style="background-color: #NNNNNN">Text< /pre>
+
&nbsp;&nbsp;<nowiki>Text</p></nowiki>
 +
Example: <p style="color: #112A46">Text</p>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text background color...</b></p>
 +
Formatting:<br>
 +
&nbsp;<nowiki><pre style="background-color: #NNNNNN"></nowiki><br>
 +
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Rounded corners...<br>
+
<p style="color: #112A46"><b>Rounded corners...</b></p>
Formatting: < pre style="border-radius: NNpx;">Text< /pre>
+
Formatting:<br>
 +
&nbsp;&nbsp;<nowiki><pre style="border-radius: NNpx;"></nowiki><br>
 +
&nbsp;&nbsp;<nowiki>Text</pre></nowiki><br>
 
Example:  
 
Example:  
 
<pre style="border-radius: 10px;">Text</pre>
 
<pre style="border-radius: 10px;">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Padding...<br>
+
<p style="color: #112A46"><b>Padding...</b></p>
Formatting: < pre style="padding: NNpx;">Text< /pre>
+
Formatting: <nowiki><pre style="padding: NNpx;"></nowiki><br>
 +
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 
Example: <pre style="padding: 50px;">Text</pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<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 (•)... (?)<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...
  −
Formatting: [[ File:filename.png|<size>]]
  −
(<size>: NNNpx)
  −
Example:
  −
[[File:ic_connectivity_helper.png|50px]]
  −
________________________________________________<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 91: Line 99:  
<sub>Subscript text</sub><br>
 
<sub>Subscript text</sub><br>
 
<sup>Superscript text</sup><br>
 
<sup>Superscript text</sup><br>
 +
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br>
 +
 +
=<p style="color: #112A46"><b>Text size...</b></p>=
   −
Text size...
+
- Must be at start of line<br>
(must be at start of line)
+
- The larger the number inside <h></h>, the<br>&nbsp;&nbsp;smaller the displayed text will be<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (biggest; collapsible)</b></p>
 +
Formatting: <nowiki><h1>Text</h1></nowiki><br>
 +
Example: (biggest)<br>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (smaller)...</b></p>
 +
Formatting: <nowiki><h2>Text</h2></nowiki>
 +
Example: <h2>Text</h2>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (even smaller)...</b></p>
 +
Formatting: <nowiki><h3>Text</h3></nowiki>
 +
Example: <h3>Text</h3>
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 +
<p style="color: #112A46"><b>Text (smaller still)...</b></p>
 +
Formatting: <nowiki><h4>Text</h4></nowiki>
 +
Example: <h4>Text</h4>
 +
________________________________________________<br>
 +
Escaping formatting...<br>
 +
 
 +
<nowiki><nowiki>formatted text</nowiki></nowiki><br><br>
 +
Used by macrodroidforum.com:<br>
 +
[PLAIN]formatted text[/PLAIN]
 +
________________________________________________<br>
 +
(TO ADD MORE)
 +
________________________________________________<br>
   −
<h1>Text</h1>
+
=<p style="color: #112A46"><b>Headings...</b></p>=
  (Collapsible. Biggest)
  −
<h2>Text</h2>
  −
<h3>Text</h3>
  −
(The larger the number inside <h></h>, the smaller the displayed text will be)
     −
<br>
+
All headings have a separate edit page<br>
MacroDroid forum uses these...
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Doesn't work: [PLAIN]Formatted text[/PLAIN]
+
<p style="color: #112A46"><b>Heading (smallest)...</b></p>
 +
Formatting: (===)Heading===<br>
 +
Example:
   −
<br>
+
=== Heading ===
(TO ADD MORE)
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<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
250

edits