Difference between revisions of "Template:Books"
(Remove test tag. Done for now.) |
|||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>This template simplifies the creation of articles about [[Book|Books]]. When inserted in an book's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki. | <noinclude>This template simplifies the creation of articles about [[Book|Books]]. When inserted in an book's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki. | ||
− | To use this template, insert the following at the beginning of your | + | To use this template, insert the following at the beginning of your page. All fields are '''optional''' except for ''genre'' and should be omitted if no information is available. The page name should reflect the name of the book. |
<pre>{{Book| | <pre>{{Book| | ||
genre= See below for details| | genre= See below for details| | ||
− | |||
author= The author| | author= The author| | ||
publisher= The publisher| | publisher= The publisher| | ||
Line 20: | Line 19: | ||
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page. | The order of the fields is not relevant. The template should be given as the ''first'' thing on a page. | ||
− | Otherwise, you can | + | '''Otherwise, you can easily add articles by using a form, just go [http://wiki.creativecommons.org/Special:AddPage/Form:Book here]''' |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: center; clear: right; width: 100%" | {| cellspacing="0" cellpadding="5" style="position:relative; margin: 0; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: center; clear: right; width: 100%" | ||
− | ! colspan="2" style="background: #006600; color: white" | | + | ! colspan="2" style="background: #006600; color: white" |{{{Name|{{PAGENAME}}}}} |
− | |||
− | |||
|- | |- | ||
− | + | {{Tablerow|Label='''Author:'''|Value={{{author|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''Genre:'''|Value={{{genre|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''Publisher:'''|Value={{{publisher|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''ISBN:'''|Value={{{isbn|}}} }} | |
|- | |- | ||
− | + | {{Tablerow|Label='''Publication Date:'''|Value={{{pubdate|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''License:'''|Value={{{license|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''CC-Licensed Version:'''|Value={{{cclicensed|}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''Print version for purchase:'''|Value={{{pvfp}}}}} | |
|- | |- | ||
− | + | {{Tablerow|Label='''Pages:'''|Value={{{nbpages|}}}}} | |
|- | |- | ||
|} | |} | ||
[[Category:Book]]</includeonly> | [[Category:Book]]</includeonly> |
Latest revision as of 22:16, 15 June 2015
This template simplifies the creation of articles about Books. When inserted in an book's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki.
To use this template, insert the following at the beginning of your page. All fields are optional except for genre and should be omitted if no information is available. The page name should reflect the name of the book.
{{Book| genre= See below for details| author= The author| publisher= The publisher| isbn= ISBN number| pubDate= Publication Date| license= URL of the license| cclicensed= CC-licensed version| pvfp= Print version for purchase| nbpages= Number of pages| }}
The order of the fields is not relevant. The template should be given as the first thing on a page.
Otherwise, you can easily add articles by using a form, just go here