Changes

Jump to navigation Jump to search
Created page with "<noinclude> This is the "Bibliographic Record Infobox" template. It is called from Template:BibliographicRecord to show a Wikipedia-style InfoBox to the right top of the p..."
<noinclude>
This is the "Bibliographic Record Infobox" template. It is called from [[Template:BibliographicRecord]] to show a Wikipedia-style InfoBox to the right top of the page.
It should be called in the following format:
<pre>
{{Bibliographic Record Infobox
|Title=
|Resource Type=
|Author=
|Year=
|Cover=
|Publisher=
|ISBN=
|URL=
|DOI=
|Collection=
|Journal=
|Volume=
|Number=
|Pages=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
<div class="infobox">
<div class="infobox-title">{{{Title}}}</div>{{#if:{{{Cover|}}}|
<div class="infobox-image">[[File:{{{Cover}}}|200px]]</div>}}
<table>
<tr>
<th>Author(s)</th>
<td>{{GetPropertyValues|object={{FULLPAGENAME}}|property=Has Author|link=all|pretty={{{pretty|}}}|}}</td>
</tr>
<tr>
<th>Resource Type</th>
<td>{{{Resource Type}}}</td>
</tr>
<tr>
<th>Year</th>
<td>{{{Year}}}</td>
</tr>
{{#if:{{{Publisher|}}}|<tr>
<th>Publisher</th>
<td>{{{Publisher}}}</td>
</tr>}}{{#if:{{{ISBN|}}}|<tr>
<th>ISBN</th>
<td>{{{ISBN}}}</td>
</tr>}}{{#if:{{{URL|}}}|<tr>
<th>URL</th>
<td>{{{URL}}}</td>
</tr>}}{{#if:{{{DOI|}}}|<tr>
<th>DOI</th>
<td>[http://dx.doi.org/{{{DOI}}} {{{DOI}}}]</td>
</tr>}}{{#if:{{{Collection|}}}|<tr>
<th>Collection</th>
<td>[[{{{Collection}}}]]</td>
</tr>}}{{#if:{{{Journal|}}}|<tr>
<th>Journal</th>
<td>{{{Journal}}}</td>
</tr>}}{{#if:{{{Volume|}}}|<tr>
<th>Volume</th>
<td>{{{Volume}}}</td>
</tr>}}{{#if:{{{Number|}}}|<tr>
<th>Number</th>
<td>{{{Number}}}</td>
</tr>}}{{#if:{{{Pages|}}}|<tr>
<th>Pages</th>
<td>{{{Pages}}}</td>
</tr>}}</table>
</div>
</includeonly>

Navigation menu