Template:Author: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
{{#ask:[[Was written by::{{PAGENAME}}]]|? Addresses topic|format=ul}}
{{#ask:[[Was written by::{{PAGENAME}}]]|? Addresses topic|format=ul}}


{{#tdb_set:_table=Authors|First_name={{{first name|}}}|Last_name={{{last name|}}} |Political_affiliation={{{political affiliation|}}} }}
{{#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 16:14, August 5, 2014

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)
}}

{{#tdb_declare:_table=Authors|First_name=Text|Last_name=Text|Political_affiliation=Text}}