Test

提供:脳科学辞典
2023年6月28日 (水) 13:19時点におけるWikiSysop (トーク | 投稿記録)による版

ナビゲーションに移動 検索に移動

A little bit further

In the following table you will find some examples for both methods: </translate>

<translate> Wikitext</translate> <translate> Rendering</translate>
<translate nowrap>
<!--T:6-->
* Lists are easy to do:
** start every line
* with a star
** more stars mean
*** deeper levels</translate>

<translate>

  • Lists are easy to do:
    • start every line
  • with a star
    • more stars mean
      • deeper levels</translate>
<translate nowrap>
<!--T:8-->
* A newline
* in a list  
marks the end of the list. 
Of course
* you can
* start again.</translate>

<translate>

  • A newline
  • in a list

marks the end of the list. Of course

  • you can
  • start again.</translate>
<translate nowrap>
<!--T:10-->
# Numbered lists are good
## very organized
## easy to follow</translate>

<translate>

  1. Numbered lists are good
    1. very organized
    2. easy to follow</translate>
<translate nowrap>
<!--T:12-->
* You can also
** break lines
** like this</translate>

<translate>

  • You can also
    • break lines
    • like this</translate>
<translate nowrap>
<!--T:14-->
; Description or definition lists
; term : definition
; semicolon plus term
: colon plus definition</translate>

<translate>

Definition lists
item
definition
semicolon plus term
colon plus definition</translate>
<translate nowrap>
<!--T:16-->
; Mixed definition lists
; item 1 : definition
:; sub-item 1 plus term
:: two colons plus definition
:; sub-item 2 : colon plus definition
; item 2 
: back to the main list</translate>

<translate>

Mixed definition lists
item 1
definition
sub-item 1 plus term
two colons plus definition
sub-item 2
colon plus definition
item 2
back to the main list</translate>
<translate nowrap>
<!--T:18-->
* Or create mixed lists
*# and nest them
*#* like this
*#*; definitions
*#*: work:
*#*; apple
*#*; banana
*#*: fruits</translate>

<translate>

  • Or create mixed lists
    1. and nest them
      • like this
        definitions
        work:
        apple
        banana
        fruits</translate>

<translate>