Update info.yaml format info
parent
f52e331ad1
commit
ce7686b7fc
1 changed files with 6 additions and 6 deletions
|
@ -80,13 +80,13 @@ a list of strings like `[colour, niss, nisse]`. gallery views let you filter by
|
||||||
|
|
||||||
## desc & nsfw-desc {#desc}
|
## desc & nsfw-desc {#desc}
|
||||||
|
|
||||||
the full form of these fields is as a map from arbitrary headings to html contents. for example on a character info page it might start:
|
the full form of these fields is as an ordered map from arbitrary headings to html contents. for example on a character info page it might start:
|
||||||
|
|
||||||
```
|
```
|
||||||
desc:
|
desc:
|
||||||
name: niss
|
- name: niss
|
||||||
pronouns: she/her
|
- pronouns: she/her
|
||||||
height: 9 ft (275 cm)
|
- height: 9 ft (275 cm)
|
||||||
# etc
|
# etc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -99,8 +99,8 @@ either or both can also be just an html string, in which case they are put under
|
||||||
desc: |
|
desc: |
|
||||||
blablabla
|
blablabla
|
||||||
desc:
|
desc:
|
||||||
about: |
|
- about: |
|
||||||
blablabla
|
blablabla
|
||||||
```
|
```
|
||||||
|
|
||||||
## images
|
## images
|
||||||
|
|
Loading…
Reference in a new issue