Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:Talk quote block/doc
(section)
Template
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
Move
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Quoting lists === If the text you are quoting is a bulleted or numbered list, the first list item must start on a new line, or it won't be rendered properly. For example: {| class="wikitable" ! Wiki-markup !! Output |- | '''Wrong way''' <syntaxhighlight lang="wikitext"> {{talk quote block|* Item one * Item two }} </syntaxhighlight> | First item isn't bulleted correctly: <div style="background-color: var(--background-color-base, #f8f9fa); color: inherit; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> {{talk quote block|* Item one * Item two }} </div> |- | '''Right way''' <syntaxhighlight lang="wikitext"> {{talk quote block| * Item one * Item two }} </syntaxhighlight> | All items are bulleted correctly: <div style="background-color: var(--background-color-base, #f8f9fa); color: inherit; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> {{talk quote block| * Item one * Item two }} </div> |} If you are using the {{para|text}} named parameter (as opposed to simply supplying your list as the first parameter) please add the following code: <code><nowiki /></code> after the <code>=</code> sign. The reason is that the MediaWiki parser automatically removes line breaks at the start of the text, causing the list to be displayed improperly otherwise. Example: {| class="wikitable" ! Wiki-markup !! Output |- | '''Wrong way''' <syntaxhighlight lang="wikitext"> {{talk quote block|text= # Item one # Item two }} </syntaxhighlight> | First item isn't numbered correctly: <div style="background-color: var(--background-color-base, #f8f9fa); color: inherit; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> {{talk quote block|text= # Item one # Item two }} </div> |- | '''Right way''' <syntaxhighlight lang="wikitext"> {{talk quote block|text=<nowiki /> # Item one # Item two }} </syntaxhighlight> | All items are numbered correctly: <div style="background-color: var(--background-color-base, #f8f9fa); color: inherit; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> {{talk quote block|text=<nowiki /> # Item one # Item two }} </div> |}
Summary:
Please note that all contributions to Ikwipedia are considered to be released under the Creative Commons Attribution-ShareAlike (see
Ikwipedia:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width