Difference between revisions of "Editing the wiki"
Tags: Mobile web edit Mobile edit |
Tags: Mobile web edit Mobile edit |
||
Line 42: | Line 42: | ||
Paragraph...<br> | Paragraph...<br> | ||
Formatting: < p>Text< /p> | Formatting: < p>Text< /p> | ||
− | |||
− | |||
− | |||
− | |||
________________________________________________<br> | ________________________________________________<br> | ||
Various styles... | Various styles... | ||
Line 52: | Line 48: | ||
Text</pre> | Text</pre> | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | Bullet point (•)... | + | Bullet point (•)...<br> |
− | Formatting: (*) | + | Formatting: (*)<br> |
Example: * | Example: * | ||
________________________________________________<br> | ________________________________________________<br> | ||
− | <br> | + | Link...<br> |
− | MacroDroid uses these... | + | Formatting: [ [Page title]]<br> |
− | (yet to test all) | + | Example: [[Page title]] |
− | <b>Bold text</b> | + | ________________________________________________<br> |
− | <strong>Important text</strong> | + | Image... |
− | <i>Italic text</i> | + | Formatting: [[ File:filename.png|<size>]] |
− | <em>Emphasized text</em> | + | (<size>: NNNpx) |
− | <mark>Marked text</mark> | + | Example: |
− | <small>Smaller text</small> | + | [[File:ic_connectivity_helper.png|50px]] |
− | <del>Deleted text</del> | + | ________________________________________________<br> |
− | <ins>Inserted text</ins> | + | MacroDroid uses these...<br> |
− | <sub>Subscript text</sub> | + | (yet to test all)<br> |
− | <sup>Superscript text</sup> | + | <b>Bold text</b><br> |
+ | <strong>Important text</strong><br> | ||
+ | <i>Italic text</i><br> | ||
+ | <em>Emphasized text</em><br> | ||
+ | <mark>Marked text</mark><br> | ||
+ | <small>Smaller text</small><br> | ||
+ | <del>Deleted text</del><br> | ||
+ | <ins>Inserted text</ins><br> | ||
+ | <sub>Subscript text</sub><br> | ||
+ | <sup>Superscript text</sup><br> | ||
Text size... | Text size... |
Revision as of 02:31, 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>
________________________________________________
Various styles...
Text
Text
________________________________________________
Bullet point (•)...
Formatting: (*)
Example: *
________________________________________________
Link...
Formatting: [ [Page title]]
Example: Page title
________________________________________________
Image...
Formatting: <size>
(<size>: NNNpx)
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)