Module:Cite Q: Difference between revisions

Content deleted Content added
+editors;
No edit summary
Line 15:
--[=[-------------------------< G E T _ N A M E _ L I S T >----------------------------------------------------
 
getAuthorsget_name_list -- adapted from getAuthors code taken from [[Module:RexxS]]
arguments:
nl_type - type of name list to fetch: nl_tpenl_type = 'a' for authors; 'e' for editors
args - pointer to the parameter arguments table from the template call
qid - value from |qid= parameter; the Q-id of the source (book, etc.) in qid
Line 34:
propertyID = 'P98'; -- for editors
else
return ''; -- not specified so return empty string
end