On 6/14/20 3:16 PM, Karl Berry wrote:
> In the template files, e.g., templates/en/archidxhead.html and
> article.html, is there a %(...)s value that would link to
> the next/prev archive period? It would be nice for browsing.


No, there is nothing in archidxhead.html. article.html has
%(prev_wsubj)s and %(next_wsubj)s which create links to the previous and
next articles in the current, prior or next thread, but that's it.


> More generally, is there a reference list of the % values available?


There is no list of generic variable replacements because there is no
such thing. Each template is interpolated with a dictionary of values
that is specific to that template and any replacement that isn't in the
default template almost certainly won't work.

There are exceptions for things like message and digest headers and
footers, but those are list attributes, not templates and the allowable
variables are listed in the "Details for" links in the web UI.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to