طرحنمانوشتهای بیجهت، جهت آزمایش: این طرحنما میآزماید نگاره و اندازه و شکل را. آیا آن که ما خوانیم ترا برای شایستتان را میگواهد یا خوانشها را مینماید. نمایان کنم بر شمایان خواهان شدن نشدن و نا شدن و که این برگزیدگان ناگزیده از کدامین توان با ناتوانان پرتوان شمارش نموده آیا همچنان خواستار ناشمردنیها بوده و هستند. آیا نیستند و چرا؟ این نوشتار آزمایشی چرا و به چه علت از شمایان برمیشمارد و از کجا و به کدامین نوا برمینگارد و بازنمیایستاندتان؟ خواهشمندی ناشنودگان از پرمایگی نابیوسیدگان برتر نباد و مایه بیمایگی سراسر شایان بادا. باشد تا آزمونها خوش و آزمودهها سرخوش از بوته ناخوشیها سراسر سر بدر آورده با باد همراه روند. — کاربر:کاربر فرضی۰۵:۴۹، ۱۴ ژوئیه ۲۰۲۰ (UTC)
Use {{Talk quote block}} (a.k.a. {{Talkquote}}, {{Talk quote}}, or {{tq2}}) to quote (another's comments, a policy statement, etc.) in a block, on talk pages and noticeboards. It can be safely used after colon-indenting as well
Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:20, 21 May 2011 (UTC)
:Opening statement by [[User:User|Some other user]].
:{{Talkquote|Quoting an item from random paragraph.}}
:Response to quoted text. [[User:User|Some other user]] ([[User talk:User|talk]]) ~~~~~
Gives the following:
Random paragraph of text. Example (talk) 09:20, 21 May 2011 (UTC)
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:
Wiki-markup
Output
Wrong way
{{Talkquote|* Item one
* Item two
}}
First item isn't bulleted correctly:
* Item one
Item two
Right way
{{Talkquote|
* Item one
* Item two
}}
All items are bulleted correctly:
Item one
Item two
If you are using the |text= named parameter, the MediaWiki parser automatically removes line breaks at the start of the text, causing the list to be displayed improperly. To stop this happening, add <nowiki /> after the = sign:
Wiki-markup
Output
Wrong way
{{Talkquote|text=
# Item one
# Item two
}}
First item isn't numbered correctly:
# Item one
Item two
Right way
{{Talkquote|text=<nowiki />
# Item one
# Item two
}}