Skip to content

Skeleton XML Authors

Sergey Yushkeev aka CordiS edited this page Jan 30, 2019 · 1 revision

Authors

Usage

<authors
    source_site="current_site"
    group="editors"
    order="rating"
    limit="25"
    template="jinja/authors.html"
/>

Attributes

  • source_site (default: current_site) -- sets up the context
    • current_site
      • author/community -- for profile pages and community posts pages
      • runner/roar -- for other pages
    • parent_site - runner/roar -- for all pages
  • group (default: none)
    • readers
    • editors
    • coowners
    • approvals
    • guest_writer
    • guest_editor
    • admins
    • developers
  • order (default: none)
    • title
    • rating
  • limit (default: none)
  • template (default: jinja/authors.html)