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

Revi HQ
내용 추가됨 내용 삭제됨
잔글 (add spacing)
(add indent example)
1번째 줄: 1번째 줄:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Categories and interwikis go at the bottom of this page. -->
<!-- Categories and interwikis go at the bottom of this page. -->
=== 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 section of [[#Examples]] below).

=== Parameters ===
=== Parameters ===
;Unnamed (positional) parameters
;Unnamed (positional) parameters
9번째 줄: 12번째 줄:
; 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). '''Note''':
:*'''diff''': The full URL of the diff showing the change that was made (not required).
:*'''diff''': The full URL of the diff showing 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번째 줄: 27번째 줄:
{{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)|diff=http://en.wikipedia.org/wiki/Main_Page?diff=139992}}


==== Indenting ====
* The following wiki-markup:
<pre>
Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:25, 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]]) ~~ ~ ~~
</pre>

* Gives the following:
<div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px">
Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:25, 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]]) ~~ ~ ~~
</div>


=== See also ===
=== See also ===

2011년 5월 21일 (토) 18:25 판

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 section of #Examples 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|ts=ts|diff=diff}}
Explanation of named parameters
  • text: The text being quoted (required).
  • by: The author of the text being quoted (not required). Note:
  • diff: The full URL of the diff showing 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=~~~~~|diff=http://en.wikipedia.org/wiki/Main_Page?diff=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:25, 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:25, 21 May 2011 (UTC)

Opening statement by Some other user.

Quoting an item from random paragraph.

Response to quoted text. Some other user (talk) ~~ ~ ~~

See also

틀:Quotation templates see also