Vorlage:GroupedPublicationList: Unterschied zwischen den Versionen

Aus International Center for Computational Logic
Wechseln zu:Navigation, Suche
(helper template for publication lists)
 
Markus Krötzsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
  | query = additional query condition (optional, but recommended, since there could be a lot of results otherwise)
  | query = additional query condition (optional, but recommended, since there could be a lot of results otherwise)
  | langsuffix = "/en" or empty
  | langsuffix = "/en" or empty
| orderby = "author" (default) or "time"
}}
}}
</pre>
</pre>
Zeile 18: Zeile 19:
|EntryType=article
|EntryType=article
|Sprache={{{langsuffix|}}}
|Sprache={{{langsuffix|}}}
|order={{#ifeq:{{{orderby|author}}}|author|ErsterAutorNachname,Year|Year,ErsterAutorNachname}}
|sort={{#ifeq:{{{orderby|author}}}|author|ascending,descending|descending,ascending}}
}}{{Publikationen
}}{{Publikationen
|query={{{query|}}}
|query={{{query|}}}

Version vom 12. Oktober 2014, 19:50 Uhr

Creates a page that shows all publications grouped by type. Additional query conditions can be given to restrict what is displayed.

Usage:

{{GroupedPublicationList
 | query = additional query condition (optional, but recommended, since there could be a lot of results otherwise)
 | langsuffix = "/en" or empty
 | orderby = "author" (default) or "time"
}}