1,070
edits
Changes
Jump to navigation
Jump to search
Author
-->{{#if:{{{Author|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-information-author}}</th>
<td id="ws-author" style="vertical-align:top;">{{{Author}}}</td>
</tr>
}}<!--
Translator
-->{{#if:{{{Translator|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-book-translator}}</th>
<td id="ws-translator" style="vertical-align:top;">{{{Translator}}}</td>
</tr>
}}<!--
Editor
-->{{#if:{{{Editor|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-book-editor}}</th>
<td id="ws-editor" style="vertical-align:top;">{{{Editor}}}</td>
</tr>
}}<!--
Illustrator
-->{{#if:{{{Illustrator|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-book-illustrator}}</th>
<td id="ws-illustrator" style="vertical-align:top;">{{{Illustrator}}}</td>
</tr>
}}<!--
</tr>
}}<!--
Address / Location
-->{{#if:{{{Address|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">Location</th>
<td id="ws-place" style="vertical-align:top;">{{{Address}}}</td>
</tr>
}}<!--
Source
-->{{#if:{{{Source|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-information-source}}</th>
<td id="ws-source" style="vertical-align:top;">{{#ifexist:media:{{PAGENAMEE}}|[[:File:{{PAGENAMEE}}{{!}}{{{Source}}}]]
|{{{Source}}} }}</td>
no edit summary
<td id="ws-title" style="vertical-align:top;">{{{Title}}}{{#if:{{{Volume|}}}|, {{{Volume}}} }}</td>
</tr><!--
Year
-->{{#if:{{{Year|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">Publication Year</th>
<td id="ws-year" style="vertical-align:top;">{{{Year}}}</td>
</tr>
-->{{#if:{{{Publisher|}}}|
<tr>
<th scope="row" style="padding-right:0.50em; text-align:right; vertical-align:top;">{{int:wm-license-book-publisher}}Publisher</th>
<td id="ws-publisher" style="vertical-align:top;">{{{Publisher}}}</td>
</tr>
}}<!--