# Victorian era > [!overview] > - [location:: [[United Kingdom]]] > - [period:: [[1830s]], [[1840s]], [[1850s]], [[1860s]], [[1870s]], [[1880s]], [[1890s]], [[1900s]]] > - [prev:: [[Georgian era]]] > - [next:: [[Edwardian era]]] > [!note]- Notes > ```dataview > TABLE WITHOUT ID > link(file.path, file.title) AS Note > FROM "40 Atomic/41 Notes" AND #time-period/1800s-1890s/Victorian > SORT file.title asc > ``` > [!people]- People > ```dataview > TABLE WITHOUT ID > link(file.path, file.title) AS Person > FROM "40 Atomic/42 Public Figures" AND #time-period/1800s-1890s/Victorian > SORT name_last asc > ``` - #seed Placeholder for linking. Relevant links for testing purposes: - [[House of Worth]] - [[Queen Victoria]] - [[Charles Darwin]] - [[Charles Dickens]] - Named for [[Queen Victoria]], the reigning monarch of the United Kingdom from 1837-06-20 to 1901-01-22. ## - [[Charles Dickens popularized the serial novel]] - [[many Victorian serial publications were aimed at a family audience]] - [[serial publications reached their peak popularity in Britain in the 19th century]] - [[Victorian tea gowns are an example of liminal space between public and private]] > [!cite]- Reference > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > type AS "Type", > keywords AS "Keywords" > FROM "50 Reference" > WHERE contains(keywords, this.file.link) > SORT type, title asc > ```