mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
extends ../../layout.pug
|
|
include ../mixins
|
|
|
|
block meta
|
|
link(rel="stylesheet" href="/assets/api/entities/style.css")
|
|
|
|
block main
|
|
h1= name
|
|
|
|
p#desc= desc[lang] || desc['ja']
|
|
|
|
section
|
|
h2 Properties
|
|
+propTable(props)
|
|
|
|
if propDefs
|
|
each propDef in propDefs
|
|
section(id= propDef.name)
|
|
h3= propDef.name
|
|
+propTable(propDef.params)
|