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:
superuser-does
2026-01-04 17:37:54 +00:00
committed by GitHub
parent 7fb8560908
commit f3fa69e229
3 changed files with 19 additions and 12 deletions

View File

@@ -1,14 +1,7 @@
caption: Definitions
created: 20131205160424246
modified: 20131205160450910
tags: WikiText
modified: 20251229110936191
title: Definitions in WikiText
type: text/vnd.tiddlywiki
caption: Definitions
HTML definition lists are created with this syntax:
<<wikitext-example src:"; Term being defined
: Definition of that term
; Another term
: Another definition
">>
To use HTML Definition Lists through WikiText, see [[Description Lists in WikiText]].

View File

@@ -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
">>

View File

@@ -15,7 +15,7 @@ Common characteristics of such block mode WikiText:
|!~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.|
|[[Code Blocks in WikiText]]|Enclosed by lines containing only the text <code>&#96;&#96;&#96;</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 `"""`.|
|[[Headings in WikiText]]|Entire line starting with `!`.|
|[[Horizontal Rules in WikiText]]|A line containing only the text `---`.|