Open main menu

Changes

MediaWiki:Proofreadpage index template

1,560 bytes removed, 15:04, 14 July 2019
no edit summary
<td id="ws-title" style="vertical-align:top;">{{{Title}}}{{#if:{{{Volume|}}}|, {{{Volume}}} }}</td>
</tr><!--
 
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>
}}<!--
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>
}}<!--
 
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>
</tr>
}}<!--