Template:Plainlist/doc: Difference between revisions
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) m Text replacement - "[[WP:" to "[[Wikipedia:WP:" |
Caleb Cooper (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
Line 1:
{{Documentation subpage
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
{{#ifeq:{{FULLPAGENAME}} | Template:Plainlist | {{high-risk
{{Commons Import}}
This template provides a [[Wikipedia:Web Content Accessibility Guidelines|WCAG]]/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per [[Wikipedia:WP:UBLIST]] and [[Wikipedia:WP:PLIST]]
==Usage==
Line 9 ⟶ 10:
{{plainlist|
* [[Wikipedia:cat|cat]]
* [[Wikipedia:dog|dog]]
* [[Wikipedia:horse|horse]]
* [[Wikipedia:cow|cow]]
* [[Wikipedia:sheep|sheep]]
* [[Wikipedia:pig
}}
Line 35 ⟶ 36:
|
{{plainlist|
* [[Wikipedia:cat|cat]]
* [[Wikipedia:dog|dog]]
* [[Wikipedia:horse|horse]]
* [[Wikipedia:cow|cow]]
* [[Wikipedia:sheep|sheep]]
* [[Wikipedia:pig|pig]]
}}
}}
Line 57 ⟶ 58:
|
{{plainlist}}
* [[Wikipedia:cat|cat]]
* [[Wikipedia:dog|dog]]
* [[Wikipedia:horse|horse]]
* [[Wikipedia:cow|cow]]
* [[Wikipedia:sheep|sheep]]
* [[Wikipedia:pig|pig]]
{{endplainlist}}
}}
Line 100 ⟶ 101:
==Technical details==
{{tl|Plainlist}} works by constructing a [[span and div|div]] with the [[Wikipedia:Cascading Style Sheets|CSS]] class "plainlist" which has the following style (see [[MediaWiki:Common.css]]):
<syntaxhighlight lang="css">
.plainlist ul {
| |||