틀:토론인용/doc: 두 판 사이의 차이

Revi HQ
내용 추가됨 내용 삭제됨
(→‎Quoting lists: new section)
(New syntax)
9번째 줄: 9번째 줄:
:*'''text''' ''must'' come before '''by''' (if '''by''' is specified).
:*'''text''' ''must'' come before '''by''' (if '''by''' is specified).
;Using named parameters
;Using named parameters
:<code><nowiki>{{talkquote|text=text|by=by|source=source|ts=ts|diff=diff}}</nowiki></code>
:<code><nowiki>{{talkquote|text=text|by=by|source=source|ts=ts|oldid=oldid}}</nowiki></code>
; Explanation of named parameters
; Explanation of named parameters
:*'''text''': The text being quoted (required).
:*'''text''': The text being quoted (required).
:*'''by''': The author of the text being quoted (not 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.
:*'''source''': The source of the text being quoted (not required). Use instead of ''by'' when source is not individual user.
:*'''diff''': The full URL of the diff showing the change that was made (not required).
:*'''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 <code>diff</code> is specified).
:*'''ts''': The timestamp of the text being quoted (not required unless <code>diff</code> is specified).


24번째 줄: 24번째 줄:
{{talkquote|more random text|Example|ts=08:52, 21 May 2011 (UTC)}}
{{talkquote|more random text|Example|ts=08:52, 21 May 2011 (UTC)}}


*<code><nowiki>{{talkquote|different random text|Example|ts=~~~~~|diff=http://en.wikipedia.org/wiki/Main_Page?diff=139992}}</nowiki></code> gives:
*<code><nowiki>{{talkquote|different random text|Example|ts=~~~~~|oldid=139992}}</nowiki></code> gives:
{{talkquote|different random text|Example|ts=08:52, 21 May 2011 (UTC)|diff=http://en.wikipedia.org/wiki/Main_Page?diff=139992}}
{{talkquote|different random text|Example|ts=08:52, 21 May 2011 (UTC)|oldid=139992}}


==== Indenting ====
==== Indenting ====

2012년 10월 7일 (일) 06:54 판

Usage

Use this template to quote other editors comments on talk pages. It can be safely used after colon-indenting as well (see the #Indenting example below).

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 diff is specified).

Examples

  • {{talkquote|some random text|Example}} gives:

some random text
— 사용자:Example

  • {{talkquote|more random text|Example|ts=~~~~~}} gives:

more random text
— 사용자:Example 08:52, 21 May 2011 (UTC)

  • {{talkquote|different random text|Example|ts=~~~~~|oldid=139992}} gives:

different random text
— 사용자:Example 08:52, 21 May 2011 (UTC)

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 틀:Para 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 see also