| Code | Description |
|---|---|
| [http://filsofia.com/share/20250913-20250912-Ezekiel-whirlwind-fire---loop.mp4] | Loop a video 3 times by adding "loop" to the end of the filename. |
|
download|URL Example: download|http://john1126.com/share/20250207-yacy-crawl-of-books-converted-from-PDF-to-text-files,-then-yacy-can-search-them-for-keywords.mp4 |
Download highest quality MP4 Creates a clickable link to download the file, instead of displaying it in a media player. |
|
=headline1= ==headline2== ===headline3=== ====headline4==== =====headline5===== ======headline6====== |
These tags create headlines. If a page has three or more headlines, a table of content will be created automatically. Headlines of level 1 will be ignored in the table of content. |
|
''text'' '''text''' '''''text''''' |
These tags create stressed texts. The first pair emphasizes the text (most browsers will display it in italics), the second one emphazises it more strongly (i.e. bold) and the last tags create a combination of both. |
| <s>text</s> | Text will be displayed stricken through. |
| <u>text</u> | Text will be displayed underlined. |
| :Single line of text will appear in a blockquote because of the preceding colon |
Single line of text will appear in a blockquote because of the preceding colon |
|
bquote2Text on multiple lines.... even with spaces\/bquote2 |
Text on multiple lines.... Good for sharing text split across multiple lines |
| :John 11:26 KJV | And whosoever liveth and believeth in me shall never die. Believest thou this? |
John 11:26 KJV | And whosoever liveth and believeth in me shall never die. Believest thou this? |
|
<pre> Text between these tags will keep all the spaces and linebreaks in it. Great for code. </pre> |
Text between these tags will keep all the spaces and linebreaks in it.
|
|
#point1 ##point1.1 ##point1.2 #point2 |
These tags create a numbered list. |
|
*something **another thing ***and yet another *something else |
These tags create an unnumbered list. |
|
;word 1:definition 1 ;word 2:definition 2 ;;word 3:definition 3 ;word 4:definition 4 |
These tags create a definition list. |
| ---- | This tag creates a horizontal line. |
|
[[pagename]] [[pagename|description]] |
This tag creates links to other pages of the wiki. |
|
[url] [url description] |
This tag creates links to external websites. |
|
[[Image:url]] [[Image:url|alt text]] [[Image:url|align|alt text]] |
This tag displays an image, it can be aligned left, right or center. |
|
{| |- ||row 1, col 1||row 1, col 2 |- ||row 2, col 1||row 2, col 2 |} |
These tags create a table, whereas the first marks the beginning of the table, the second starts a new line, the third and fourth each create a new cell in the line. The last displayed tag closes the table. |
|
text text text |
If a line starts with a space, it will be displayed in a non-proportional font. |