@@ -247,29 +247,29 @@ Classification pages (lists)
247
247
248
248
.. class :: table table-bordered table-striped
249
249
250
- ================================== ============== =============================================================
251
- Name Type Description
252
- ================================== ============== =============================================================
253
- ``kind `` str The classification name
254
- ``items `` list? List of items for ``list.tmpl `` *(title, permalink, None) *
255
- ``posts `` list<Post>? List of items for other templates
256
- ``kind `` str The classification name
257
- ``permalink `` str Permanent link to page
258
- ``<other_language_variable_name> `` list<tuple> List of triples ``(other_lang, other_classification, title) ``
259
- ================================== ============== =============================================================
250
+ =================== ============== =============================================================
251
+ Name Type Description
252
+ =================== ============== =============================================================
253
+ ``kind `` str The classification name
254
+ ``items `` list? List of items for ``list.tmpl `` *(title, permalink, None) *
255
+ ``posts `` list<Post>? List of items for other templates
256
+ ``kind `` str The classification name
257
+ ``permalink `` str Permanent link to page
258
+ ``other_languages `` list<tuple> List of triples ``(other_lang, other_classification, title) ``
259
+ =================== ============== =============================================================
260
260
261
261
Subclassification page
262
262
~~~~~~~~~~~~~~~~~~~~~~
263
263
264
264
.. class :: table table-bordered table-striped
265
265
266
- ================================== =========== =============================================================
267
- Name Type Description
268
- ================================== =========== =============================================================
269
- ``items `` list? List of items
270
- ``permalink `` str Permanent link to page
271
- ``<other_language_variable_name> `` list<tuple> List of triples ``(other_lang, other_classification, title) ``
272
- ================================== =========== =============================================================
266
+ =================== =========== =============================================================
267
+ Name Type Description
268
+ =================== =========== =============================================================
269
+ ``items `` list? List of items
270
+ ``permalink `` str Permanent link to page
271
+ ``other_languages `` list<tuple> List of triples ``(other_lang, other_classification, title) ``
272
+ =================== =========== =============================================================
273
273
274
274
Hierarchical lists
275
275
~~~~~~~~~~~~~~~~~~
0 commit comments