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}
|
||||
|
||||
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:
|
||||
name: niss
|
||||
pronouns: she/her
|
||||
height: 9 ft (275 cm)
|
||||
- name: niss
|
||||
- pronouns: she/her
|
||||
- height: 9 ft (275 cm)
|
||||
# etc
|
||||
```
|
||||
|
||||
|
@ -99,8 +99,8 @@ either or both can also be just an html string, in which case they are put under
|
|||
desc: |
|
||||
blablabla
|
||||
desc:
|
||||
about: |
|
||||
blablabla
|
||||
- about: |
|
||||
blablabla
|
||||
```
|
||||
|
||||
## images
|
||||
|
|
Loading…
Reference in a new issue