Difference between revisions of "Editing the wiki"

Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 32: Line 32:
 
Example:
 
Example:
 
=== Heading ===
 
=== Heading ===
 
+
________________________________________________<br>
<br>
+
Italic...<br>
 +
Formatting: < i>Text< /i><br>
 +
Example: <i>Text</i>
 +
________________________________________________<br>
 
New line (line break)...<br>
 
New line (line break)...<br>
 
Formatting: < br>
 
Formatting: < br>
 
+
________________________________________________<br>
 
Paragraph...<br>
 
Paragraph...<br>
 
Formatting: < p>Text< /p>
 
Formatting: < p>Text< /p>
 
+
________________________________________________<br>
 
Link...<br>
 
Link...<br>
 
Formatting: ([[)Page title]]<br>
 
Formatting: ([[)Page title]]<br>
 
Example: [[Page title]]
 
Example: [[Page title]]
 
+
________________________________________________<br>
 
 
 
Various styles...
 
Various styles...
 
<strong>Text</strong>
 
<strong>Text</strong>
 
<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>
 
Bullet point (•)...
 
Bullet point (•)...
 
Formatting: (*)
 
Formatting: (*)
 
Example: *
 
Example: *
 
+
________________________________________________<br>
 
<br>
 
<br>
 
MacroDroid uses these...
 
MacroDroid uses these...

Revision as of 02:23, 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 ________________________________________________
Non-breaking space...
Formatting: (&)nbsp;
Example: Word1    Word2 ________________________________________________
Headings...

All headings have a separate edit page
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading #1 (collapsible; biggest)...
Formatting: =Heading(=)
Example:

Heading

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

Heading

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

Heading

________________________________________________
Italic...
Formatting: < i>Text< /i>
Example: Text ________________________________________________
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)