<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sybma.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACaption</id>
	<title>Template:Caption - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sybma.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACaption"/>
	<link rel="alternate" type="text/html" href="https://wiki.sybma.com/index.php?title=Template:Caption&amp;action=history"/>
	<updated>2026-08-02T21:41:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://wiki.sybma.com/index.php?title=Template:Caption&amp;diff=8&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.sybma.com/index.php?title=Template:Caption&amp;diff=8&amp;oldid=prev"/>
		<updated>2026-05-09T17:50:01Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:50, 9 May 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.sybma.com/index.php?title=Template:Caption&amp;diff=7&amp;oldid=prev</id>
		<title>enwiki&gt;LabRPS: /* Center aligned */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sybma.com/index.php?title=Template:Caption&amp;diff=7&amp;oldid=prev"/>
		<updated>2024-10-30T03:40:31Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Center aligned&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#if:{{{align|}}}&lt;br /&gt;
    |&amp;lt;p style=&amp;quot;text-align:{{{align}}}; font-style:italic; width:800px; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/p&amp;gt;&lt;br /&gt;
    |&amp;lt;p style=&amp;quot;text-align:left; font-style:italic; width:800px; margin-left:1em; margin-right:1em;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/p&amp;gt;}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
This template creates a caption underneath a left aligned image. It uses the &amp;lt;code&amp;gt;text-align:left&amp;lt;/code&amp;gt; HTML property inside paragraph tags &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;. A carriage return is automatically added.&lt;br /&gt;
&lt;br /&gt;
The advantage of not placing the caption within the image code is that the image can then be removed from translation by placing &amp;lt;nowiki&amp;gt;&amp;lt;/translation&amp;gt;&amp;lt;translation&amp;gt;&amp;lt;/nowiki&amp;gt; tags around it. In the translation interface only the caption needs to be translated.&lt;br /&gt;
&lt;br /&gt;
== Left aligned ==&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Labrps.svg]]&lt;br /&gt;
{{Caption|The image above shows the LabRPS logo. This is a very long caption that should wrap-around itself after a certain width, in order for it to be more readable. Images should be probably a maximum of 800 px wide.}}&lt;br /&gt;
&lt;br /&gt;
This is a normal paragraph.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
[[File:Labrps.svg]]&lt;br /&gt;
{{Caption|The image above shows the LabRPS logo. This is a very long caption that should wrap-around itself after a certain width, in order for it to be more readable. Images should be probably a maximum of 800 px wide.}}&lt;br /&gt;
&lt;br /&gt;
This is a normal paragraph.&lt;br /&gt;
&lt;br /&gt;
== Center aligned ==&lt;br /&gt;
For center-aligned captions, use the &amp;lt;code&amp;gt;align=center&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Labrps.svg|center]]&lt;br /&gt;
{{Caption|align=center|The image above shows the LabRPS logo. This is a very long caption that should wrap-around itself after a certain width, in order for it to be more readable. Images should be probably a maximum of 800 px wide.}}&lt;br /&gt;
&lt;br /&gt;
This is a normal paragraph.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Labrps.svg|center]]&lt;br /&gt;
{{Caption|align=center|The image above shows the LabRPS logo. This is a very long caption that should wrap-around itself after a certain width, in order for it to be more readable. Images should be probably a maximum of 800 px wide.}}&lt;br /&gt;
&lt;br /&gt;
This is a normal paragraph.&lt;br /&gt;
&lt;br /&gt;
[[Category:Template:Text Format]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>enwiki&gt;LabRPS</name></author>
	</entry>
</feed>