پرش به محتوا

الگو:نقل قول بحث

از ویکی‌پدیا، دانشنامهٔ آزاد

طرح‌نمانوشته‌ای بی‌جهت، جهت آزمایش: این طرح‌نما می‌آزماید نگاره و اندازه و شکل را. آیا آن که ما خوانیم ترا برای شایست‌تان را می‌گواهد یا خوانش‌ها را می‌نماید. نمایان کنم بر شمایان خواهان شدن نشدن و نا شدن و که این برگزیدگان ناگزیده از کدامین توان با ناتوانان پرتوان شمارش نموده آیا هم‌چنان خواستار ناشمردنی‌ها بوده و هستند. آیا نیستند و چرا؟ این نوشتار آزمایشی چرا و به چه علت از شمایان برمی‌شمارد و از کجا و به کدامین نوا بر‌می‌نگارد و بازنمی‌ایستاندتان؟ خواهشمندی ناشنودگان از پرمایگی نابیوسیدگان برتر نباد و مایه بی‌مایگی سراسر شایان بادا. باشد تا آزمون‌ها خوش و آزموده‌ها سرخوش از بوته ناخوشی‌ها سراسر سر بدر آورده با باد همراه روند.
— کاربر:کاربر فرضی ۰۵:۴۹، ۱۴ ژوئیه ۲۰۲۰ (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 (see the #Indenting example, below). For a short inline quote, use {{Talk quote inline}} (a.k.a. {{Talk quotation}} or {{tq}}).

Parameters

[ویرایش]
Unnamed (positional) parameters
{{Talkquote|text|by}}
  • text must come before by (if by is specified).
Using named parameters
{{Talkquote|text=text|by=by|source=source|ts=ts|oldid=oldid}}
Explanation of named parameters
  • text: The text being quoted (required).
  • by: The author of the text being quoted (not required).
  • source: The source of the text being quoted (not required). Use instead of by when source is not individual user.
  • oldid: The revision ID of the edit introducing the change that was made (not required).
  • ts: The timestamp of the text being quoted (not required unless oldid is specified).

Examples

[ویرایش]

Indenting

[ویرایش]

The following wiki-markup:

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)

Opening statement by Some other user.

Quoting an item from random paragraph.

Response to quoted text. Some other user (talk) 09:26, 21 May 2011 (UTC)

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:

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

  1. Item two
Right way
{{Talkquote|text=<nowiki />
# Item one
# Item two
}}
All items are numbered correctly:
  1. Item one
  2. Item two

See also

[ویرایش]

الگو:Quotation templates