Template:Author: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
(Text => String)
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>This template holds information on an author of opinion items; it should be called with the following structure:
This is the "Author" template.
<pre>{{Author
It should be called in the following format:
|first name=The author's first name; used for sorting
<pre>
|last name=The author's last name; used for sorting
{{Author
|political affiliation=Liberal, Conservative, etc. (This is a very subjective field)
|Political affiliation=
|First name=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
{{#cargo_declare:_table=Authors|First_name=String (hidden)|Last_name=String (hidden)|Political_affiliation=String}}
</noinclude><includeonly>
</noinclude><includeonly>{{#cargo_store:_table=Authors|First_name={{{first name|}}}|Last_name={{{last name|}}}|Political_affiliation={{{political affiliation|}}} }}
{| class="wikitable"
This is an [[:Category:Authors|author]].
! Political affiliation
 
| [[Political affiliation::{{{Political affiliation|}}}]]
Political affiliation: {{{political affiliation|}}}
|-
 
! First name
Items by this author:
| [[Political affiliation::{{{First name|}}}]]
{{#cargo_query:tables=Items, Opinions
|}
|join on=Items._pageName=Opinions._pageName
|where=Author HOLDS "{{PAGENAME}}"
|fields=Items._pageName,Topic,Position_link=Position,Stance
|format=ul
}}


[[Category:Authors]]
[[Category:Authors]]
{{DEFAULTSORT:{{#if:{{{last name|}}}|{{{last name}}}, {{{first name|}}}|{{PAGENAME}}}}}}
</includeonly>
</includeonly>

Revision as of 17:51, November 6, 2015

This template holds information on an author of opinion items; it should be called with the following structure:

{{Author
|first name=The author's first name; used for sorting
|last name=The author's last name; used for sorting
|political affiliation=Liberal, Conservative, etc. (This is a very subjective field)
}}

This template defines the table "Authors". View table.