Difference between revisions of "Template:Print version cover"

From Open Educational Resources
Jump to navigation Jump to search
m (1 revision imported)
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
{{#if:{{{authors|}}}|<div style="margin-top: 3em;">{{{authors}}}</div>}}
 
{{#if:{{{authors|}}}|<div style="margin-top: 3em;">{{{authors}}}</div>}}
<div style="font-size: 350%; font-weight: bold; margin-top: 1em">{{{1|{{BASEPAGENAME}} }}}</div></div>
+
<div style="font-size: 350%; font-weight: bold; margin-top: 1em">{{{1|{{FULLBOOKNAME}} }}}</div></div>
  
 
<div style="text-align: center; padding: 5em 5em 0em; border-bottom: 1px solid black">
 
<div style="text-align: center; padding: 5em 5em 0em; border-bottom: 1px solid black">
The current, editable version of this book is available in Wikibooks, the open-content textbooks collection, at <br>
+
The current, editable version of this book is available at <br>
<span class="plainlinks">http:{{fullurl:{{BASEPAGENAMEE}}}}</span>
+
<span class="plainlinks">{{fullurl:{{FULLBOOKNAME}}}}</span>
  
<div style="font-size: 95%; padding: 1em 5em 2em;">Permission is granted to copy, distribute, and/or modify this document under the terms of the [[Wikibooks:Creative Commons Attribution-ShareAlike 3.0 Unported License|Creative Commons Attribution-ShareAlike 3.0 License]].</div>
+
<div style="font-size: 95%; padding: 1em 5em 2em;">Permission is granted to copy, distribute, and/or modify this document under the terms of the [[Open Educational Resources:Copyrights|Creative Commons Attribution 4.0 International License]].</div>
 
</div><noinclude>
 
</div><noinclude>
  

Latest revision as of 12:04, 20 March 2017


Template:Print version cover

The current, editable version of this book is available at
https://teacher-network.in/OER/index.php/Template:Print_version_cover

Permission is granted to copy, distribute, and/or modify this document under the terms of the Creative Commons Attribution 4.0 International License.

Usage

{{print version cover}}

Creates a substitute for book cover for books, which don't have a separate page with it (for example, C Programming).

You can supply another title as an optional argument (for example, "Comprehensive guide to C Programming" instead of "C Programming"):
{{print version cover|Comprehensive guide to C Programming}}

When there is no separate page listing authors and list of main authors is short, you can use optional "authors" argument:
{{print version cover|authors=John Smith, Jim Bean}}

Books having separate page for cover should use {{print version cover text}} template.