Template:Author: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
(Text => String)
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This template holds information on an author of opinion items; it should be called with the following structure:
<noinclude>This template holds information on an author of opinion items; it should be called with the following structure:
<pre>{{author
<pre>{{Author
|first name=The author's first name; used for sorting
|first name=The author's first name; used for sorting
|last name=The author's last name; used for sorting
|last name=The author's last name; used for sorting
Line 6: Line 6:
}}
}}
</pre>
</pre>
{{#tdb_declare:_table=Authors|First_name=Text|Last_name=Text|Political_affiliation=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|}}} }}
This is an [[:Category:Authors|author]]. {{#set:Has first name={{{first name|}}}|Has last name={{{last name|}}} }}
This is an [[:Category:Authors|author]].


Political affiliation: [[Political affiliation::{{{political affiliation|}}}]]
Political affiliation: {{{political affiliation|}}}


Items by this author:
Items by this author:
{{#ask:[[Was written by::{{PAGENAME}}]]|? Addresses topic|format=ul}}
{{#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
}}


{{#tdb_set:_table=Authors|First_name={{{first name|}}}|Last_name={{{last name|}}}|Political_affiliation={{{political affiliation|}}} }}
[[Category:Authors]]
[[Category:Authors]]
{{DEFAULTSORT:{{#if:{{{last name|}}}|{{{last name}}}, {{{first name|}}}|{{PAGENAME}}}}}}
{{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.