<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3APlainlist%2Fdoc</id>
	<title>Vorlage:Plainlist/doc - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3APlainlist%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Vorlage:Plainlist/doc&amp;action=history"/>
	<updated>2026-04-05T22:18:28Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Verzauberte Welten e.V.</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.verzauberte-welten.de/index.php?title=Vorlage:Plainlist/doc&amp;diff=246&amp;oldid=prev</id>
		<title>mw&gt;Oetterer: /* Examples */</title>
		<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Vorlage:Plainlist/doc&amp;diff=246&amp;oldid=prev"/>
		<updated>2014-09-26T11:43:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Examples&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}} | Template:Plainlist | {{high-use|67,000+}} }}&lt;br /&gt;
This template provides a [[Web Content Accessibility Guidelines|WCAG]]/ISO-standards-compliant accessible alternative to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; separated lists, per [[WP:UBLIST]] and [[WP:PLIST]]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{tl|plainlist}} starts a plain (i.e. unbulleted) list, such as:&lt;br /&gt;
&lt;br /&gt;
{{plainlist|&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
It uses proper HTML list markup, which is more standards-compliant and more accessible than separating list items with {{tag|br|s}}. Detailed reasons for using this template can be found at [[WP:UBLIST]].&lt;br /&gt;
&lt;br /&gt;
This template can be used with or without {{tl|endplainlist}}. It is an alternative to {{tl|unbulleted list}}, which performs the same function in a more concise but less wiki-style manner. Note that {{tl|unbulleted list}} will work inside image captions, whereas {{tl|plainlist}} does not.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{plainlist|&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{plainlist|&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
* '''class''' – adds a CSS class to the containing div.&lt;br /&gt;
* '''style''' – adds CSS style options. Complex styles should not be used in articles (per [[wp:deviations]]) but may be acceptable on user, project, and talk pages.&lt;br /&gt;
::Example: {{para|&amp;lt;var&amp;gt;style&amp;lt;/var&amp;gt;|&amp;lt;var&amp;gt;border:solid 1px silver; background:lightyellow&amp;lt;/var&amp;gt;}}&lt;br /&gt;
* '''indent''' – indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.&lt;br /&gt;
::Example: {{para|&amp;lt;var&amp;gt;indent&amp;lt;/var&amp;gt;|&amp;lt;var&amp;gt;2&amp;lt;/var&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
{{tl|Plainlist}} works by constructing a div with the CSS class &amp;quot;plainlist&amp;quot; which has the following style:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.plainlist ul {&lt;br /&gt;
    line-height: inherit;&lt;br /&gt;
    list-style: none none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
.plainlist ul li {&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|startplainlist}}&lt;br /&gt;
* {{tl|endplainlist}}&lt;br /&gt;
* {{tl|unbulleted list}}&lt;br /&gt;
* {{tl|flatlist}} and {{tl|hlist}} (Replacements for comma- or dash-separated lists)&lt;br /&gt;
* {{tl|ordered list}} and {{tl|unordered list}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Text manipulation templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>mw&gt;Oetterer</name></author>
	</entry>
</feed>