<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3AAnnotation</id>
	<title>Vorlage:Annotation - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3AAnnotation"/>
	<link rel="alternate" type="text/html" href="https://moocwiki.org/index.php?title=Vorlage:Annotation&amp;action=history"/>
	<updated>2026-06-06T12:25:37Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MediaWiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://moocwiki.org/index.php?title=Vorlage:Annotation&amp;diff=159&amp;oldid=prev</id>
		<title>imported&gt;LegacyImport: Full legacy migration candidate</title>
		<link rel="alternate" type="text/html" href="https://moocwiki.org/index.php?title=Vorlage:Annotation&amp;diff=159&amp;oldid=prev"/>
		<updated>2019-07-12T19:28:03Z</updated>

		<summary type="html">&lt;p&gt;Full legacy migration candidate&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div id=&amp;quot;annotation_{{{1}}}x{{{2}}}&amp;quot; style=&amp;quot;position:absolute; left:{{{1}}}px; top:{{{2}}}px;  {{#if:{{{font-family|}}}|font-family:{{{font-family}}};|}} {{#if:{{{font-size|}}}|font-size:{{{font-size}}}px;|}} {{#if:{{{font-weight|}}}|font-weight:{{{font-weight}}};|}} {{#if:{{{font-style|}}}|font-style:{{{font-style}}};|}} {{#if:{{{line-height|}}}|line-height:{{{line-height}}};|{{#if:{{{font-size|}}}|line-height:{{#expr:{{{font-size|}}}+2}}px;  |line-height:110%;}}}} {{#if:{{{text-align|}}}|text-align:{{{text-align}}};|}}&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background-color:{{{background-color|transparent}}}; {{#if:{{{color|}}}|color:{{{color}}};|}} transform:translate( {{#expr:{{{halign|1}}} * 50 - 50}}%, {{#expr:{{{valign|1}}} * 50 - 50}}%  ); {{#if:{{{css|}}}|{{{css}}}|}}&amp;quot;&amp;gt;{{{3}}}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Uses &amp;quot;template language&amp;quot; expressions so that most CSS formatting keywords are not generated if the corresponding template param is missing. That way the formatting wherever possible stays as per the user&amp;#039;s preferences or values set by containing template.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Diese Vorlage erzeugt Annotierungen in Verbindung mit der [[Vorlage:Annotiertes Bild]]. Die Position kann angegeben werden. Annotierungen können auch Weblinks oder Wikilinks enthalten.&lt;br /&gt;
&lt;br /&gt;
== Verwendung  ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Diese Vorlage erzeugt Annotierungen nur in Verbindung mit der [[Vorlage:Annotiertes Bild]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Annotation | left (in px)| top (in px) | text | text-align=left | font-size=12 | font-weight=bold | font-family=Times New Roman | background-color=#ffcccee | color=blue}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;where:&lt;br /&gt;
* Es gibt keine Schlüsselworte für die &amp;#039;&amp;#039;top&amp;#039;&amp;#039;, &amp;#039;&amp;#039;left&amp;#039;&amp;#039; und &amp;#039;&amp;#039;text&amp;#039;&amp;#039;-Pflichtparameter, die in der oben angegebenen Reihenfolge stehen müssen. Die anderen Parameter sind optional, werden durch die Schlüsselworte identifiziert (z. B. font-size=...) und ihre Reihenfolge ist beliebig.&lt;br /&gt;
*&amp;#039;&amp;#039;left&amp;#039;&amp;#039; und &amp;#039;&amp;#039;top&amp;#039;&amp;#039; bestimmen die Position relativ zur linken oberen Ecke des Bildes (Position 0,0).&lt;br /&gt;
*&amp;#039;&amp;#039;text&amp;#039;&amp;#039; ist der angezeigte Text&lt;br /&gt;
&amp;lt;!--*&amp;#039;&amp;#039;text-align&amp;#039;&amp;#039; formatiert links, rechts oder mittig //--&amp;gt;&lt;br /&gt;
*&amp;#039;&amp;#039;font-size&amp;#039;&amp;#039; ist in px ([[pixel]]) angegeben – [[Cascading Style Sheets|CSS]]-Größen werden nicht unterstützt.&lt;br /&gt;
*&amp;#039;&amp;#039;font-weight&amp;#039;&amp;#039; ist &amp;#039;&amp;#039;&amp;#039;gefettet&amp;#039;&amp;#039;&amp;#039; oder normal.&lt;br /&gt;
*&amp;#039;&amp;#039;font-family&amp;#039;&amp;#039; ist der &amp;#039;&amp;#039;CSS font name&amp;#039;&amp;#039;, z. B. &amp;lt;span style=&amp;quot;font-family: Times New Roman&amp;quot;&amp;gt;Times New Roman&amp;lt;/span&amp;gt; or &amp;lt;span style=&amp;quot;font-family: Verdana&amp;quot;&amp;gt;Verdana&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;#039;&amp;#039;background-color&amp;#039;&amp;#039; Standardeinstellung ist transparent.&lt;br /&gt;
*&amp;#039;&amp;#039;color&amp;#039;&amp;#039; die Standardeinstellung der Textfarbe ist &amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;schwarz&amp;lt;/span&amp;gt;, blau wird für Links verwendet&lt;br /&gt;
*&amp;#039;&amp;#039;valign&amp;#039;&amp;#039; die vertikale Ausrichtung:&lt;br /&gt;
** -1 = Text über der angegebenen Position &lt;br /&gt;
** 0 = Text vertikal zentriert auf der angegebenen Position &lt;br /&gt;
** 1 = Text unter der angegebenen Position (Standardwert)&lt;br /&gt;
*&amp;#039;&amp;#039;halign&amp;#039;&amp;#039; die horizontale Ausrichtung:&lt;br /&gt;
** -1 = Text links der angegebenen Position &lt;br /&gt;
** 0 = Text zentriert auf der angegebenen Position &lt;br /&gt;
** 1 = Text rechts der angegebenen Position (Standardwert)&lt;br /&gt;
*&amp;#039;&amp;#039;css&amp;#039;&amp;#039; beliebige CSS-Formatierung&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
===Extended parameter names for use in other templates===&lt;br /&gt;
Some of the parameters have alternative names that are used by containing templates to call Template:Annotation. The alternative names are provided in case the containing templates call other templates that use similar parameters.&lt;br /&gt;
&lt;br /&gt;
These alternative names are provided so that the containing templates can provide default values for the corresponding parameters in Template:Annotation, and should not be used for any other purpose.  Values specified using the basic parameter names listed above will over-ride the alternative names that are used by containing templates.&lt;br /&gt;
&lt;br /&gt;
Here are the alternative names and the basic Template:Annotation parameters for which they set defaults:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Alternative Name !! Basic name &lt;br /&gt;
|-&lt;br /&gt;
| annot-text-align  || text-align&lt;br /&gt;
|-&lt;br /&gt;
| annot-font-size   || font-size&lt;br /&gt;
|-&lt;br /&gt;
| annot-font-weight || font-weight&lt;br /&gt;
|-&lt;br /&gt;
| annot-font-family || font-family&lt;br /&gt;
|-&lt;br /&gt;
| annot-background-color || background-color&lt;br /&gt;
|-&lt;br /&gt;
| annot-color       || color&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Formatierungshilfe]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;LegacyImport</name></author>
	</entry>
</feed>