diff --git a/docs/template-variables.rst b/docs/template-variables.rst index 8daa994c72..8bdb6ea0e8 100644 --- a/docs/template-variables.rst +++ b/docs/template-variables.rst @@ -247,26 +247,28 @@ Classification pages (lists) .. class:: table table-bordered table-striped -============== ============== =========================================================== -Name Type Description -============== ============== =========================================================== -``items`` list? List of items for ``list.tmpl`` *(title, permalink, None)* -``posts`` list? List of items for other templates -``kind`` str The classification name -``permalink`` str Permanent link to page -============== ============== =========================================================== +================================== ============== ============================================================= +Name Type Description +================================== ============== ============================================================= +``items`` list? List of items for ``list.tmpl`` *(title, permalink, None)* +``posts`` list? List of items for other templates +``kind`` str The classification name +``permalink`` str Permanent link to page +```` list List of triples ``(other_lang, other_classification, title)`` +================================== ============== ============================================================= Subclassification page ~~~~~~~~~~~~~~~~~~~~~~ .. class:: table table-bordered table-striped -============== ====== ======================= -Name Type Description -============== ====== ======================= -``items`` list? List of items -``permalink`` str Permanent link to page -============== ====== ======================= +================================== =========== ============================================================= +Name Type Description +================================== =========== ============================================================= +``items`` list? List of items +``permalink`` str Permanent link to page +```` list List of triples ``(other_lang, other_classification, title)`` +================================== =========== ============================================================= Hierarchical lists ~~~~~~~~~~~~~~~~~~