home / docs / sections

sections

6 rows where breadcrumbs contains "Template slots"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
plugin_hooks:plugin-hook-top-canned-query plugin_hooks plugin-hook-top-canned-query top_canned_query(datasette, request, database, query_name) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. query_name - string The name of the canned query. Returns HTML to be displayed at the top of the canned query page. ["Plugin hooks", "Template slots"] []
plugin_hooks:plugin-hook-top-database plugin_hooks plugin-hook-top-database top_database(datasette, request, database) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. Returns HTML to be displayed at the top of the database page. ["Plugin hooks", "Template slots"] []
plugin_hooks:plugin-hook-top-homepage plugin_hooks plugin-hook-top-homepage top_homepage(datasette, request) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. Returns HTML to be displayed at the top of the Datasette homepage. ["Plugin hooks", "Template slots"] []
plugin_hooks:plugin-hook-top-query plugin_hooks plugin-hook-top-query top_query(datasette, request, database, sql) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. sql - string The SQL query. Returns HTML to be displayed at the top of the query results page. ["Plugin hooks", "Template slots"] []
plugin_hooks:plugin-hook-top-row plugin_hooks plugin-hook-top-row top_row(datasette, request, database, table, row) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. table - string The name of the table. row - sqlite.Row The SQLite row object being displayed. Returns HTML to be displayed at the top of the row page. ["Plugin hooks", "Template slots"] []
plugin_hooks:plugin-hook-top-table plugin_hooks plugin-hook-top-table top_table(datasette, request, database, table) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. table - string The name of the table. Returns HTML to be displayed at the top of the table page. ["Plugin hooks", "Template slots"] []

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [sections] (
   [id] TEXT PRIMARY KEY,
   [page] TEXT,
   [ref] TEXT,
   [title] TEXT,
   [content] TEXT,
   [breadcrumbs] TEXT,
   [references] TEXT
);
Powered by Datasette · Queries took 1.2ms