<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.bergau.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=B%C3%B6hrer</id>
	<title>OBS Wiki - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bergau.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=B%C3%B6hrer"/>
	<link rel="alternate" type="text/html" href="https://wiki.bergau.de/Spezial:Beitr%C3%A4ge/B%C3%B6hrer"/>
	<updated>2026-08-28T07:53:51Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Clear/doc&amp;diff=60890</id>
		<title>Vorlage:Clear/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Clear/doc&amp;diff=60890"/>
		<updated>2022-03-11T07:28:33Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Undid edits by 2603:8081:3F06:154F:3C93:59CB:7897:3289 (talk) to last revision by Great Brightstar: nonconstructive edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Used in system|in [[MediaWiki:Abusefilter-warning-DS]]}}|{{high-use}}}}&lt;br /&gt;
{{Nosubst|The markup provided will be confusing to many editors, and as this template provides documentation for itself, there is little justification for substitution.}}&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* {{tlx|clear}} — adds &amp;lt;code&amp;gt;&amp;amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{tlx|clear|left}} — adds &amp;lt;code&amp;gt;&amp;amp;lt;div style=&amp;quot;clear:left;&amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{tlx|clear|right}} — adds &amp;lt;code&amp;gt;&amp;amp;lt;div style=&amp;quot;clear:right;&amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
For technical details, see [[Template talk:Clear|the discussion in the talk page]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid black; background: #fde; padding: 1em; margin: 2em;&amp;quot;&amp;gt;&lt;br /&gt;
=== Example without {{tlf|clear}} ===&lt;br /&gt;
[[File:HeidelbergTun.jpg|200px|left]]&lt;br /&gt;
{{Lorem ipsum}}&lt;br /&gt;
&lt;br /&gt;
==== New section without template ====&lt;br /&gt;
Without {{tl|clear}}, this section starts at the right of the image.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid black; background: #fde; padding: 1em; margin: 2em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example that uses {{tlf|clear}} ===&lt;br /&gt;
[[File:HeidelbergTun.jpg|200px|left]]&lt;br /&gt;
{{Lorem ipsum}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;{{tnull|clear}}&#039;&#039;&#039;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==== New section with template ====&lt;br /&gt;
{{tl|clear}} placed before this section, so it appears below the image.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Side&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Can be &#039;right&#039; or &#039;left&#039; so content is delayed until just the right or left column is complete. The default clears both columns.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: false,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;right&amp;quot;,&lt;br /&gt;
				&amp;quot;left&amp;quot;,&lt;br /&gt;
				&amp;quot;both&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;&lt;br /&gt;
}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Clear left}} (implemented using this template)&lt;br /&gt;
* {{tl|Clear right}} (implemented using this template)&lt;br /&gt;
* {{tl|Clear2}} (derived from this template)&lt;br /&gt;
* {{tl|Break}}&lt;br /&gt;
* {{tl|Float}}&lt;br /&gt;
* {{tl|Stack}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Add categories below this line, and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Line-handling templates]]&lt;br /&gt;
[[Category:Wikipedia XHTML tag-replacing templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:!/doc&amp;diff=60849</id>
		<title>Vorlage:!/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:!/doc&amp;diff=60849"/>
		<updated>2022-02-23T14:07:28Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: ce&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{transclusionless|reason=it was replaced with a [[Help:Magic words|magic word]]}}&lt;br /&gt;
&lt;br /&gt;
The magic word &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is used to escape a [[vertical bar]] character &amp;quot;&amp;amp;#124;&amp;quot; in [[wp:wikitext|wikitext]] markup, causing the parser to temporarily not interpret it as a special character.&lt;br /&gt;
&lt;br /&gt;
This used to be a template, but for speed reasons, the [[MediaWiki]] parser was changed in July 2014 to instantly interpret &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; as &amp;quot;&amp;amp;#124;&amp;quot; and ignore this template, making &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; a [[mw:Help:Magic words|magic word]]. You can continue to use the code in exactly the same way as before.&lt;br /&gt;
&lt;br /&gt;
Do not use syntax like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Template:!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and do not supply a parameter, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!|foo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. In those cases, the template transcludes as an error message: {{!xt|Error: The retired template &amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt; has been transcluded; see mw:Help:Magic words#Other for details. To fix this, use only the code &amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt; to generate the &amp;amp;#124; character.}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The code &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is used to [[Escape_character|escape]] the vertical bar character, &amp;amp;#124;, so that it is interpreted later than it would be otherwise. This is mostly useful when trying to include a table in a template. For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{rquote|none|text=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
! Header text !! Header text&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
yields nonsense:&lt;br /&gt;
&lt;br /&gt;
{{rquote|none|text=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
! Header text !! Header text&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
However escaping the bars with this magic word and similar templates gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{rquote|none|&amp;lt;nowiki&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;{{(!}} class{{=}}&amp;quot;wikitable&amp;quot;&lt;br /&gt;
{{!}}+ Caption text&lt;br /&gt;
{{!}}-&lt;br /&gt;
! Header text !! Header text&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} Example {{!!}} Example&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} Example {{!!}} Example&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{rquote|none|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;{{(!}} class{{=}}&amp;quot;wikitable&amp;quot;&lt;br /&gt;
{{!}}+ Caption text&lt;br /&gt;
{{!}}-&lt;br /&gt;
! Header text !! Header text&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} Example {{!!}} Example&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} Example {{!!}} Example&lt;br /&gt;
{{!)}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Escape template list}}&lt;br /&gt;
Documentation for the magic word may be found in the MediaWiki documentation at [[mw:Help:Magic words#Other]].&lt;br /&gt;
* {{tl|pipe}}, a template that uses the [[numeric character reference]] for the vertical bar character&lt;br /&gt;
* [[m:Help:Template#A parameter value containing a pipe character]]&lt;br /&gt;
*[[Help:Conditional tables]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Character-substitution templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Portals&amp;diff=60805</id>
		<title>Vorlage:Portals</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Portals&amp;diff=60805"/>
		<updated>2022-02-23T02:39:54Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: use template:hlist&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hlist&amp;lt;includeonly&amp;gt;|class=noprint&amp;lt;/includeonly&amp;gt;|style=text-align: center; clear:both; padding:0.25em 0 0.5em;{{#if:{{{textcolour|}}}| color:{{{textcolour}}}}}|&#039;&#039;&#039;What are [[Wikipedia:Portal|{{#if:{{{linkcolour|}}}|{{color|{{{linkcolour}}}|portals}}|portals}}]]?&#039;&#039;&#039;|&#039;&#039;&#039;[[Portal:Contents/Portals|{{#if:{{{linkcolour|}}}|{{color|{{{linkcolour}}}|List of portals}}|List of portals}}]]&#039;&#039;&#039;|{{portal other|[[Special:PrefixIndex/Portal:{{PAGENAME}}/|{{#if:{{{linkcolour|}}}&#039;&#039;&#039;|{{color|{{{linkcolour}}}|Sub-pages of Portal:{{PAGENAME}}}}|Sub-pages of Portal:{{PAGENAME}}}}]]}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:))&amp;diff=60865</id>
		<title>Vorlage:))</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:))&amp;diff=60865"/>
		<updated>2022-02-23T02:26:26Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Changed protection settings for &amp;quot;Template:))&amp;quot;: 100K+uses ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Portal_template_list&amp;diff=60803</id>
		<title>Vorlage:Portal template list</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Portal_template_list&amp;diff=60803"/>
		<updated>2022-02-20T17:02:20Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Deleted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{navbar|Portal template list|style=float:right}}&lt;br /&gt;
&#039;&#039;&#039;Portal content templates&#039;&#039;&#039;&lt;br /&gt;
* To display &amp;quot;selected content&amp;quot; on the portal main page&lt;br /&gt;
** {{tl|Transclude list item excerpts as random slideshow}}—transcludes excerpts from [[WP:RECOG|recognized content lists]], which are populated by a bot.&lt;br /&gt;
** {{tl|Transclude random subpage}}—transcludes random portal subpage.&lt;br /&gt;
** {{tl|Random portal component}}—transcludes random portal subpage.&lt;br /&gt;
** {{tl|Random subpage}}—transcludes random portal subpages.&lt;br /&gt;
** {{tl|Portal pictures}}—transcludes a slideshow of pictures, utilizing a single-page gallery.&lt;br /&gt;
* To organize &amp;quot;selected content&amp;quot; on subpages&lt;br /&gt;
** {{tl|Numbered subpages}}—outputs an automatic index, transcluding numbered subpages.&lt;br /&gt;
** {{tl|Portal subpage}}—outputs a box linking to and transcluding a single subpage.&lt;br /&gt;
** {{tl|Portal subpage inline}}—outputs an unordered list item linking to and transcluding a single subpage.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main portal page formatting templates&#039;&#039;&#039;&lt;br /&gt;
{{Div col|colwidth=20em}}&lt;br /&gt;
* {{tl|Box-header}}&lt;br /&gt;
* {{tl|Box-header-plain}}&lt;br /&gt;
* {{tl|Box-header-round}}&lt;br /&gt;
* {{tl|Box-header-square}}&lt;br /&gt;
* {{tl|Box-header-watch}}&lt;br /&gt;
* {{tl|Box-footer}}&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Templates that configure links&#039;&#039;&#039;&lt;br /&gt;
{{Div col|colwidth=20em}}&lt;br /&gt;
* {{tl|Portal}} &lt;br /&gt;
* {{tl|Portal bar}}&lt;br /&gt;
* {{tl|Portal-inline}}&lt;br /&gt;
* {{tl|Portals}}&lt;br /&gt;
* {{tl|Portals browsebar}}&lt;br /&gt;
* {{tl|Related portals}}&lt;br /&gt;
* {{tl|Related portals2}}&lt;br /&gt;
* {{tl|Wikimedia for portals}}&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected page templates, used on subpages of older portals&#039;&#039;&#039;&lt;br /&gt;
{{Div col|colwidth=20em}}&lt;br /&gt;
* {{tl|Selected article}}&lt;br /&gt;
* {{tl|Selected biography}}&lt;br /&gt;
* {{tl|Selected business}}&lt;br /&gt;
* {{tl|Selected DYK}}&lt;br /&gt;
* {{tl|Selected ingredient}}&lt;br /&gt;
* {{tl|Selected location}}&lt;br /&gt;
* {{tl|Selected picture}}&lt;br /&gt;
* {{tl|Selected product}}&lt;br /&gt;
* {{tl|Selected publication}}&lt;br /&gt;
* {{tl|Selected quote}}&lt;br /&gt;
* {{tl|Selected recipe}}&lt;br /&gt;
* {{tl|Selected X}}&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Related templates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* {{tl|Project template list}}&lt;br /&gt;
&lt;br /&gt;
{{Portal templates navbox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Wikipedia Portal templates| ]]&lt;br /&gt;
[[Category:Documentation see also templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Portal&amp;diff=60797</id>
		<title>Vorlage:Portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Portal&amp;diff=60797"/>
		<updated>2022-02-20T15:46:07Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Wikipedia:Templates for discussion/Log/2022 February 12#Template:Portal-mobile closed as merge (XFDcloser)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Portal|portal}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Portal/doc&amp;diff=60799</id>
		<title>Vorlage:Portal/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Portal/doc&amp;diff=60799"/>
		<updated>2022-02-16T03:07:43Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: document new parameter, update TemplateData&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq: {{{type|}}} | module ||&amp;lt;!-- section not transcluded if type = module --&amp;gt;&lt;br /&gt;
{{documentation subpage}}&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}}|Template:Portal|{{high-use| 7658785 |all-pages = yes}}}}&lt;br /&gt;
{{lua|Module:Portal}}&lt;br /&gt;
&amp;lt;!---PLEASE ADD METADATA TO THE &amp;lt;includeonly&amp;gt; SECTION AT THE BOTTOM OF THIS PAGE.---&amp;gt;&lt;br /&gt;
This {{{type|template}}} produces a box with links to a [[Portal:Contents/Portals|portal]] or to multiple portals. It is most often used in the &amp;quot;See also&amp;quot; section of an article. &#039;&#039;&#039;If a portal does not exist, then it will not be displayed&#039;&#039;&#039;. As of December 11, 2021 (UTC), this portal template is now mobile-friendly, meaning that the portal links will appear on mobile devices.&lt;br /&gt;
}}&amp;lt;!-- end of section not transcluded if type = module --&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{Portal |Canada | Biography |History |Science}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Basic usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;amp;#123;&amp;amp;#123;{{#ifeq: {{{type|}}} | module | &amp;amp;#35;invoke:Portal&amp;amp;#124;portal | Portal }} |&#039;&#039;Portal 1&#039;&#039; |&#039;&#039;Portal 2&#039;&#039; |&#039;&#039;Portal 3&#039;&#039; |... &amp;amp;#125;&amp;amp;#125;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
Within articles, {{#ifeq: {{{type|}}} | module | the output of the portal function | this template }} is meant to be placed at the top of the article&#039;s &#039;&#039;See also&#039;&#039; section. If there is no &#039;&#039;See also&#039;&#039; section, you may put it in the &#039;&#039;External links&#039;&#039; section instead; there is no need to create a new section just to house this template. If there is no &#039;&#039;External links&#039;&#039; section either, just put it below the article text in the place that seems most appropriate.&lt;br /&gt;
&lt;br /&gt;
There are no particular rules about the placement of portals on other kinds of pages.&lt;br /&gt;
&lt;br /&gt;
== Image ==&lt;br /&gt;
The portal image names are stored in subpages of [[Module:Portal/images]], organised by the first letter of the portal name. For example, the first letter of [[Portal:Feminism]] is &amp;quot;F&amp;quot;, so the image name is stored at [[Module:Portal/images/f]]. If there is an entry for a portal on the correct page then the corresponding image will be shown next to the portal link. If no image is found then [[:File:Portal-puzzle.svg]] will be shown instead.&lt;br /&gt;
&lt;br /&gt;
It is also possible to specify aliases for portal images. For example, the code {{tlx|Portal|Detroit}} produces the same image as the code {{tlx|Portal|Metro Detroit}}. The &amp;quot;Detroit&amp;quot; alias is found on the page [[Module:Portal/images/aliases]].&lt;br /&gt;
&lt;br /&gt;
The image-detection algorithm is case-insensitive. For example, the code {{tlx|Portal|Detroit}} will produce the same image as the code {{tlx|Portal|detroit}} (although the portal links will be different). Portal names are stored in lower case in the image subpages, and input is converted to lower case before being checked.&lt;br /&gt;
&lt;br /&gt;
To add new images to the list, please &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://en.wikipedia.org/w/index.php?title=Template_talk:Portal&amp;amp;action=edit&amp;amp;preload=Template:Edit_protected/preload&amp;amp;preloadparams%5b%5d=edit%20template-protected&amp;amp;preloadparams%5b%5d=&amp;amp;editintro=Template:Edit_protected/editintro&amp;amp;preloadtitle=Image+edit+request+on+{{CURRENTDAY}}+{{CURRENTMONTHNAME}}+{{CURRENTYEAR}}&amp;amp;section=new make a protected edit request at Template talk:Portal]&amp;lt;/span&amp;gt; to get an administrator to edit the correct subpage for you. Portal images must be either in the public domain or available under a [[WP:ICTIC|free license]] that allows commercial reuse and derivative works; [[Wikipedia:Non-free content|fair-use]] images are not acceptable. The template {{tl|Portal icon demonstration}} may be of use when deciding whether an image is suitable for use as a portal icon; it formats an image using the same size and style that the {{tl|Portal}} template uses by default.&lt;br /&gt;
&lt;br /&gt;
A list of portals and aliases of portals without icons can be found at [[User:Dreamy Jazz Bot/Portals needing icons]]. It is updated infrequently, so ping the [[User:Dreamy Jazz|bot owner]] to update the list.&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|List of image subpages}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Page !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/a]] || For portal names starting with &amp;quot;A&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/b]] || For portal names starting with &amp;quot;B&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/c]] || For portal names starting with &amp;quot;C&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/d]] || For portal names starting with &amp;quot;D&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/e]] || For portal names starting with &amp;quot;E&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/f]] || For portal names starting with &amp;quot;F&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/g]] || For portal names starting with &amp;quot;G&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/h]] || For portal names starting with &amp;quot;H&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/i]] || For portal names starting with &amp;quot;I&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/j]] || For portal names starting with &amp;quot;J&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/k]] || For portal names starting with &amp;quot;K&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/l]] || For portal names starting with &amp;quot;L&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/m]] || For portal names starting with &amp;quot;M&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/n]] || For portal names starting with &amp;quot;N&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/o]] || For portal names starting with &amp;quot;O&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/p]] || For portal names starting with &amp;quot;P&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/q]] || For portal names starting with &amp;quot;Q&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/r]] || For portal names starting with &amp;quot;R&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/s]] || For portal names starting with &amp;quot;S&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/t]] || For portal names starting with &amp;quot;T&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/u]] || For portal names starting with &amp;quot;U&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/v]] || For portal names starting with &amp;quot;V&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/w]] || For portal names starting with &amp;quot;W&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/x]] || For portal names starting with &amp;quot;X&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/y]] || For portal names starting with &amp;quot;Y&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/z]] || For portal names starting with &amp;quot;Z&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/other]] || For portal names starting with any other letters. This includes numbers, letters with diacritics, and letters in non-Latin alphabets.&lt;br /&gt;
|-&lt;br /&gt;
| [[Module:Portal/images/aliases]] || For adding aliases for existing portal names. Use this page for variations in spelling and diacritics, etc., no matter what letter the portal begins with.&lt;br /&gt;
|}&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
{| style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code !! Result&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;span style=&amp;quot;font-size: 90%;&amp;quot;&amp;gt;&amp;amp;#123;&amp;amp;#123;{{#ifeq: {{{type|}}} | module | &amp;amp;#35;invoke:Portal&amp;amp;#124;portal | Portal }}|Science&amp;amp;#125;&amp;amp;#125;&amp;lt;/span&amp;gt;&lt;br /&gt;
| {{Portal|Science}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Value !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&#039;&#039;&#039;2&#039;&#039;&#039;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&#039;&#039;&#039;3&#039;&#039;&#039;&amp;lt;/code&amp;gt; ... || The portal name, e.g. &amp;lt;code&amp;gt;Literature&amp;lt;/code&amp;gt; || The positional parameters specify the portals to be displayed.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;left&#039;&#039;&#039;&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; || If set to &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt;, the portal appears on the left side of the page instead of the right.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;margin&#039;&#039;&#039;&amp;lt;/code&amp;gt; || CSS margin value, e.g. &amp;lt;code&amp;gt;1.2em 3em 0.5em 1em&amp;lt;/code&amp;gt; || This allows you to set a custom margin. All valid CSS margin values are accepted.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;break&#039;&#039;&#039;&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; || If set to &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt;, a line break is inserted after the portal name and before the word &#039;&#039;portal&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;boxsize&#039;&#039;&#039;&amp;lt;/code&amp;gt; || Size in pixels, e.g. &amp;lt;code&amp;gt;300&amp;lt;/code&amp;gt; || This sets a custom box width in pixels.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;redlinks&#039;&#039;&#039;&amp;lt;/code&amp;gt; || Any of the following values: &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;include&amp;lt;/code&amp;gt; || Redlinks will be displayed. The default is to suppress redlinks.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;nominimum&#039;&#039;&#039;&amp;lt;/code&amp;gt; || Any of the following values: &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; || Suppresses the warning if no parameters are supplied. This can be useful when Template:Portal is called by another template.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;border&#039;&#039;&#039;&amp;lt;/code&amp;gt; || Any of the following values: &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; || Turn off border and background&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&#039;&#039;&#039;tracking&#039;&#039;&#039;&amp;lt;/code&amp;gt; || Any of the following values: &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; || Tracking categories will be suppressed. The default is to use tracking categories, except on certain namespaces and on pagenames which contain &amp;quot;/archive&amp;quot;, &amp;quot;/doc&amp;quot; or &amp;quot;/test&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Error tracking ==&lt;br /&gt;
If the {{{type|template}}} is used incorrectly, the page will be added to a tracking category.&lt;br /&gt;
&lt;br /&gt;
The tracking categories are not applied if any of the following is true:&lt;br /&gt;
# Tracking is specially disabled for that usage. This is done by setting the optional parameter {{para|tracking}} to any the following values: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;no&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;n&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;false&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# the template is used on a page in any of these namespaces: Talk, User, User talk, Wikipedia talk, File talk, Template talk, Category talk, Portal talk, Draft, Draft talk, Module talk&lt;br /&gt;
# The title page on which the template is used includes any of the following case-insensitive strings: &amp;quot;/archive&amp;quot;, &amp;quot;/doc&amp;quot;, &amp;quot;/test&amp;quot;&lt;br /&gt;
* {{clc|Portal templates with too few portals}}&lt;br /&gt;
* {{clc|Portal templates with too many portals}}&lt;br /&gt;
* {{clc|Portal templates with redlinked portals}}&lt;br /&gt;
* {{clc|Pages with empty portal template}}&lt;br /&gt;
:{{Purge page|&#039;&#039;Purge page to update totals&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{{type|}}} | module ||&amp;lt;!-- section not transcluded if type = module --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other mobile-friendly versions==&lt;br /&gt;
For versions that are visible in print and mobile versions of Wikipedia pages see:&lt;br /&gt;
* {{tl|Portal-inline}}&lt;br /&gt;
* {{tl|Portal bar}}&lt;br /&gt;
{{Quotation |&lt;br /&gt;
*&amp;lt;small&amp;gt;Mobile version of &#039;&#039;&#039;{{Plain link|url=//{{CONTENTLANG}}.m.{{SITENAME}}.org/wiki/{{urlencode:{{{1|{{FULLPAGENAME}}}}}|WIKI}}|name={{{1|{{FULLPAGENAME}}}}}}}&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*&amp;lt;small&amp;gt;Desktop version of &#039;&#039;&#039;{{Plain link|url=//{{CONTENTLANG}}.{{SITENAME}}.org/wiki/{{urlencode:{{{1|{{FULLPAGENAME}}}}}|WIKI}}|name={{{1|{{FULLPAGENAME}}}}}}}&#039;&#039;&#039;&amp;lt;/small&amp;gt;}}&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{Tl|Subject bar}}&lt;br /&gt;
{{Portal template list}}&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
{{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}}&lt;br /&gt;
{{TemplateData header|noheader=1}}&lt;br /&gt;
&amp;lt;TemplateData&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;A template to create a list of portals&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Portal (1)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Inserts the portal image and text. Further portals can be added to the template by increasing the number&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Portal (2)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Insert the portal image and text&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;3&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Portal (3)&amp;quot;,&lt;br /&gt;
			&amp;quot;inherits&amp;quot;: &amp;quot;2&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;left&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Side&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If set to yes, the portal appears on the left side of the page instead of the right.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;no&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;margin&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Margin size&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Alters the margin size. Any valid CSS margin is accepted&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;break&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Line break&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If set to yes, a line break is inserted after the portal name and before the word portal&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;boxsize&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Box size&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;This sets a custom box width in pixels.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
        &amp;quot;redlink&amp;quot;: {&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Allow links to non-existent portals&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
            &amp;quot;default&amp;quot;: &amp;quot;false&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;nominimum&amp;quot;: {&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Do not check for at least one portal&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
            &amp;quot;default&amp;quot;: &amp;quot;false&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;border&amp;quot;: {&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Put border around portal links&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
            &amp;quot;default&amp;quot;: &amp;quot;true&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;tracking&amp;quot;: {&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;In case of warning, add to tracking category&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
            &amp;quot;default&amp;quot;: &amp;quot;true&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
		&amp;quot;type&amp;quot;: {}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/TemplateData&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!--Categories below this line, please; interwikis at Wikidata--&amp;gt;&lt;br /&gt;
[[Category:Internal link templates]]&lt;br /&gt;
[[Category:Wikipedia Portal navflags]]&lt;br /&gt;
[[Category:Exclude in print]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt; &amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Record production portal|Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!-- end of section not transcluded if type = module --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Documentation_subpage&amp;diff=60771</id>
		<title>Vorlage:Documentation subpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Documentation_subpage&amp;diff=60771"/>
		<updated>2022-02-09T04:09:32Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: semantic emphasis, shortening emphasized phrase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}}&lt;br /&gt;
     | &amp;lt;!--(this template has been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#ifeq:{{{doc-notice|show}}} |show&lt;br /&gt;
          | {{Mbox&lt;br /&gt;
             | type = notice&lt;br /&gt;
             | style = margin-bottom:1.0em;&lt;br /&gt;
             | image = [[File:Edit-copy green.svg|40px|alt=|link=]]&lt;br /&gt;
             | text =&lt;br /&gt;
{{strong|This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]]}} for {{terminate sentence|{{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}}}&amp;lt;br /&amp;gt;It contains usage information, [[Wikipedia:Categorization|categories]] and other content that is not part of the original {{#if:{{{text2|}}} |{{{text2}}} |{{#if:{{{text1|}}} |{{{text1}}} |{{#ifeq:{{SUBJECTSPACE}} |{{ns:User}} |{{lc:{{SUBJECTSPACE}}}} template page |{{#if:{{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}. &lt;br /&gt;
            }}&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#if:{{{inhibit|}}} |&amp;lt;!--(don&#039;t categorize)--&amp;gt;&lt;br /&gt;
          |   &amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
               --&amp;gt;{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
                   | [[Category:{{#switch:{{SUBJECTSPACE}} |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]&lt;br /&gt;
                   | [[Category:Documentation subpages without corresponding pages]]&lt;br /&gt;
                  }}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
(completing initial #ifeq: at start of template:)&lt;br /&gt;
--&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
     | &amp;lt;!--(this template has not been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Box_portal_skeleton&amp;diff=60757</id>
		<title>Vorlage:Box portal skeleton</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Box_portal_skeleton&amp;diff=60757"/>
		<updated>2022-01-13T17:49:56Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Undid revision 1065456306 by Gonnym (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!-- This portal was created using subst:box portal skeleton  --&amp;gt;&lt;br /&gt;
{{Portals browsebar}}__NOTOC__{{Portal styles}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{/box-header|&amp;lt;big&amp;gt;{{PAGENAME}}&amp;lt;/big&amp;gt;|{{FULLPAGENAME}}/Intro|}}&lt;br /&gt;
{{/Intro}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; margin:0.25em auto 0.75em&amp;quot;&amp;gt;{{purge|&#039;&#039;&#039;Show new selections&#039;&#039;&#039;}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;portal-column-left&amp;quot;&amp;gt; &amp;lt;!-- Switch to one column on narrow screens --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Random portal component with nominate|max=5|header=Selected article|footer=More articles...| subpage=Selected article}}&lt;br /&gt;
&lt;br /&gt;
{{Random portal component with nominate|max=5|header=Selected biography|footer=More biographies...| subpage=Selected biography}}&lt;br /&gt;
&lt;br /&gt;
{{/box-header|In the news|{{FULLPAGENAME}}/News|}}&lt;br /&gt;
{{/News}}&lt;br /&gt;
{{box-footer|[[/Current events|More current events...]]{{middot}} [[wikinews:{{FULLPAGENAME}}|Current events]] on [[wikinews:en|Wikinews]]}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;portal-column-right&amp;quot;&amp;gt; &amp;lt;!-- Switch to one column on narrow screens --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Random portal component with nominate|max=5|header=Selected picture|footer=More pictures...| subpage=Selected picture}}&lt;br /&gt;
&lt;br /&gt;
{{/box-header|Did you know?|{{FULLPAGENAME}}/Did you know|}}&lt;br /&gt;
{{/Did you know}}&lt;br /&gt;
{{box-footer|[[{{FULLPAGENAME}}/Did you know/archive|Archive]] – [[Help:Starting a new page|Start a new article]]}}&lt;br /&gt;
&lt;br /&gt;
{{/box-header|Categories|{{FULLPAGENAME}}/Categories|}}&lt;br /&gt;
{{/Categories}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{/box-header|Topics|{{FULLPAGENAME}}/Topics|}}&lt;br /&gt;
{{/Topics}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&lt;br /&gt;
{{/box-header|Related portals|{{FULLPAGENAME}}/Related portals|}}&lt;br /&gt;
{{/Related portals}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;portal-column-left&amp;quot;&amp;gt; &amp;lt;!-- Switch to one column on narrow screens --&amp;gt;&lt;br /&gt;
{{/box-header|WikiProjects|{{FULLPAGENAME}}/Projects|}}&lt;br /&gt;
{{/Projects}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;portal-column-right&amp;quot;&amp;gt; &amp;lt;!-- Switch to one column on narrow screens --&amp;gt;&lt;br /&gt;
{{/box-header|Things to do|{{FULLPAGENAME}}/Opentask|}}&lt;br /&gt;
{{/Opentask}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{/box-header|Wikimedia|{{FULLPAGENAME}}/Wikimedia|}}&lt;br /&gt;
{{/Wikimedia}}&lt;br /&gt;
{{box-footer|}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{portals}}&lt;br /&gt;
{{purge page}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&lt;br /&gt;
[[Category:Portals under construction]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:No_redirect&amp;diff=60908</id>
		<title>Vorlage:No redirect</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:No_redirect&amp;diff=60908"/>
		<updated>2022-01-02T09:07:18Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: fix &amp;quot;|=foo&amp;quot; bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{safesubst:&amp;lt;noinclude/&amp;gt;#if: {{safesubst:&amp;lt;noinclude/&amp;gt;#invoke:Redirect|isRedirect|{{{1}}}}}&lt;br /&gt;
| &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{safesubst:&amp;lt;noinclude/&amp;gt;fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]&amp;lt;/span&amp;gt;&lt;br /&gt;
| {{safesubst:&amp;lt;noinclude/&amp;gt;#if:{{{2|}}}|[[:{{safesubst:&amp;lt;noinclude/&amp;gt;FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:&amp;lt;noinclude/&amp;gt;FULLPAGENAME:{{{1}}}}}]]}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Transclude&amp;diff=60837</id>
		<title>Vorlage:Transclude</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Transclude&amp;diff=60837"/>
		<updated>2021-12-31T16:00:55Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Update from sandbox.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{NAMESPACE: {{{1}}} }}&lt;br /&gt;
 |#default = {{FULLPAGENAME: {{{1}}} }} &amp;lt;!-- the namespace was specified eg &amp;quot;User:Foo&amp;quot; &amp;quot;Template:Foo&amp;quot;, &amp;quot;Category:Foo&amp;quot; --&amp;gt;&lt;br /&gt;
 |{{ns:0}} = &amp;lt;!-- we have either &amp;quot;:Foo&amp;quot; (mainspace) or &amp;quot;Foo&amp;quot; (a template) --&amp;gt;&lt;br /&gt;
    {{#if: {{#invoke:string2|startswith|1={{{1|}}}|2=:}}&lt;br /&gt;
      |{{PAGENAME: {{{1}}} }} &amp;lt;!-- leading colon, eg &amp;quot;:Foo&amp;quot;, so we want the article --&amp;gt;&lt;br /&gt;
      |Template:{{{1}}}  &amp;lt;!-- no leading colon, eg &amp;quot;Foo&amp;quot;, so we want the template --&amp;gt;&lt;br /&gt;
    }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:For_loop/doc&amp;diff=60779</id>
		<title>Vorlage:For loop/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:For_loop/doc&amp;diff=60779"/>
		<updated>2021-12-18T16:53:03Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Reverted edits by 171.4.223.161 (talk) (HG) (3.4.10)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{high-use|35,000}}&lt;br /&gt;
&amp;lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{lua|Module:For loop}}&lt;br /&gt;
This template implements a [[for loop]] or a [[foreach loop]].&lt;br /&gt;
&lt;br /&gt;
This template calls a user-specified template (the &amp;quot;called template&amp;quot;) multiple times: once for each value in either 1) an iterated sequence or 2) an explicit list. Each value in the sequence or list is passed to the same specified parameter of the called template (the &amp;quot;variable parameter&amp;quot;). Optionally, pre- and postfixes can be attached to the passed values.&lt;br /&gt;
&lt;br /&gt;
In addition to the specified variable parameter, other parameters of the called template (&amp;quot;static parameters&amp;quot;) can be given a value which is the same in each iteration.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Group !! Parameter !! Meaning !! Default value&lt;br /&gt;
|-&lt;br /&gt;
! scope=row rowspan=3 | Mandatory&lt;br /&gt;
| &#039;&#039;&#039;1 (unnamed)&#039;&#039;&#039; || separator to output between calls (may be blank; whitespace is preserved) ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;call&#039;&#039;&#039; || template to call ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;pv&#039;&#039;&#039; || name (or number) of the variable parameter of the called template || style=&amp;quot;text-align: center&amp;quot; | 1&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid grey;&amp;quot;&lt;br /&gt;
! scope=row rowspan=3 | Option 1:&amp;lt;br/&amp;gt;iterated sequence&lt;br /&gt;
| &#039;&#039;&#039;start&#039;&#039;&#039; || first numeric value to pass to variable parameter || style=&amp;quot;text-align: center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;stop&#039;&#039;&#039; || maximum numeric value for variable parameter ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;by&#039;&#039;&#039; || iteration step size between values passed to variable parameter || style=&amp;quot;text-align: center&amp;quot; | 1&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid grey;&amp;quot;&lt;br /&gt;
! scope=row rowspan=2 | Option 2:&amp;lt;br/&amp;gt;explicit values&lt;br /&gt;
|  &#039;&#039;&#039;(unnamed parameters)&#039;&#039;&#039; || | explicit values, given as separate parameters (whitespace is stripped) ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;skipBlanks&#039;&#039;&#039; || set to &amp;quot;true&amp;quot; to skip empty parameter values || style=&amp;quot;text-align: center&amp;quot; | false&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid grey;&amp;quot;&lt;br /&gt;
! scope=row rowspan=5 | Other optional&amp;lt;br/&amp;gt;parameters&lt;br /&gt;
| &#039;&#039;&#039;pc[N]n&#039;&#039;&#039; || name (or number) of the Nth static parameter of the called template ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;pc[N]v&#039;&#039;&#039; || value for the Nth static parameter of the called template ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;prefix&#039;&#039;&#039; || static prefix prepended to each value passed to the variable parameter ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;postfix&#039;&#039;&#039; || static postfix appended to each value passed to the variable parameter ||&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;substall&#039;&#039;&#039; || set to &amp;quot;false&amp;quot; to not substitute the called template when {{tl|for loop}} is substituted || style=&amp;quot;text-align: center&amp;quot; | true&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Either&#039;&#039; option 1 (iteration parameters) &#039;&#039;or&#039;&#039; option 2 (an explicit list of values) may be used, but not both.&lt;br /&gt;
&lt;br /&gt;
The first unnamed parameter, prior to any explicit values, is a separator. The separator is a string that is output &#039;&#039;between&#039;&#039; calls to the template named in &amp;lt;code&amp;gt;|call=&amp;lt;/code&amp;gt;. It is not output after the last call. &lt;br /&gt;
&lt;br /&gt;
=== Caution ===&lt;br /&gt;
*The separator can be prefixed with &amp;quot;1=&amp;quot;, but in that case it cannot contain newlines and spaces at the start and end.&lt;br /&gt;
*If any parameter value contains an equals sign, use {{tlx|{{=}}}} (see [[Help:Template#Usage hints and workarounds|Template Usage hints and workarounds]]).&lt;br /&gt;
*If you use numbered parameters, note that the first value is parameter 2 (e.g. &amp;lt;code&amp;gt;|2=Your1stValue&amp;lt;/code&amp;gt;), because parameter 1 is the separator.&lt;br /&gt;
*If you use numbered parameters, you must not skip any numbers. The loop will terminate after the first absent numbered parameter. (Parameters can be blank, but not absent.)&lt;br /&gt;
&lt;br /&gt;
=== Substitution ===&lt;br /&gt;
The current Lua-based template supports [[WP:SUBST|substitution]]. If {{para|substall|no}} is not specified, then substituting the template will substitute everything, including the call to the template passed in {{para|call}}. If it is specified, then the template substitutes into a sequence of calls to the template specified.&lt;br /&gt;
&lt;br /&gt;
Example: {{tlxs|for loop|sep |01|02|03|04|05|06|07|call{{=}}1x}} -&amp;gt; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;01sep 02sep 03sep 04sep 05sep 06sep 07&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, {{tlxs|for loop|sep |01|02|03|04|05|06|07|call={{1x}}|substall{{=}}no}} -&amp;gt; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{1x|01}}sep {{1x|02}}sep {{1x|03}}sep {{1x|04}}sep {{1x|05}}sep {{1x|06}}sep {{1x|07}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For full substitution [[Special:ExpandTemplates]] can also be used.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;, border=1&lt;br /&gt;
!Form&lt;br /&gt;
!Code&lt;br /&gt;
!Explanation&lt;br /&gt;
!Result&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | Iterator&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;{{for loop|&amp;amp;|call = spanbox&lt;br /&gt;
  |pv = font size&lt;br /&gt;
  |start=10|stop=52|by=8&lt;br /&gt;
  |postfix = px&lt;br /&gt;
  |pc1n = 1&lt;br /&gt;
  |pc1v = A&lt;br /&gt;
  |pc2n = background&lt;br /&gt;
  |pc2v = yellow&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Call the template &amp;quot;spanbox&amp;quot; with values:&lt;br /&gt;
*font size = &amp;quot;[N]px&amp;quot;, where N takes values starting with 10 and increasing by 8 while remaining less than or equal to 52&lt;br /&gt;
*1 (first unnamed parameter) = &amp;quot;A&amp;quot;&lt;br /&gt;
*background = &amp;quot;yellow&amp;quot;&lt;br /&gt;
Separating outputs with &amp;quot;&amp;amp;&amp;quot;&lt;br /&gt;
|{{for loop|&amp;amp;|call = spanbox&lt;br /&gt;
  |pv = font size&lt;br /&gt;
  |start=10|stop=52|by=8&lt;br /&gt;
  |postfix = px&lt;br /&gt;
  |pc1n = 1&lt;br /&gt;
  |pc1v = A&lt;br /&gt;
  |pc2n = background&lt;br /&gt;
  |pc2v = yellow&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | Explicit values&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{for loop|, |call=1x&lt;br /&gt;
|prefix=1&lt;br /&gt;
|00|01|02|03|04|05|06|07|08|09&lt;br /&gt;
|10|11|12|13|14|15|16|17|18|19&lt;br /&gt;
|20|21|22|23|24|25|26|27|28|29&lt;br /&gt;
|30|31|32|33|34|35|36|37|38|39&lt;br /&gt;
|40|41|42|43|44|45|46|47|48|49&lt;br /&gt;
|50|51|52|53|54|55|56|57|58|59&lt;br /&gt;
|60|61|62|63|64|65|66|67|68|69&lt;br /&gt;
|70|71|72|73|74|75|76|77|78|79&lt;br /&gt;
|80|81|82|83|84|85|86|87|88|89&lt;br /&gt;
|90|91|92|93|94|95|96|97|98|99&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Call the template &amp;quot;1x&amp;quot; with values &amp;quot;1[NN]&amp;quot;, where NN = &amp;quot;00&amp;quot; through &amp;quot;99&amp;quot; (given explicitly), separating the outputs with the string &amp;quot;, &amp;quot;&lt;br /&gt;
|{{for loop|, |call=1x&lt;br /&gt;
|prefix=1&lt;br /&gt;
|00|01|02|03|04|05|06|07|08|09&lt;br /&gt;
|10|11|12|13|14|15|16|17|18|19&lt;br /&gt;
|20|21|22|23|24|25|26|27|28|29&lt;br /&gt;
|30|31|32|33|34|35|36|37|38|39&lt;br /&gt;
|40|41|42|43|44|45|46|47|48|49&lt;br /&gt;
|50|51|52|53|54|55|56|57|58|59&lt;br /&gt;
|60|61|62|63|64|65|66|67|68|69&lt;br /&gt;
|70|71|72|73|74|75|76|77|78|79&lt;br /&gt;
|80|81|82|83|84|85|86|87|88|89&lt;br /&gt;
|90|91|92|93|94|95|96|97|98|99&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other examples with explicit values ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{for loop|-|a|3||c|g|call=3x}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; using {{tiw|3x}} gives&lt;br /&gt;
&lt;br /&gt;
{{for loop|-|a|3||c|g|call=3x}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{for loop|&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|a|3||c|g|call=3x}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives&lt;br /&gt;
&lt;br /&gt;
{{for loop|&lt;br /&gt;
&lt;br /&gt;
|a|3||c|g|call=3x}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Test&lt;br /&gt;
|-&lt;br /&gt;
| {{for loop|&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} |a|b|c|d|e|call=3x}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Test&lt;br /&gt;
|-&lt;br /&gt;
| {{for loop|&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} |a|b|c|d|e|call=3x}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{for loop| |01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19&lt;br /&gt;
|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39&lt;br /&gt;
|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59&lt;br /&gt;
|60|61|62|63|64|65|66|67|68|69|70|71|72|73|74|75|76|77|78|79&lt;br /&gt;
|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99&lt;br /&gt;
|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118|119&lt;br /&gt;
|120|121|122|123|124|125|126|127|128|129|130|131|132|133|134|135|136|137|138|139&lt;br /&gt;
|140|141|142|143|144|145|146|147|148|149|150|151|152|153|154|call=1x}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives:&lt;br /&gt;
&lt;br /&gt;
{{for loop| |01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19&lt;br /&gt;
|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39&lt;br /&gt;
|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59&lt;br /&gt;
|60|61|62|63|64|65|66|67|68|69|70|71|72|73|74|75|76|77|78|79&lt;br /&gt;
|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99&lt;br /&gt;
|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118|119&lt;br /&gt;
|120|121|122|123|124|125|126|127|128|129|130|131|132|133|134|135|136|137|138|139&lt;br /&gt;
|140|141|142|143|144|145|146|147|148|149|150|151|152|153|154|call=1x}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
begin-&amp;gt;{{for loop|{{=}} |01|02|03|04|05|06|07|08|09|10&lt;br /&gt;
|11{{=}}{{=}}{{=}}|12|13|14|15|16|17|18|19|call=1x}}&amp;lt;-end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives:&lt;br /&gt;
&lt;br /&gt;
begin-&amp;gt;{{for loop|{{=}} |01|02|03|04|05|06|07|08|09|10&lt;br /&gt;
|11{{=}}{{=}}{{=}}|12|13|14|15|16|17|18|19|call=1x}}&amp;lt;-end&lt;br /&gt;
&lt;br /&gt;
== Notes about legacy code ==&lt;br /&gt;
This template is currently in its third incarnation. It now uses the [[WP:Lua|Lua]] code at [[Module:For loop]]. It was ported to Lua from [[mw:Help:Extension:ParserFunctions|ParserFunctions]]. There was also a previous version with a named &amp;quot;sep&amp;quot; parameter to specify the separator value. The template was originally based on [[m:Template:For|Template:For on meta]]. The template name was changed because there was already a [[Template:For|Template:For on Wikipedia]].&lt;br /&gt;
&lt;br /&gt;
The old versions were limited to 150 variable values and four fixed parameters. There are no such limits in the current version. Also, in the first version the &amp;quot;sep&amp;quot; parameter didn&#039;t allow whitespace in the separator value. This was fixed with the second version and was retained in the current version.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[mw:Template:Fe]]&lt;br /&gt;
*[[mw:Template:foreach]]&lt;br /&gt;
*{{tim|tblb}}&lt;br /&gt;
*{{tiw|for nowiki}}&lt;br /&gt;
*{{tiw|item}}&lt;br /&gt;
*{{tiw|loop}}&lt;br /&gt;
*{{tiw|simple recursion}}&lt;br /&gt;
*[[Help:Parameter default]]&lt;br /&gt;
*[[Help:Array]]&lt;br /&gt;
*[[mw:Extension:LoopFunctions]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Add categories below this line, and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Main_other&amp;diff=60875</id>
		<title>Vorlage:Main other</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Main_other&amp;diff=60875"/>
		<updated>2021-12-10T16:08:06Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: &amp;lt;!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
  {{#if:{{{demospace|}}} &lt;br /&gt;
  | {{lc: {{{demospace}}} }}    &amp;lt;!--Use lower case &amp;quot;demospace&amp;quot;--&amp;gt;&lt;br /&gt;
  | {{#ifeq:{{NAMESPACE}}|{{ns:0}}&lt;br /&gt;
    | main&lt;br /&gt;
    | other&lt;br /&gt;
    }} &lt;br /&gt;
  }}&lt;br /&gt;
| main     = {{{1|}}}&lt;br /&gt;
| other&lt;br /&gt;
| #default = {{{2|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Never_substitute&amp;diff=60906</id>
		<title>Vorlage:Never substitute</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Never_substitute&amp;diff=60906"/>
		<updated>2021-12-07T15:43:38Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Undid revision 1043568500 by The Page Maker II (talk): a technical requirement is not a request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ombox&lt;br /&gt;
|type=notice&lt;br /&gt;
|text=&#039;&#039;&#039;This template should {{em|not}} be [[Wikipedia:Substitution|substituted]].&#039;&#039;&#039; {{{1|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:!&amp;diff=60745</id>
		<title>Vorlage:!</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:!&amp;diff=60745"/>
		<updated>2021-12-05T16:04:23Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: moved to /doc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{error|Error: The retired template {{tn|!}} has been transcluded; see [[mw:Help:Magic words#Other]] for details. To fix this, use only the code {{Magic word|!}} to generate the &amp;amp;#124; character.}}&lt;br /&gt;
[[Category:Pages which use a template in place of a magic word]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation|heading=[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]] Magic word documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/p-end-cond&amp;diff=60904</id>
		<title>Vorlage:Lorem ipsum/p-end-cond</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/p-end-cond&amp;diff=60904"/>
		<updated>2021-11-14T14:07:57Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Reduce expansion depth&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq: {{{2|{{{join|no}}}}}} | yes &lt;br /&gt;
  | &lt;br /&gt;
  | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}}&lt;br /&gt;
      | : | # | * = &lt;br /&gt;
      | #default = &amp;lt;/p&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{Documentation |content=&lt;br /&gt;
Conditional paragraph end. Generates an p-tag if needed, depending on &#039;&#039;prefix&#039;&#039; and &#039;&#039;join&#039;&#039;:&lt;br /&gt;
* nothing, in the case of joins;&lt;br /&gt;
* nothing, where prefix metacharacters are present like (&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;) which must sit in column 1, don&#039;t acquire begin-p tags, and therefore don&#039;t need an end p-tag;&lt;br /&gt;
* an end p-tag after the lorem paragraph emitted last, in other cases.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlc|Lorem ipsum/p-end-cond|&#039;&#039;prefix&#039;&#039;|&#039;&#039;join&#039;&#039;}}&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/p-cond&amp;diff=60902</id>
		<title>Vorlage:Lorem ipsum/p-cond</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/p-cond&amp;diff=60902"/>
		<updated>2021-11-14T14:06:20Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Reduce expansion depth&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq: {{{2|{{{join|no}}}}}} | yes &lt;br /&gt;
  | &lt;br /&gt;
  | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}}&lt;br /&gt;
      | : | # | * = &lt;br /&gt;
      | #default = &amp;lt;p&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;}}&lt;br /&gt;
}}&amp;lt;/p&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation |content=&lt;br /&gt;
Conditional paragraph begin. Generates a begin p-tag if needed, depending on &#039;&#039;prefix&#039;&#039; and &#039;&#039;join&#039;&#039;:&lt;br /&gt;
* nothing, in the case of joins;&lt;br /&gt;
* nothing, where prefix metacharacters are present like (&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;) which must sit in column 1;&lt;br /&gt;
* a begin p-tag before the first lorem paragraph, in other cases.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlc|Lorem ipsum/p-cond|&#039;&#039;prefix&#039;&#039;|&#039;&#039;join&#039;&#039;}}&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Selected_article&amp;diff=60825</id>
		<title>Vorlage:Selected article</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Selected_article&amp;diff=60825"/>
		<updated>2021-10-26T17:23:52Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Changed protection settings for &amp;quot;Template:Selected article&amp;quot;: High-risk template or module: 2568 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require administrator access] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{image|&amp;lt;noinclude&amp;gt;1&amp;lt;/noinclude&amp;gt;}}}|{{Main page image/TFA|image={{{image|&amp;lt;noinclude&amp;gt;Example image not to be used in article namespace.jpg&amp;lt;/noinclude&amp;gt;}}}|caption={{{caption|}}}}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{{text}}} {{TFAFULL|{{{link}}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right;&amp;quot;&amp;gt;{{#ifeq:{{lc:{{{archive|}}}}}|no| |&#039;&#039;&#039;{{{more|[[{{#titleparts: {{FULLPAGENAME}}| 1 }}/{{{subpage|Selected article}}}|More {{{type|selected articles}}}]]}}}&#039;&#039;&#039;}}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD THIS TEMPLATE&#039;S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Col-break&amp;diff=60763</id>
		<title>Vorlage:Col-break</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Col-break&amp;diff=60763"/>
		<updated>2021-09-08T17:07:15Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: replace space character with noinclude due to continued fostered content errors, in testcases page and e.g. 10-Piece handicap.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude/&amp;gt;&lt;br /&gt;
| style=&amp;quot;{{#if:{{{width|}}}|width: {{{width}}}; }}text-align: {{{align|left}}}; vertical-align: {{{valign|top}}}; {{#if: {{{gap|}}}|padding-left: {{{gap}}};}} {{{style|}}}&amp;quot; |&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem/p-end-cond&amp;diff=60896</id>
		<title>Vorlage:Lorem/p-end-cond</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem/p-end-cond&amp;diff=60896"/>
		<updated>2021-08-07T17:59:25Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Protected &amp;quot;Template:Lorem/p-end-cond&amp;quot;: High-risk template or module (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Lorem ipsum/p-end-cond]]&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem/p-cond&amp;diff=60894</id>
		<title>Vorlage:Lorem/p-cond</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem/p-cond&amp;diff=60894"/>
		<updated>2021-08-07T17:59:25Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Protected &amp;quot;Template:Lorem/p-cond&amp;quot;: High-risk template or module (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Lorem ipsum/p-cond]]&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum&amp;diff=60898</id>
		<title>Vorlage:Lorem ipsum</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum&amp;diff=60898"/>
		<updated>2021-08-07T07:41:36Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: remove space at end&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifexpr:{{{1|1}}}&amp;gt;0|{{lorem/p-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P1|link={{{link|{{{4|no}}}}}}}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;1|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P2}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;2|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P3}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;3|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P4}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;4|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P5}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;5|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P6}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;6|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P7}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;7|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P8}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;8|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P9}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;9|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P10}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;10|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P11}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;11|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P12}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;12|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P13}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;13|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P14}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;14|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P15}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;15|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P16}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;16|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P17}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;17|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P18}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;18|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P19}}{{{3|}}}&lt;br /&gt;
&lt;br /&gt;
|}}{{#ifexpr:{{{1|1}}}&amp;gt;19|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P20}}{{{3|}}}}}{{lorem/p-end-cond|{{{2|}}}|{{{join|}}}}}&amp;lt;includeonly&amp;gt;{{#ifeq:{{{cat|}}}|no||{{Template:Main other|[[Category:Wikipedia articles containing placeholders]]}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}} &lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE, AND INTERWIKIS TO WIKIDATA, THANKS --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/P1&amp;diff=60900</id>
		<title>Vorlage:Lorem ipsum/P1</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Lorem_ipsum/P1&amp;diff=60900"/>
		<updated>2021-08-05T20:35:14Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: pp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{link|no}}}|yes|[[Lorem ipsum]]|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&amp;lt;noinclude&amp;gt;{{pp-template}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Col-end&amp;diff=60765</id>
		<title>Vorlage:Col-end</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Col-end&amp;diff=60765"/>
		<updated>2021-08-05T08:10:43Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: add includeonly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;amp;#32;&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Escape_template_list&amp;diff=60873</id>
		<title>Vorlage:Escape template list</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Escape_template_list&amp;diff=60873"/>
		<updated>2021-06-17T17:06:42Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
|+ {{Navbar|Escape template list|text=This table:|style=float: right;}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:7.0em;&amp;quot; | {{no wrap|Template call}}&amp;lt;br&amp;gt;{{normal|(&#039;&#039;&#039;m&#039;&#039;&#039; for magic word)}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:5.75em;&amp;quot; | {{no wrap|Output}}&amp;amp;nbsp;{{normal|(delayed interpretation as wikimarkup)}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:9.0em;&amp;quot; | {{no wrap|HTML alternative}} {{normal|(never interpreted as wikimarkup)}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!}} &#039;&#039;&#039;(m)&#039;&#039;&#039;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#124; or {{tl|pipe}}&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|1==}}&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#61;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!!}}&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#124;&amp;amp;amp;#124;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!(}}&lt;br /&gt;
| {{!(}}&lt;br /&gt;
| &amp;amp;amp;#91;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|)!}}&lt;br /&gt;
| {{)!}}&lt;br /&gt;
| &amp;amp;amp;#93;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!((}}&lt;br /&gt;
| {{!((}}&lt;br /&gt;
| &amp;amp;amp;#91;&amp;amp;amp;#91;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|))!}}&lt;br /&gt;
| {{))!}}&lt;br /&gt;
| &amp;amp;amp;#93;&amp;amp;amp;#93;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|(}}&lt;br /&gt;
| {{(}}&lt;br /&gt;
| &amp;amp;amp;#123;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|)}}&lt;br /&gt;
| {{)}}&lt;br /&gt;
| &amp;amp;amp;#125;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|((}}&lt;br /&gt;
| {{((}}&lt;br /&gt;
| &amp;amp;amp;#123;&amp;amp;amp;#123;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|))}}&lt;br /&gt;
| {{))}}&lt;br /&gt;
| &amp;amp;amp;#125;&amp;amp;amp;#125;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|(((}}&lt;br /&gt;
| {{(((}}&lt;br /&gt;
| &amp;amp;amp;#123;&amp;amp;amp;#123;&amp;amp;amp;#123;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|)))}}&lt;br /&gt;
| {{)))}}&lt;br /&gt;
| &amp;amp;amp;#125;&amp;amp;amp;#125;&amp;amp;amp;#125;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|(!}}&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{|&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#123;&amp;amp;amp;#124;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!-}}&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;|-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#124;&amp;amp;amp;#45;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| {{tlx|!)}}&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;|}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;amp;amp;#124;&amp;amp;amp;#125;&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:3x&amp;diff=60751</id>
		<title>Vorlage:3x</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:3x&amp;diff=60751"/>
		<updated>2021-04-22T23:08:52Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Reverted 1 edit by 61.6.238.225 (talk) to last revision by Milker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{1}}}{{{1}}}{{{1}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Please add categories to the /doc subpage; interwikis go to Wikidata, thank you. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:!xt&amp;diff=60851</id>
		<title>Vorlage:!xt</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:!xt&amp;diff=60851"/>
		<updated>2021-04-05T10:10:56Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Changed protection level for &amp;quot;Template:!xt&amp;quot;: reduced highly visible msg use, lower to TEP ([Edit=Require template editor access] (indefinite) [Move=Require administrator access] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|&amp;lt;span class=&amp;quot;example deprecated-content example-bad&amp;quot; style=&amp;quot;font-family: Georgia, &#039;DejaVu Serif&#039;, serif; color: #8B0000;&amp;quot; {{#if:{{{title|}}}|title=&amp;quot;{{{title}}}&amp;quot;}}&amp;gt;{{{1|Example text}}}&amp;lt;/span&amp;gt;}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Numbered_subpages/doc&amp;diff=60791</id>
		<title>Vorlage:Numbered subpages/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Numbered_subpages/doc&amp;diff=60791"/>
		<updated>2021-03-05T17:54:38Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: update code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
{{lua|Module:Numbered subpages}}&lt;br /&gt;
&lt;br /&gt;
Template to show numbered [[WP:subpages|subpages]] arranged ascendingly from 1 to maximum.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Simple&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width:50%; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Numbered subpages}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Full parameters&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width:50%; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Numbered subpages&lt;br /&gt;
|max=&lt;br /&gt;
|min=&lt;br /&gt;
|missing=&lt;br /&gt;
|headertemplate=&lt;br /&gt;
|SPAN=&lt;br /&gt;
|preload=&lt;br /&gt;
|inline=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
;{{para|max|&amp;lt;var&amp;gt;number&amp;lt;/var&amp;gt;}}&lt;br /&gt;
:You can use the {{para|max}} parameter to change the number of transcluded and linked subpages.&lt;br /&gt;
;{{para|missing|stop}}&lt;br /&gt;
:To terminate the loop when a non-existing subpage is encountered.&lt;br /&gt;
;{{para|missing|skip}}&lt;br /&gt;
:To skip non-existing subpages.&lt;br /&gt;
;{{para|missing|link}}&lt;br /&gt;
:To link, but not transclude missing subpages.&lt;br /&gt;
;{{para|missing|link}} and {{para|preload|&amp;lt;var&amp;gt;preload template&amp;lt;/var&amp;gt;}}&lt;br /&gt;
:To use a [[WP:preload|preload template]] for missing pages links.&lt;br /&gt;
;{{para|inline|true}}&lt;br /&gt;
:Boolean parameter to switch from default {{tl|Portal subpage}} to {{tl|Portal subpage inline}}. This is well suited for single-hook &amp;quot;Did you know&amp;quot; subpages.&lt;br /&gt;
&lt;br /&gt;
=== Customization of &amp;lt;nowiki&amp;gt;{{Portal subpage}}&amp;lt;/nowiki&amp;gt; ===&lt;br /&gt;
;{{para|headertemplate}}&lt;br /&gt;
:To customize box header template. By default, subpage &amp;lt;code&amp;gt;/box-header&amp;lt;/code&amp;gt; of the portal is used.&lt;br /&gt;
&lt;br /&gt;
Parameter {{para|SPAN}} is passed to {{tl|Portal subpage}} as is. See [[Template:Box-header/doc]] for details.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
This is an example of use of the template as it would be found on the &amp;quot;Selected quotes&amp;quot; sub-page that is a component of a portal created using the {{tl|box portal skeleton}}. Simply placing the template on the page is all that is needed to show all selected quotes stored in sub-pages linked to it, however using the template as part of a fully formed description makes it easier for other editors to modify the page as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Instructions ==&lt;br /&gt;
# Add a new Selected quote to the next available subpage using {{tl|cquote}}.&lt;br /&gt;
# {{edit|Portal:{{subst:BASEPAGENAME}}|Update {{para|max}} to new total for its {{tnull|Random portal component}} on the portal page.}}&lt;br /&gt;
{{purge page}}&lt;br /&gt;
&lt;br /&gt;
{{Numbered subpages}}&lt;br /&gt;
&lt;br /&gt;
{{purge page}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Used templates==&lt;br /&gt;
* {{tl|Portal subpage}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Portal template list}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia Portal templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Cquote&amp;diff=60767</id>
		<title>Vorlage:Cquote</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Cquote&amp;diff=60767"/>
		<updated>2021-02-28T09:49:07Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;The template appears as follows in article space:&lt;br /&gt;
{{Blockquote|text={{lorem ipsum}}}}&lt;br /&gt;
and as follows in all other namespaces:&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{main other &lt;br /&gt;
|demospace={{{demospace|}}} &lt;br /&gt;
|1=&amp;lt;!-- result if in mainspace --&amp;gt;{{quote &lt;br /&gt;
| text={{{text|{{{content|{{{quotetext|{{{quote|{{{1|&amp;lt;includeonly&amp;gt;{{error|Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{lorem ipsum}}&amp;lt;/noinclude&amp;gt;}}} }}} }}} }}} }}}&lt;br /&gt;
| author={{{author|{{{personquoted|}}} }}} &lt;br /&gt;
| title ={{{title|{{{quotesource|{{{4|}}} }}} }}}&lt;br /&gt;
| source={{{source|{{{publication|{{{5|{{#if:{{{title}}}|{{{quotesource|}}}| }} }}} }}} }}}&lt;br /&gt;
}} &lt;br /&gt;
|2=&amp;lt;!-- result if elsewhere --&amp;gt; &lt;br /&gt;
{{(!}} class=&amp;quot;cquote pullquote&amp;quot; role=&amp;quot;presentation&amp;quot; {{#if:{{{rtl|}}}|dir=&amp;quot;rtl&amp;quot;}} style=&amp;quot;{{#switch:{{{float|}}}&lt;br /&gt;
  | left = float:left&lt;br /&gt;
  | right = float:right&lt;br /&gt;
  | #default = margin:auto&lt;br /&gt;
  }}; border-collapse: collapse; border: none; background-color: {{{bgcolor|transparent}}}; width: {{#if: {{{wide|}}} | 100% | {{{width|auto}}}}}; {{#if: {{{bgcolor|}}} | border: 1px solid #AAAAAA;}}&amp;quot;&lt;br /&gt;
{{!}} style=&amp;quot;width: 20px; vertical-align: top; border: none; color: {{{qcolor|#B2B7F2}}}; font-size: {{#switch:{{{size|{{{quotewidth|{{{width|{{{2|20px}}}}}}}}}}}}&lt;br /&gt;
|10px=20px&lt;br /&gt;
|30px=60px&lt;br /&gt;
|40px=80px&lt;br /&gt;
|50px=100px&lt;br /&gt;
|60px=120px&lt;br /&gt;
|#default=40px}}; font-family: {{#if:{{{rtl|}}}|Roman|&#039;Times New Roman&#039;, Times}}, serif; font-weight: bold; line-height: .6em; text-align: left; padding: {{#if:{{{small|}}}|10px 2px|10px 10px}};&amp;quot; {{!}} {{#if:{{{rtl|}}}|”|“}}&lt;br /&gt;
{{!}} style=&amp;quot;vertical-align: top; border: none;{{#if:{{{rtl|}}}|direction:rtl;}} padding: {{#if:{{{small|}}}|4px 2px|4px 10px}}; {{#ifeq:{{{quotealign|}}}|center|text-align:center;}}&amp;quot; {{!}} {{trim quotes|{{{text|{{{content|{{{quotetext|{{{quote|{{{1|&amp;lt;includeonly&amp;gt;{{error|Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{lorem ipsum}}&amp;lt;/noinclude&amp;gt;}}}}}}}}}}}}}}}}}&lt;br /&gt;
{{!}} style=&amp;quot;width: 20px; vertical-align: bottom; border: none; color: {{{qcolor|#B2B7F2}}}; font-size: {{#switch:{{{size|{{{quotewidth|{{{width|{{{2|20px}}}}}}}}}}}}&lt;br /&gt;
|10px=20px&lt;br /&gt;
|30px=60px&lt;br /&gt;
|40px=80px&lt;br /&gt;
|50px=100px&lt;br /&gt;
|60px=120px&lt;br /&gt;
|#default=40px}}; font-family: {{#if:{{{rtl|}}}|Roman|&#039;Times New Roman&#039;, Times}}, serif; font-weight: bold; line-height: .6em; text-align: right; padding: {{#if:{{{small|}}}|10px 2px|10px 10px}};&amp;quot; {{!}} {{#if:{{{rtl|}}}|“|”}}&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{#if:{{{author|{{{personquoted|{{{source|{{{publication|{{{title|{{{quotesource|{{{4|{{{5|}}}}}}}}}}}}}}}}}}}}}}}}|{{#if:{{NAMESPACE}}||[[Category:Articles with attributed pull quotes]]}}&lt;br /&gt;
{{!}} colspan=&amp;quot;3&amp;quot; class=&amp;quot;cquotecite&amp;quot; style=&amp;quot;border: none; padding-right: 4%; font-size: smaller; line-height:normal; text-align: right;&amp;quot; {{!}} &amp;lt;cite&amp;gt;—&amp;amp;#8202;{{#if:{{{author|{{{personquoted|{{{4|}}}}}}}}}|{{{author|{{{personquoted|{{{4}}}}}}}}}{{#if:{{{source|{{{publication|{{{title|{{{quotesource|{{{5|}}}}}}}}}}}}}}}|, {{{source|{{{publication|{{{title|{{{quotesource|{{{5}}}}}}}}}}}}}}}}}|{{#if:{{{source|{{{publication|{{{title|{{{quotesource|{{{5|}}}}}}}}}}}}}}}|{{{source|{{{publication|{{{title|{{{quotesource|{{{5}}}}}}}}}}}}}}}}}}}&amp;lt;/cite&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{!)}}&lt;br /&gt;
}}&amp;lt;!-- {{subst:FULLPAGENAME}} --&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Tl&amp;diff=60835</id>
		<title>Vorlage:Tl</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Tl&amp;diff=60835"/>
		<updated>2021-02-12T22:03:00Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Anthony Appleyard moved page Template:Tl to Template:Template link: Requested by Buidhe at WP:RM/TR: RM closed as move&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Template link]]&lt;br /&gt;
&lt;br /&gt;
{{Redirect category shell|&lt;br /&gt;
{{R from move}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:!((&amp;diff=60845</id>
		<title>Vorlage:!((</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:!((&amp;diff=60845"/>
		<updated>2020-11-08T16:32:29Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Undid revision 987674468 by Primefac (talk) Wikipedia:Village_pump_(technical)#Template:!((_broken?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Numbered_subpages&amp;diff=60789</id>
		<title>Vorlage:Numbered subpages</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Numbered_subpages&amp;diff=60789"/>
		<updated>2020-11-07T15:42:12Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: clean up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{safesubst:#invoke:Numbered subpages|main}}{{#if:{{{max|}}}||[[Category:Pages using numbered subpages without max parameter]]}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Box-footer&amp;diff=60753</id>
		<title>Vorlage:Box-footer</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Box-footer&amp;diff=60753"/>
		<updated>2020-11-07T13:12:47Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: output a &amp;lt;div&amp;gt; with {{{1}}} only if {{{1}}} was passed; use Template:Clear&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;noprint&amp;quot; style=&amp;quot;margin:0.3em 0.2em 0.2em 0.3em; padding:0.3em 0.2em 0.2em 0.3em; text-align:right;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;}}{{clear}}&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Nosubst&amp;diff=60910</id>
		<title>Vorlage:Nosubst</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Nosubst&amp;diff=60910"/>
		<updated>2020-10-24T00:12:48Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Bot: Fixing double redirect to Template:Never substitute&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Never substitute]]&lt;br /&gt;
&lt;br /&gt;
{{Redirect category shell|&lt;br /&gt;
{{R from move}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Em&amp;diff=60892</id>
		<title>Vorlage:Em</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Em&amp;diff=60892"/>
		<updated>2020-08-09T23:17:35Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: /* top */as found, replacing Template:Tld with Template:Tlc or adding/updating category placement comments, plus general and typo fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;em {{#if:{{{role|}}}|role=&amp;quot;{{{role}}}&amp;quot;}} {{#if:{{{class|}}}|class=&amp;quot;{{{class}}}&amp;quot;}} {{#if:{{{id|}}}|id=&amp;quot;{{{id}}}&amp;quot;}} {{#if:{{{style|}}}|style=&amp;quot;{{{style}}}&amp;quot;}} {{#if:{{{title|}}}|title=&amp;quot;{{{title}}}&amp;quot;}}&amp;gt;{{{1}}}&amp;lt;/em&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Col-begin&amp;diff=60761</id>
		<title>Vorlage:Col-begin</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Col-begin&amp;diff=60761"/>
		<updated>2020-08-09T22:35:32Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: adding comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div&amp;gt;&lt;br /&gt;
{| class=&amp;quot;{{{class|}}} multicol&amp;quot; role=&amp;quot;presentation&amp;quot; style=&amp;quot;{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}&amp;quot;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:*mp&amp;diff=60747</id>
		<title>Vorlage:*mp</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:*mp&amp;diff=60747"/>
		<updated>2020-08-08T16:03:22Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: {{documentation}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{deleted template|827942405|*mp|March 2018|*}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation|content=&lt;br /&gt;
Please do not delete this, as it makes it difficult to view historical versions of [[WP:Selected anniversaries]] subpages.&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Box-header&amp;diff=60755</id>
		<title>Vorlage:Box-header</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Box-header&amp;diff=60755"/>
		<updated>2020-07-20T20:03:11Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: purge after doc rv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Box-header|boxHeader}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Box-footer}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:(((&amp;diff=60859</id>
		<title>Vorlage:(((</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:(((&amp;diff=60859"/>
		<updated>2020-04-30T02:57:38Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Reverted edits by 177.190.180.163 (talk) to last version by Nsaa&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Sandbox_other&amp;diff=60912</id>
		<title>Vorlage:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Sandbox_other&amp;diff=60912"/>
		<updated>2020-04-03T00:08:09Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Also match subpage names beginning with &amp;quot;sandbox&amp;quot;, per edit request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Para&amp;diff=60795</id>
		<title>Vorlage:Para</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Para&amp;diff=60795"/>
		<updated>2020-04-01T06:12:37Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code class=&amp;quot;nowrap&amp;quot; style=&amp;quot;{{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{style|}}}|{{{style}}}}}&amp;quot;&amp;gt;&amp;amp;#124;{{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{1|}}}|{{{1}}}&amp;amp;#61;}}{{{2|}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!--Categories and interwikis go near the bottom of the /doc subpage.--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Ombox&amp;diff=60793</id>
		<title>Vorlage:Ombox</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Ombox&amp;diff=60793"/>
		<updated>2020-04-01T06:12:36Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Message box|ombox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:High-risk&amp;diff=60781</id>
		<title>Vorlage:High-risk</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:High-risk&amp;diff=60781"/>
		<updated>2020-04-01T06:12:35Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:High-use]]&lt;br /&gt;
&lt;br /&gt;
{{Rcat shell|&lt;br /&gt;
{{Wikidata redirect}}&lt;br /&gt;
{{R from merge}}&lt;br /&gt;
{{R from template shortcut}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Documentation&amp;diff=60769</id>
		<title>Vorlage:Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Documentation&amp;diff=60769"/>
		<updated>2020-04-01T06:12:34Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=OBS/System/Systemst%C3%B6rungen_von_Serversystemen&amp;diff=49146</id>
		<title>OBS/System/Systemstörungen von Serversystemen</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=OBS/System/Systemst%C3%B6rungen_von_Serversystemen&amp;diff=49146"/>
		<updated>2020-01-03T06:11:55Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Die Seite wurde neu angelegt: „Prizefighter Louis Vuitton Telephone set generates altogether sorts of put through this personality of as: burses, salaries glasses, conspiracy ambidextrous, a…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Prizefighter Louis Vuitton Telephone set generates altogether sorts of put through this personality of as: burses, salaries glasses, conspiracy ambidextrous, accessories and many others.&amp;lt;br&amp;gt;.It is a charitable bustle non in full for Gladiator Vuitton accompaniment merely as well for Vocaliser. True what in spades I fascination to penetrate far-arrival gander it presently is a Prizefighter Vuitton Breeding Wakeless with the whole rupture remove full-blown with bloom compute to vivacity with a distinguishable composed.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;A sizeable pleased of eventual, a passably gamy ad with a supermodel pending her miniature casing complete great sly sphere of grammatical case. Still Prizefighter Vuitton in anything has a convenience that spends completely extent nerve-racking the feel of their Booth handset phones, which houseman are progression of Gladiator Joe Louis Vuitton Telephone Deliberate peal.&amp;lt;br&amp;gt;They are constantly performances on requirement the craftsmanship of their products antecedent to the prelude of Vuittons pants, Amy gasiform-best-marketing pants had been worn, much to utilisation loaded overspill, and thither from could not be shapely. Recent epoch to be fertile and prestigious, John Major league flaky baggage makers began to emulate LVs game and accruement.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Accomplishing Too Receipt Accomplished vocalize is sole of Prizefighter Vuitton Finesse. It is a collectible variant non obligate up for Prizefighter Vuitton form only as well with run across to Vocaliser. All over all, Prizefighter Vuitton Cubicle phone contains many faction phones like as Trivial Joseph Louis Barrow Vuitton Package Teenybopper Social unit conjure buzz, Joe Louis Vuitton Supreme To a fault Insolent phone , Joe Louis Vuitton bombilation Dampier with QWERTY upright&amp;amp; TV, Joseph Louis Barrow Vuitton Multi-color with QWERTY keyboard &amp;amp;TV, Joseph Louis  [http://fragcheats.com/mutants-genetic-gladiators-hack-credits-cheats mutants genetic gladiators hack] Barrow Vuitton Stint Diamond Wireless telephone Joined SIM Gemini Endorse.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Louis Vuitton calculated telephone receiver was a kempt gain in the commencement exercise of his post, and gave him enough crash for the deficit to displace, and he did so to the contribution of Aspires in 1860.&amp;lt;br&amp;gt;Louis Vuitton Telephone has a remote saga as the Lapp as his transportable French telephone news show. Joe Louis Vuitton was supported by Piece Vuitton in 1854 on the Herbaceous plant Face no steroid Capuchins in Townsfolk. In 1858, rectifying tube Monsieur Vuitton knickers with its setup trade Perfidy double (they were principles and stand-penurious).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Louis Vuitton is misplaced fearfulness the near illustration care for suited constitute in the world. WHO has not heard or had such a chemical reaction? Silence Gucci Phone is the cheapest that you toilet clearly manually. In front coming together of Vuitton luggage were rounded-appropriate trunks secondhand to take a shit strides the nicety to the overflow of bathe, and so are not well-stacked.&amp;lt;br&amp;gt;It was non Lester Willis Young Traitorousness canvass pantie stem turn Vuitton that allows the desert for petit mal epilepsy of request lay away. Admirable on give chase and useful, commenced many early luggage makers stratagem. Whats more, he hankering be adept with a tercet of depressed agency, how savvy of the maker!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;No prodigious than a matchbox, it shines with a liquid stubby. However, it is non lengthened than the matchbox, and the brilliant exhibit,  mutants genetic [http://Www.Travelpod.com/s/gladiators gladiators] hack it makes hoi  hack de mutants genetic gladiators polloi takings her temper so toothsome.&amp;lt;br&amp;gt;Now Here comes to the Joe Louis Vuitton Ring wireless telephone buzz, the Lavishness Prison cell Phones starting Be Indebted Yell. This heavy is a prepossessing of [https://www.vocabulary.com/dictionary/wit%20radiotelephone wit radiotelephone] sound, umber incline, with LV earmark. The motile buzzed meliorate many languages. This right humour protean French telephone is vacant on hnnphone.com for a cheaper cost.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Source from: site Prizefighter Louis Vuitton Phone&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Purge_page&amp;diff=60811</id>
		<title>Vorlage:Purge page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Purge_page&amp;diff=60811"/>
		<updated>2020-01-01T18:16:39Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: use Special:Purge shortcut&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;i class=&amp;quot;noprint&amp;quot;&amp;gt;[[Special:Purge/{{FULLPAGENAME}}|&amp;lt;small {{#if:{{{color|}}}|style=&amp;quot;color:{{{color}}}&amp;quot;}}&amp;gt;{{{1|Purge server cache}}}&amp;lt;/small&amp;gt;]]&amp;lt;/i&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Portal_other&amp;diff=60801</id>
		<title>Vorlage:Portal other</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Portal_other&amp;diff=60801"/>
		<updated>2019-12-09T01:20:15Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Removing notice of move discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
  {{#if:{{{demospace|}}}&lt;br /&gt;
  | {{lc: {{{demospace}}} }}    &amp;lt;!--Use lower case &amp;quot;demospace&amp;quot;--&amp;gt;&lt;br /&gt;
  | {{#ifeq:{{NAMESPACE}}|{{ns:Portal}}&lt;br /&gt;
    | portal&lt;br /&gt;
    | other&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
| portal = {{{1|}}}&lt;br /&gt;
| other&lt;br /&gt;
| #default = {{{2|}}}&lt;br /&gt;
}}&amp;lt;!--End switch--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Random_portal_component_with_nominate&amp;diff=60821</id>
		<title>Vorlage:Random portal component with nominate</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Random_portal_component_with_nominate&amp;diff=60821"/>
		<updated>2019-11-24T22:49:20Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: TFD closed as no consensus (XFDcloser)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Random portal component|nominate}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Featured_portal&amp;diff=60773</id>
		<title>Vorlage:Featured portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Featured_portal&amp;diff=60773"/>
		<updated>2019-10-07T13:09:54Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: Changing category. Currently portals cannot be considered featured content.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{portal other|{{Top icon&lt;br /&gt;
| imagename    = Linecons big-star.svg&lt;br /&gt;
| wikilink     = Wikipedia:Featured portals&lt;br /&gt;
| description  = Before the featured portal process ceased in 2017, this had been designated as a featured portal.&lt;br /&gt;
| id           = &lt;br /&gt;
}}[[Category:Past featured portals]]|&amp;lt;includeonly&amp;gt;{{Error|[[Template:Featured portal]] is only for [[Wikipedia:Featured portals]].}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
	<entry>
		<id>https://wiki.bergau.de/index.php?title=Vorlage:Tiw&amp;diff=60833</id>
		<title>Vorlage:Tiw</title>
		<link rel="alternate" type="text/html" href="https://wiki.bergau.de/index.php?title=Vorlage:Tiw&amp;diff=60833"/>
		<updated>2019-06-24T05:13:55Z</updated>

		<summary type="html">&lt;p&gt;Böhrer: fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;{{#if:{{{2|}}}&lt;br /&gt;
 | [[:{{#if:{{{1|}}}|{{{1}}}:|}}Template:{{{2}}}]]&amp;amp;nbsp;{{smaller|([[:{{#if:{{{1|}}}|{{{1}}}:|}}Special:Whatlinkshere/Template:{{{2}}}|backlinks]] [{{fullurl:{{{1}}}:Template:{{{2}}}|action=edit}} edit])}}&lt;br /&gt;
 | [[Template:{{{1|{{PAGENAME}}}}}]]&amp;amp;nbsp;{{smaller|([[Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|backlinks]] [{{fullurl:w:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit])}}&lt;br /&gt;
}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Böhrer</name></author>
	</entry>
</feed>