Difference between revisions of "Editing the wiki"
 (→Text) Tags: Mobile web edit Mobile edit  | 
				 (→Text) Tags: Mobile web edit Mobile edit  | 
				||
| Line 1: | Line 1: | ||
| − | Here   | + |  Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use.  | 
________________________________________________<br>  | ________________________________________________<br>  | ||
Bold...<br>  | Bold...<br>  | ||
| Line 8: | Line 8: | ||
Formatting: < i>Text< /i><br>  | Formatting: < i>Text< /i><br>  | ||
Example: <i>Text</i>  | Example: <i>Text</i>  | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
________________________________________________<br>  | ________________________________________________<br>  | ||
Italic...<br>  | Italic...<br>  | ||
| Line 118: | Line 112: | ||
Doesn't work: [ PLAIN]Formatted text[/PLAIN]  | Doesn't work: [ PLAIN]Formatted text[/PLAIN]  | ||
________________________________________________<br>  | ________________________________________________<br>  | ||
| − | |||
(TO ADD MORE)  | (TO ADD MORE)  | ||
________________________________________________<br>  | ________________________________________________<br>  | ||
| Line 128: | Line 121: | ||
Formatting: (===)Heading===<br>  | Formatting: (===)Heading===<br>  | ||
Example:  | Example:  | ||
| − | === Heading   | + | === Heading ===  | 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>  | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>  | ||
Heading (middle)...<br>  | Heading (middle)...<br>  | ||
Formatting: (==)Heading==<br>  | Formatting: (==)Heading==<br>  | ||
Example:  | Example:  | ||
| − | == Heading   | + | == Heading ==  | 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>  | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>  | ||
Heading (biggest; collapsible)...<br>  | Heading (biggest; collapsible)...<br>  | ||
Formatting: =Heading(=)<br>  | Formatting: =Heading(=)<br>  | ||
Example:  | Example:  | ||
| − | = Heading   | + | = Heading =  | 
________________________________________________  | ________________________________________________  | ||
Revision as of 03:57, 13 May 2025
Here are the 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
________________________________________________
Italic...
Formatting: < i>Text< /i>
Example: Text
________________________________________________
New line (line break)...
Formatting: < br>
________________________________________________
Paragraph...
Formatting: < p>Text< /p>
________________________________________________
Non-breaking space...
Formatting: (&)nbsp;
Example: Word1    Word2
________________________________________________
Various styles...
Formatting: < pre style="Style/s">Text< /pre>
(Style/s: each style ended with ; character)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text color...
Formatting: < pre style="color: #NNNNNN">
  Text< /pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text background color...
Formatting:
 < pre style="background-color: #NNNNNN">
  Text< /pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Rounded corners...
Formatting:
  < pre style="border-radius: NNpx;">
  Text< /pre>
Example: 
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Padding...
Formatting: < pre style="padding: NNpx;">
  Text< /pre>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Combined styles...
Text
________________________________________________
Bullet point (•)...     (?)
Formatting: (*)
Example: *
________________________________________________
Link...
Formatting: [ [Page title]]
Example: Page title
________________________________________________
Image...
Formatting: [ [File:filename.png|<size>]]
(<size>: NNNpx)
Example: 
________________________________________________
Block of text...
Formatting: <space>Text
  (<space>: at start of line)
Example:
Text
________________________________________________
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
- The larger the number inside <h></h>, the
  smaller the displayed text will be
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (biggest; collapsible)...
Formatting: < h1>Text</ h1>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (smaller)...
Formatting: < h2>Text</ h2>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (even smaller)...
Formatting: < h3>Text</ h3>
Example:
Text
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Text (smaller still)...
Formatting: < h4>Text</ h4>
Example:
Text
________________________________________________
MacroDroid forum uses these...
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
________________________________________________
(TO ADD MORE)
________________________________________________
Headings...
All headings have a separate edit page
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (smallest)...
Formatting: (===)Heading===
Example:
Heading
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (middle)...
Formatting: (==)Heading==
Example:
Heading
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Heading (biggest; collapsible)...
Formatting: =Heading(=)
Example:
Heading
________________________________________________