22 lines
499 B
Markdown
22 lines
499 B
Markdown
---
|
|
pageClass: routes
|
|
---
|
|
|
|
# Reading
|
|
|
|
## All Poetry
|
|
|
|
### Poems
|
|
|
|
<RouteEn author="HenryQW" example="/allpoetry/newest" path="/allpoetry/:order?" :paramsDesc="['Ordering, `best` or `newest`, `best` by default']"/>
|
|
|
|
## Literotica
|
|
|
|
### New Stories
|
|
|
|
<RouteEn author="nczitzk" example="/literotica/new" path="/literotica/new"/>
|
|
|
|
### Category
|
|
|
|
<RouteEn author="nczitzk" example="/literotica/category/anal-sex-stories" path="/literotica/category/:category?" :paramsDesc="['Categor, can be found in URL']"/>
|