Skip to content

Commit

Permalink
Forgot generic documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 21, 2017
1 parent f875d06 commit ca2d917
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions docs/template-variables.rst
Expand Up @@ -247,26 +247,28 @@ Classification pages (lists)


.. class:: table table-bordered table-striped .. class:: table table-bordered table-striped


============== ============== =========================================================== ================================== ============== =============================================================
Name Type Description Name Type Description
============== ============== =========================================================== ================================== ============== =============================================================
``items`` list? List of items for ``list.tmpl`` *(title, permalink, None)* ``items`` list? List of items for ``list.tmpl`` *(title, permalink, None)*
``posts`` list<Post>? List of items for other templates ``posts`` list<Post>? List of items for other templates
``kind`` str The classification name ``kind`` str The classification name
``permalink`` str Permanent link to page ``permalink`` str Permanent link to page
============== ============== =========================================================== ``<other_language_variable_name>`` list<tuple> List of triples ``(other_lang, other_classification, title)``
================================== ============== =============================================================


Subclassification page Subclassification page
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~


.. class:: table table-bordered table-striped .. class:: table table-bordered table-striped


============== ====== ======================= ================================== =========== =============================================================
Name Type Description Name Type Description
============== ====== ======================= ================================== =========== =============================================================
``items`` list? List of items ``items`` list? List of items
``permalink`` str Permanent link to page ``permalink`` str Permanent link to page
============== ====== ======================= ``<other_language_variable_name>`` list<tuple> List of triples ``(other_lang, other_classification, title)``
================================== =========== =============================================================


Hierarchical lists Hierarchical lists
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ca2d917

Please sign in to comment.