Difference between revisions of "Editing the wiki"

Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 12: Line 12:
 
Headings...
 
Headings...
  
 +
Heading #1 (collapsible; biggest)...<br>
 +
Formatting: =Heading(=)<br>
 +
Example:
 
=Heading=
 
=Heading=
 +
 +
Heading #2 (middle)...<br>
 +
Formatting: (==)Heading==<br>
 +
Example:
 
==Heading==
 
==Heading==
 +
 +
Heading #3 (smallest)...<br>
 +
Formatting: (===)Heading===<br>
 +
Example:
 
===Heading===
 
===Heading===
  
New line: <br>
+
<br>
 +
New line (line break)...<br>
 +
Formatting: < br>
 +
 
 +
Paragraph...<br>
 +
Formatting: < p>Text< /p>
  
Paragraph: <p>Text</p>
+
Link...<br>
 +
Formatting: ([[)Page title]]<br>
 +
Example: [[Page title]]
  
Link: [[Page title]]
 
  
 
Various styles...
 
Various styles...
Line 27: Line 44:
 
Text</pre>
 
Text</pre>
  
Bullet point (•): *
+
Bullet point (•)...
 +
Formatting: (*)
 +
Example: *
  
 
<br>
 
<br>
Line 51: Line 70:
 
<h3>Text</h3>
 
<h3>Text</h3>
 
(The larger the number inside <h></h>, the smaller the displayed text will be)
 
(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]
  
 
<br>
 
<br>
 
(TO ADD MORE)
 
(TO ADD MORE)

Revision as of 01:24, 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...

Heading #1 (collapsible; biggest)...
Formatting: =Heading(=)
Example:

Heading

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

Heading

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

Heading


New line (line break)...
Formatting: < br>

Paragraph...
Formatting: < p>Text< /p>

Link...
Formatting: ()Page title
Example: Page title


Various styles... Text

Text

Bullet point (•)... Formatting: (*) Example: *


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)

Text

 (Collapsible. Biggest)

Text

Text

(The larger the number inside <h></h>, the smaller the displayed text will be)


MacroDroid forum uses these... Doesn't work: [PLAIN]Formatted text[/PLAIN]


(TO ADD MORE)