1 # German translation of directives/ikiwiki/directive/template page for ikiwiki.
2 # Copyright © 2010, 2019 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
3 # Redistribution and use in source and compiled forms, with or without
4 # modification, are permitted under any circumstances. No warranty.
7 "POT-Creation-Date: 2019-06-03 12:25+0200\n"
8 "PO-Revision-Date: 2019-06-03 23:54+0200\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "The `template` directive is supplied by the [[!iki plugins/template "
20 "desc=template]] plugin."
22 "Die `template`-Anweisung wird durch die [[!iki plugins/template "
23 "desc=template]]-Erweiterung bereitgestellt."
27 "The template directive allows wiki pages to be used as templates. These "
28 "templates can be filled out and inserted into other pages in the wiki using "
29 "the directive. The [[templates]] page lists templates that can be used with "
32 "Die `template`-Anweisung erlaubt es, Wiki-Seiten als Vorlagen zu verwenden.\n"
33 "Diese Vorlagen können mit dieser Anweisung in anderen Seiten verwendet und\n"
34 "ausgefüllt werden. Auf der [[Vorlagen|templates]]-Seite werden die Vorlagen\n"
35 "aufgelistet, die mit dieser Anweisung verwendet werden können."
39 "The directive has an `id` parameter that identifies the template to use. The "
40 "remaining parameters are used to fill out the template."
42 "Die Anweisung nutzt den Parameter `id`, um die zu verwendende Vorlage\n"
43 "auszuwählen. Die übrigen Parameter werden verwendet, um die Vorlage "
53 msgid "\t\\[[!template id=note text=\"\"\"Here is the text to insert into my note.\"\"\"]]\n"
54 msgstr "\t\\[[!template id=note text=\"\"\"Hier ist der Text, der in meine Notiz eingefügt werden soll.\"\"\"]]\n"
58 "This fills out the `note` template, filling in the `text` field with the "
59 "specified value, and inserts the result into the page."
61 "Dies füllt die Vorlage `note` aus, wobei das Feld `text` mit dem angegebenen "
62 "Wert gefüllt wird, und fügt das Ergebnis in die Seite ein."
66 msgid "Using a template"
67 msgstr "Eine Vorlage verwenden"
71 "Generally, a value can include any markup that would be allowed in the wiki "
72 "page outside the template. Triple-quoting the value even allows quotes to be "
73 "included in it. Combined with multi-line quoted values, this allows for "
74 "large chunks of marked up text to be embedded into a template:"
76 "Ein Wert kann im allgemeinen alle Hervorhebungen enthalten, die auf der\n"
77 "Wiki-Seite außerhalb der Vorlage zulässig ist. Wenn der Wert in dreifache\n"
78 "Anführungszeichen gesetzt wird, dürfen sogar Anführungszeichen verwendet "
80 "In Kombination mit mehrzeiligen Werten können so größere Textabschnitte mit\n"
81 "Hervorhebungen in die Vorlage eingebettet werden:"
85 msgid " \\[[!template id=foo name=\"Sally\" color=\"green\" age=8 notes=\"\"\"\n"
86 msgstr " \\[[!template id=foo name=\"Sally\" color=\"grün\" age=8 notes=\"\"\"\n"
88 #. type: Bullet: ' * '
89 msgid "\\[[Charley]]'s sister."
90 msgstr "\\[[Charley]]s Schwester."
92 #. type: Bullet: ' * '
93 msgid "\"I want to be an astronaut when I grow up.\""
94 msgstr "Wenn ich groß bin, möchte ich Astronaut werden."
96 #. type: Bullet: ' * '
97 msgid "Really 8 and a half."
98 msgstr "Eigentlich 8 1/2."
102 msgid "Creating a template"
103 msgstr "Eine Vorlage anlegen"
107 "The template is in a regular wiki page, located in the `templates/` "
108 "subdirectory inside the source directory of the wiki. The contents of the "
109 "[[templatebody]] directive are used as the template. Anything outside that "
110 "directive is not included in the template, and is usually used as "
111 "documentation describing the template."
112 msgstr "Die Vorlage ist eine normale Wiki-Seite, die um Unterverzeichnis `templates/` des Quellverzeichnisses des Wikis liegt. Der Inhalt der [[templatebody]]-Anweisung wird als Vorlage verwendet. Alles außerhalb dieser Anweisung ist nicht Teil der Vorlage und wird üblicherweise zu deren Dokumentation genutzt."
116 "If the template does not contain a [[templatebody]] directive, the entire "
117 "source of the page is used for the template. This is deprecated, because it "
118 "leads to the template markup being interpreted as ordinary page source when "
119 "the page is built, as well as being used as the template."
120 msgstr "Wenn die Vorlagenseite keine [[templatebody]]-Anweisung enthält, wird die komplette Seite als Vorlage verwendet. Dies ist überholt, da es dazu führt, dass der Vorlagen-Inhalt zusätzlich als normale Seite interpretiert wird, während die Seite erzeugt wird."
124 "Alternatively, templates can be stored in a directory outside the wiki, as "
125 "files with the extension \".tmpl\". By default, these are searched for in `/"
126 "usr/share/ikiwiki/templates`, the `templatedir` setting can be used to make "
127 "another directory be searched first. When referring to templates outside "
128 "the wiki source directory, the \"id\" parameter is not interpreted as a "
129 "pagespec, you must include the full filename of the template page including "
130 "the \".tmpl\" extension, and the templatebody directive is not used. E.g.:"
132 "Alternativ können Vorlagen außerhalb des Wikis gespeichert werden, als Dateien\n"
133 "mit der der Erweiterung \".tmpl\". Nach diesen wird standardmäßig unter\n"
134 "`/usr/share/ikiwiki/templates` gesucht, wobei mit der Einstellung `templatedir`\n"
135 "ein zuvor zu durchsuchendes Verzeichnis angegeben werden kann. Wenn eine Vorlage\n"
136 "außerhalb des Wiki-Quellverzeichnisses angegeben wird, wird der Parameter `id`\n"
137 "nicht als pagespec interpretiert, sodass der vollständige Dateiname der\n"
138 "Vorlagenseite inklusive der Endung \".tmpl\" angegeben werden muss. Außerdem wird\n"
139 "in diesem Fall die templatebody-Anweisung nicht verwendet. Zum Beispiel:"
143 msgid " \\[[!template id=blogpost.tmpl]]\n"
144 msgstr " \\[[!template id=blogpost.tmpl]]\n"
148 "The template uses the syntax used by the [[!cpan HTML::Template]] perl "
149 "module, which allows for some fairly complex things to be done. Consult its "
150 "documentation for the full syntax, but all you really need to know are a few "
153 "Die Vorlage nutzt die Syntax des Perl-Moduls [[!cpan HTML::Template]], mit "
155 "sich recht komplexe Dinge realisieren lassen. Die vollständige Syntax ist in "
157 "Dokumentation des Perl-Moduls zu finden, aber es genügt ein paar wenige "
161 #. type: Bullet: '* '
163 "Each parameter you pass to the template directive will generate a template "
164 "variable. There are also some pre-defined variables like PAGE and BASENAME."
166 "Jeder Parameter, welcher der Vorlage übergeben wird, erzeugt eine\n"
167 "Vorlagenvariable. Es gibt auch einige vordefinierte Variable wie `PAGE` und\n"
170 #. type: Bullet: '* '
172 "To insert the value of a variable, use `<TMPL_VAR variable>`. Wiki markup in "
173 "the value will first be converted to html."
175 "Der Wert einer Variablen kann mit `<TMPL_VAR Variable>` eingefügt werden.\n"
176 "Wiki-Hervorhebungen im Wert werden zuvor nach HTML umgewandelt."
178 #. type: Bullet: '* '
180 "To insert the raw value of a variable, with wiki markup not yet converted to "
181 "html, use `<TMPL_VAR raw_variable>`."
183 "Der wörtliche Wert einer Variable kann mit `<TMPL_VAR raw_Variable>` "
185 "werden; dabei werden Wiki-Hervorhebungen nicht nach HTML umgewandelt."
187 #. type: Bullet: '* '
189 "To make a block of text conditional on a variable being set use `<TMPL_IF "
190 "variable>text</TMPL_IF>`."
192 "Mit `<TMPL_IF Variable>Block</TMPL_IF>` wird ein Block nur dann eingefügt, "
194 "eine Variable gesetzt ist."
196 #. type: Bullet: '* '
198 "To use one block of text if a variable is set and a second if it's not, use "
199 "`<TMPL_IF variable>text<TMPL_ELSE>other text</TMPL_IF>`"
201 "Mit `<TMPL_IF Variable>Block<TMPL_ELSE>anderer Block</TMPL_IF>` wird je "
203 "ob eine Variable gesetzt ist ein Block oder ein anderer Block eingefügt."
206 msgid "Here's a sample template:"
207 msgstr "Hier ist eine Beispiel-Vorlage:"
212 " \\[[!templatebody <<ENDBODY\n"
213 " <span class=\"infobox\">\n"
214 " Name: \\[[<TMPL_VAR raw_name>]]<br />\n"
215 " Age: <TMPL_VAR age><br />\n"
217 " Favorite color: <TMPL_VAR color><br />\n"
219 " No favorite color.<br />\n"
223 " <TMPL_VAR notes>\n"
228 " \\[[!templatebody <<ENDBODY\n"
229 " <span class=\"infobox\">\n"
230 " Name: \\[[<TMPL_VAR raw_name>]]<br />\n"
231 " Alter: <TMPL_VAR alter><br />\n"
233 " Lieblingsfarbe: <TMPL_VAR farbe><br />\n"
235 " Keine Lieblingsfarbr.<br />\n"
237 " <TMPL_IF hinweise>\n"
239 " <TMPL_VAR hinweise>\n"
247 "\tThis template describes a person. Parameters: name, age,\n"
248 "\tcolor (favorite color, optional), notes (optional).\n"
250 "\tDiese Vorlage beschreibt eine Person. Parameter: name, alter,\n"
251 "\tfarbe (Lieblingsfarbe, optional), hinweise (optional).\n"
255 "The filled out template will be formatted the same as the rest of the page "
256 "that contains it, so you can include WikiLinks and all other forms of wiki "
257 "markup in the template. Note though that such WikiLinks will not show up as "
258 "backlinks to the page that uses the template."
260 "Die ausgefüllte Vorlage wird auf die gleiche Weise formatiert wie die\n"
261 "Wiki-Seite, welche die Vorlage enthält. Es ist also möglich, in der Vorlage\n"
262 "WikiLinks und sonstige Wiki-Anweisungen zu verwenden. Solche WikiLinks "
264 "allerdings nicht als Backlinks der Seite auf, welche die Vorlage verwendet."
268 "Note the use of \"raw_name\" inside the [[ikiwiki/WikiLink]] generator in "
269 "the example above. This ensures that if the name contains something that "
270 "might be mistaken for wiki markup, it's not converted to html before being "
271 "processed as a [[ikiwiki/WikiLink]]."
273 "Zu beachten ist die Verwendung von \"raw_Name\" im [[ikiwiki/WikiLink]]-"
275 "im Beispiel oben. Falls der Name etwas enthält, das für eine Wiki-"
277 "gehalten werden könnte, wird das nicht nach HTML umgewandelt, bevor es als\n"
278 "WikiLink verarbeitet wird."
282 msgid "[[!meta robots=\"noindex, follow\"]]\n"
283 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
286 #~ "The template is a regular wiki page, located in the `templates/` "
287 #~ "subdirectory inside the source directory of the wiki."
289 #~ "Eine Vorlage ist eine normale Wiki-Seite, die sich im `templates/`-"
291 #~ "der Wiki-Quellen befindet."
294 #~ "For a list of available templates, and details about how to create more, "
295 #~ "see the [[templates]] page."
297 #~ "Auf der [[Vorlagen|templates]]-Seite gibt es eine Liste der verfügbaren "
298 #~ "Vorlagen und auch eine Anleitung, wie weitere angelegt werden können."