OcttKB/Wiki-OcttKB/tiddlers/Normal/_Wikitext.tid

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-06-11 22:14:59 +02:00
created: 20230112115019993
2023-07-25 00:34:57 +02:00
creator: Octt
2023-08-18 01:43:40 +02:00
modified: 20230817233116020
2023-06-11 22:14:59 +02:00
modifier: Octt
2023-08-18 01:43:40 +02:00
tags: TiddlyWiki MediaWiki $:/i18n:en Markup
2023-07-25 00:34:57 +02:00
title: Wikitext
2023-06-11 22:14:59 +02:00
2023-07-25 00:34:57 +02:00
<<^wikipediaframe "Help:Wikitext" en>>
2023-06-11 22:14:59 +02:00
!!! ''MediaWiki's vs TiddlyWiki's Wikitext''
2023-07-25 00:34:57 +02:00
''Documentation'': [[Wikipedia's|https://en.wikipedia.org/wiki/Help:Wikitext]] | [[TiddlyWiki's|https://tiddlywiki.com/#WikiText]]
2023-06-11 22:14:59 +02:00
!!!! ''Equalities''
* ''Unordered and Ordered Lists''
* ''Break lines'': A single newline doesn't break the text, an empty line starts a new paragraph.
!!!! ''Differences''
||''MediaWiki''|''TiddlyWiki''|
|''Headings''|Name enclosed in a pair of //equals//:<br>`=== Heading 3 ===`|Name preceded by //bangs//:<br>`!!! Heading 3`|
|''Bold'':<br>Text enclosed in a pair of:|3 //apostrophes//:<br>`'''Text'''`|2 //apostrophes//:<br>`''Text''`|
|''Italics'':<br>Text enclosed in a pair of:|2 //apostrophes//:<br>`''Text''`|2 //slashes//:<br>`//Text//`|
|''Indentation''|`Indentation as used on talk pages:`<br>`:Each colon at the start of a line`<br>`::causes the line to be indented by three more character positions.`|N/A|
|''Horizontal Rule''|4 or more //dashes//:<br>`----`|3 or more //dashes//:<br>`---`|
|''Hard Linebreaks''|N/A|Text enclosed in 3 //quotes//:<br>`"""`<br>`Text`<br>`Still Text`<br>`"""`|
|''Links''|Target first, Name last|Name first, Target last|