Difference between revisions 5095968 and 5095972 on enwikisource

{{process header
 | title    = {{TPSMProject}}<br />
 | section  = Proofreading guide 
 | previous = [[Wikisource:WikiProject Popular Science Monthly|Project home page]]
 | next     = 
 | shortcut = 
 | notes    =  Last update: 22:34, 25 October 2014 (UTC)
}}
(contracted; show full)

=== Volume index anchors ===

* Volume index anchors are generated from the same database as the article titles. Since their order of appearance on the page is not known, they are always assigned "1". After the titles are anchored, Most of the links are correct and the rest are edited while the index is in edit preview mode, which permits editing and testing the link simultaneously.

== 
Image templatSingle image {{tl|FIS}} template layout for center, or offset images ==

* With the implementation of [[User:George Orwell III|George Orwell III]]’s {{tl|FreedImg/span}} {{tl|FIS}}, the abbreviated form) makes Image display and the accompanying caption much simpler. The caption is part of the template.

* In the offset floating mode the text flows unbroken around the temmplate. 

=== One {{tl|FIS}} template layout for center, or offset images ===

* PSM only uses the following parameters and unused parameters are to be removed from the template.
* The required parameters are the File name, image width and the float position.

<pre>
{{FIS
 | file         = 
 | width        = 430px|215px <!-- 430px is page width -->
 | float        = center|left|right <!-- One of the three -->
 | caption      = 
 | talign       = center|justify <!-- One of the two -->
 | tstyle       = font-variant:small-caps
 | margin-right = 8px <!-- if floating to the left -->
 | margin-left  = 8px <!-- if floating to the right -->
 | tmleft       = 11px <!-- For Caption Indent when justified -->
 | indent       = -11px <!-- For Caption outdent when justified -->
 | cstyle       = margin-top:8px; margin-bottom:8px <!-- no dhr needed -->
}}
</pre>

==== Centered image examples ====

* [[Page:Popular Science Monthly Volume 69.djvu/434|Stacked images with various primary and secondary captions & styles.]]
* [[Page:Popular Science Monthly Volume 69.djvu/115|Full page width 430px image]]
* [[Page:Popular Science Monthly Volume 71.djvu/292|Mixed text style in caption]]

==== Offset image examples ====

* Note how the text abbuts to the open and close brackets of the template to provide seamless flow without a paragraph break.

* [[Page:Popular Science Monthly Volume 17.djvu/215|Image offset to the right, width is less than than half the page width (215px.) and having mixed text style]].
* [[Page:Popular Science Monthly Volume 65.djvu/390|Image offset to the left half page width and a short caption]].
* [[Page:Popular Science Monthly Volume 65.djvu/430|Image offset to the left half page width and a long caption]].

=== Special Multiple image templates ===

==== One image with two captions ====

* {{sc|Note:}} The image and the combined caption width must equal to the overall table width.

{|align=center width="430" {{ts|sm85|bc|lh95}} 
|-
|colspan=3 |[[File:PSM V54 D323 Two simple shapes creating optical illusions.png|frameless|center|430px|]]
|-
(contracted; show full)
<pre>
{|align=center width="430" {{ts|sm85|bc|lh95}}
|colspan=3 |[[File:|frameless|center|430px|]]
|-
</pre>

====
== Centered captions ======

<pre>
|width=210px {{ts|ac|pt1|vtt|sc}}|
|width=10px| 
|width=210px {{ts|ac|pt1|vtt|sc}}|
|}
</pre>

====== Hanging indent justified text captions ======

<pre>
|width=210px {{ts|aj|it|pt1|vtt}}|
|width=10px| 
|width=210px {{ts|aj|it|pt1|vtt}}|
|}
</pre>

{{Dhr}}
[[Page:Popular Science Monthly Volume 52.djvu/649|Click to see an example of a single image with two short captions]].
{{Dhr}}

==== Two separate images with side by sidetwo captions ====

<pre>
{|align=center width="430" {{ts|sm85|bc|lh95}}
|width=210px |[[File:|frameless|center|210px|]]
|width=10px|
|width=210px |[[File:|frameless|center|210px|]]
|-
</pre>

====== Centered captions ======

<pre>
|{{ts|ac|pt1|vtt|sc}}|
|
|{{ts|ac|pt1|vtt|sc}}|
|}
</pre>

====== Hanging indent justified text captions ======

<pre>
|{{ts|aj|it|pt1|vtt}}|
|
|{{ts|aj|it|pt1|vtt}}|
|}
</pre>
(contracted; show full)  </tr>
</table>

{{Dhr}}

=== General templates ===

* Attempt was made to use [[:Category:Formatting templates|Templates]] almost exclusively. HTML tags are limited to the minimum where a template wasn't available or possible.