Template:Book list entry: Difference between revisions
Jump to navigation
Jump to search
m (attempt to fix author sort order) |
m (added category) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
|data-sort-value="{{{Author}}}, {{{Title}}}"|[{{{AuthorURL}}} {{{Author}}}] | |data-sort-value="{{{Author}}}, {{{Title}}}"|{{#if: {{{AuthorURL|}}} | [{{{AuthorURL}}} {{{Author}}}] | {{{Author}}} }} | ||
|data-sort-value={{{Title}}}|[{{{TitleURL}}} {{{Title}}}] | |data-sort-value={{{Title}}}|{{#if: {{{TitleURL|}}} | [{{{TitleURL}}} {{{Title}}}] | {{{Title}}} }} | ||
|{{{Reference}}} | |{{#if: {{{Reference|}}} | {{{Reference}}} }} | ||
|[{{{Gutenberg}}}] | |{{#if: {{{Gutenberg|}}} | [{{{Gutenberg}}}] }} | ||
|{{{Category}}} | |{{#if: {{{Category|}}} | {{{Category}}} }} | ||
<noinclude> | <noinclude> | ||
=== Description === | === Description === | ||
Line 11: | Line 11: | ||
Entries should be added in order, as the table does not automatically order itself on opening. | Entries should be added in order, as the table does not automatically order itself on opening. | ||
Mandatory variables: | |||
* <code>Author</code> | |||
* <code>Title</code> | |||
Optional variables: | |||
* <code>AuthorURL</code> | |||
* <code>TitleURL</code> | |||
* <code>Reference</code> – insert internal, SGU transcripts reference to book | |||
* <code>Gutenberg</code> – insert URL then year, separated by a space | |||
* <code>Category</code> | |||
Example: | Example: | ||
Line 27: | Line 35: | ||
}} | }} | ||
</pre> | </pre> | ||
=== Copy === | |||
<pre> | |||
{{Book list entry | |||
|Author = | |||
|AuthorURL = | |||
|Title = | |||
|TitleURL = | |||
|Reference = | |||
|Gutenberg = | |||
|Category = | |||
}} | |||
</pre> | |||
[[Category: Table entry templates]] | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 14:08, 13 September 2016
|data-sort-value="{{{Author}}}, {{{Title}}}"|{{{Author}}} |data-sort-value={{{Title}}}|{{{Title}}} | | |
Description[edit]
This template is used to add formatted entries to the sortable table on the Skeptical Reading List page.
Usage[edit]
Entries should be added in order, as the table does not automatically order itself on opening.
Mandatory variables:
Author
Title
Optional variables:
AuthorURL
TitleURL
Reference
– insert internal, SGU transcripts reference to bookGutenberg
– insert URL then year, separated by a spaceCategory
Example:
{{Book list entry |Author = Charles Darwin |AuthorURL = http://en.wikipedia.org/wiki/Charles_Darwin |Title = On The Origin of Species |TitleURL = http://en.wikipedia.org/wiki/On_the_origin_of_species |Reference = [[SGU_Episode_38#Evolution.2C_the_Promotion_of_Positive_Science_News_.2830:42.29|38]] |Gutenberg = http://www.gutenberg.org/ebooks/2009 2009 |Category = Evolution }}
Copy[edit]
{{Book list entry |Author = |AuthorURL = |Title = |TitleURL = |Reference = |Gutenberg = |Category = }}