mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 08:05:02 +00:00
Docs: rename 'definition lists' to 'description lists' (#9535)
* docs: Definition Lists to definition lists * tw5.com: rename Definition Lists to Description Lists throught tiddler * apply recommendations by @pmario on #9535
This commit is contained in:
@@ -1,14 +1,7 @@
|
|||||||
|
caption: Definitions
|
||||||
created: 20131205160424246
|
created: 20131205160424246
|
||||||
modified: 20131205160450910
|
modified: 20251229110936191
|
||||||
tags: WikiText
|
|
||||||
title: Definitions in WikiText
|
title: Definitions in WikiText
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
caption: Definitions
|
|
||||||
|
|
||||||
HTML definition lists are created with this syntax:
|
To use HTML Definition Lists through WikiText, see [[Description Lists in WikiText]].
|
||||||
|
|
||||||
<<wikitext-example src:"; Term being defined
|
|
||||||
: Definition of that term
|
|
||||||
; Another term
|
|
||||||
: Another definition
|
|
||||||
">>
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
caption: Description Lists
|
||||||
|
created: 20131205160424246
|
||||||
|
modified: 20251229110936191
|
||||||
|
tags: WikiText
|
||||||
|
title: Description Lists in WikiText
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
HTML description lists (<abbr title="also known as">AKA</abbr> definition lists) are created with this syntax:
|
||||||
|
|
||||||
|
<<wikitext-example src:"; Term being described
|
||||||
|
: Description / Definition of that term
|
||||||
|
; Another term
|
||||||
|
: Another description / definition
|
||||||
|
">>
|
||||||
@@ -15,7 +15,7 @@ Common characteristics of such block mode WikiText:
|
|||||||
|!~WikiText|!Punctuation|
|
|!~WikiText|!Punctuation|
|
||||||
|[[Block Quotes in WikiText]] |Multi-line block quotes are enclosed by lines containing only the text `<<<`; single line block quotes are also possible.|
|
|[[Block Quotes in WikiText]] |Multi-line block quotes are enclosed by lines containing only the text `<<<`; single line block quotes are also possible.|
|
||||||
|[[Code Blocks in WikiText]]|Enclosed by lines containing only the text <code>```</code>|
|
|[[Code Blocks in WikiText]]|Enclosed by lines containing only the text <code>```</code>|
|
||||||
|[[Definitions in WikiText]]|Each term is on its own line and each definition is on its own line.|
|
|[[Description Lists in WikiText]]|Each term is on its own line and each definition is on its own line.|
|
||||||
|[[Hard Linebreaks in WikiText]]|Enclosed by lines containing only the text `"""`.|
|
|[[Hard Linebreaks in WikiText]]|Enclosed by lines containing only the text `"""`.|
|
||||||
|[[Headings in WikiText]]|Entire line starting with `!`.|
|
|[[Headings in WikiText]]|Entire line starting with `!`.|
|
||||||
|[[Horizontal Rules in WikiText]]|A line containing only the text `---`.|
|
|[[Horizontal Rules in WikiText]]|A line containing only the text `---`.|
|
||||||
|
|||||||
Reference in New Issue
Block a user