Difference between revisions of "Template:PrintAuthorBibliographyList"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<noinclude>
{{#ask:
+
Use this template to print the author's publications in a bullet point form.
  [[Has author::{{{Author|}}}]]
+
 
  |?Citation text
+
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
  |mainlabel=-  
+
 
  |format=template
+
'''Parameters:'''
  |headers=hide
+
* <code><nowiki>|author=</nowiki></code> - the author's full name.
  |sort=Citation text
+
* <code><nowiki>|intro=</nowiki></code> - initial text that precedes the output, if at least some results exist.
  |sep=;
+
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
  |template=Bibliography-ul-format  
+
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
|named args=yes
+
}}
+
</noinclude><includeonly><!--
</includeonly>
+
-->{{#ask:<!--
 +
  -->[[Category:Bibliographic Record]]<!--
 +
-->[[Has Author::{{{author|}}}]]<!--
 +
  -->|?Citation Text<!--
 +
  -->|intro={{{intro|}}}<!--
 +
  -->|outro={{{outro|}}}<!--
 +
  -->|default={{{default|}}}<!--
 +
  -->|format=template<!--
 +
  -->|headers=hide<!--
 +
  -->|template=Bibliography-ul-format<!--
 +
-->}}<!--
 +
--></includeonly>

Revision as of 21:15, 26 August 2016

Use this template to print the author's publications in a bullet point form.

NOTE: As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.

Parameters:

  • |author= - the author's full name.
  • |intro= - initial text that precedes the output, if at least some results exist.
  • |outro= - text that is appended to the output, if at least some results exist.
  • |default= - if, for any reason, the query returns no results, this will be printed instead.