mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
27
Wiki-OcttKB/tiddlers/Normal/Wikitext/en.tid
Normal file
27
Wiki-OcttKB/tiddlers/Normal/Wikitext/en.tid
Normal file
@@ -0,0 +1,27 @@
|
||||
created: 20230112115019993
|
||||
modified: 20230206111552455
|
||||
modifier: Octt
|
||||
tags: TiddlyWiki MediaWiki $:/i18n:en
|
||||
title: Wikitext:en
|
||||
|
||||
<<MediaWiki "Help:Wikitext" en 1>>
|
||||
|
||||
!!! ''MediaWiki's vs TiddlyWiki's Wikitext''
|
||||
|
||||
''Documentation'': [[Wikipedia's|https://en.m.wikipedia.org/wiki/Help:Wikitext]] | [[TiddlyWiki's|https://tiddlywiki.com/#WikiText]]
|
||||
|
||||
!!!! ''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|
|
Reference in New Issue
Block a user