Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Usage  





2 Parameters  





3 Examples  



3.1  Suggested boilerplate  





3.2  Indenting  



3.2.1  Indented multi-line quote  







3.3  Quoting lists  





3.4  Caveats  



3.4.1  Complex formatting compatibility  





3.4.2  Quoted URLs with query strings break the template  





3.4.3  Play nice with ordered and unordered lists  









4 TemplateData  





5 See also  














Template:Talk quote block






العربية

Български
Ελληνικά
فارسی

Bahasa Indonesia

Latviešu



Norsk bokmål
Português
Русский
Scots

Simple English
کوردی
Српски / srpski
Srpskohrvatski / српскохрватски
Suomi
Svenska

Українська
Tiếng Vit

 

Edit links
 









Template
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
MediaWiki
Meta-Wiki
Wikidata
Wikimania
Wikiversity
 
















Appearance
   

 





Permanently protected template

From Wikipedia, the free encyclopedia
 

(Redirected from Template:Talk quote)

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
— User:Example User 18:23, 4 June 2024 (UTC)

  • {{tq2}}
  • Use {{Talk quote block}}or{{tqb}} 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 (§ Caveats). For a short inline quote, instead use {{Talk quote inline}}.

    Usage

    Unnamed (positional) parameters:

    Named parameters:

    Parameters

    Examples

    some random text
    — User:Example

    more random text
    — User:Example 08:52, 21 May 2011 (UTC)

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    — User:Example User 08:52, 21 May 2011 (UTC)

    different random text
    — User:Example 08:52, 21 May 2011 (UTC)

    Note: |ts= must be present for |oldid= link to show.

    Suggested boilerplate

    {{Talk quote block|1=<nowiki/>
    |source=}}
    
    {{Talk quote block|1=<nowiki/>
    |by=|ts=|id=}}
    
    {{Talk quote block|1=<nowiki/>
    |by=|ts=|oldid=}}
    

    Indenting

    The template works with standard talk page indentation, as the following example illustrates. This wiki-markup:

    Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:20, 21 May 2011 (UTC)
    :Opening statement by [[User:Example2|Some other user]].
    :{{talk quote block|Quoting an item from random paragraph.}}
    :Response to quoted text. [[User:Example2|Some other user]] ([[User talk:Example2|talk]]) ~~~~~
    

    Displays 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)

    Indented multi-line quote

    To create an indented multi-line quote (such as within a a reply on a talk page), you must use <br/> tags to indicate the line breaks, but do not use manual line breaks. Refer to the following example:

    Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:20, 21 May 2011 (UTC)
    :Opening statement by [[User:Example2|Some other user]].
    :{{talk quote block|Quoting an item from random paragraph.<br/>Including a second line.}}
    :Response to quoted text. [[User:Example2|Some other user]] ([[User talk:Example2|talk]]) ~~~~~
    

    Displays 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.
    Including a second line.

    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
    {{talk quote block|* Item one
    * Item two
    }}
    
    First item isn't bulleted correctly:

    * Item one

    • Item two

    Right way
    {{talk quote block|
    * Item one
    * Item two
    }}
    
    All items are bulleted correctly:

    • Item one
    • Item two

    If you are using the |text= named parameter (as opposed to simply supplying your list as the first parameter) please add the following code: <nowiki /> after the = 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:

    Wiki-markup Output
    Wrong way
    {{talk quote block|text=
    # Item one
    # Item two
    }}
    
    First item isn't numbered correctly:

    # Item one

    1. Item two

    Right way
    {{talk quote block|text=&lt;nowiki /&gt;
    # Item one
    # Item two
    }}
    
    All items are numbered correctly:

    1. Item one
    2. Item two

    Caveats

    Complex formatting compatibility

    Check § Quoting, and Help:Table § Nested tables (for nesting demo).

    Quoted URLs with query strings break the template

    {{Talk quote block|This here diff: https://en.wikipedia.org/w/index.php?title=User:IamNotU/sandbox&diff=904787385&oldid=904785977}}
    

    When your template arguments contain an equals sign, you can't use implicit positional parameters because everything preceding the first equals sign gets parsed as the parameter name. The trick, in those situations, is to make the assignment explicit, so that your entire argument is unambiguously parsed as the value being assigned to that parameter.

    {{Talk quote block|1=This here diff: https://en.wikipedia.org/w/index.php?title=User:IamNotU/sandbox&diff=904787385&oldid=904785977}}
    

    This here diff: https://en.wikipedia.org/w/index.php?title=User:IamNotU/sandbox&diff=904787385&oldid=904785977

    Writing the transclusion as {{Talk quote block|1=...}} puts the entire URL on the right-hand side of an assignment to the first unnamed parameter, rather than it being parsed as a template parameter named This here diff: https://en.wikipedia.org/w/index.php?title that's being assigned the value User:IamNotU/sandbox&diff=904787385&oldid=904785977.

    Due to MediaWiki's parsing limitations, embedding such templates into a list (using the leading */#/;/: syntax) is very likely to lead to unexpected results (for it regards the newline as the syntax delimiter Help:List §§ Common mistakes, and Paragraphs and other breaks).

    Play nice with ordered and unordered lists

    {{Lorem ipsum}}
    : {{Talk quote block|source=Talk quote block|text=<nowiki/>
    # Item one
    # Item two
    }}
    


    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    1. Item one
    2. Item two
      — Talk quote block
    <dl><dd>{{Talk quote block|1=<nowiki/>
    # Item one
    # Item two|source={{tlx|Talk quote block}}}}</dd></dl>
    
    1. Item one
    2. Item two
      — {{Talk quote block}}

    TemplateData

    This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Talk quote block in articles based on its TemplateData.

    TemplateData for Talk quote block

    Formats quoted text (from another's comments, a policy statement, etc.) in a block, for use on talk pages and noticeboards.

    Template parameters[Edit template data]

    ParameterDescriptionTypeStatus
    texttext 1

    The text being quoted.

    Contentrequired
    byby 2

    The author of the text being quoted.

    Usersuggested
    sourcesource

    The source of the text being quoted. Use instead of by when source is not individual user name, or when copy-pasting an entire sig.

    Lineoptional
    No dash?nodash no-dash

    Suppresses the em dash and space before source, for when pasting a sig that already starts with a dash.

    Booleanoptional
    Timestampts

    The timestamp of the edit whose text is being quoted.

    Suggested values
    ~~~~~
    Unknownsuggested
    IDid

    The ID of the comment that will be used in a link to it if the ts parameter is also present. You can copy it by right-clicking the timestamp.

    Stringoptional
    Revision IDoldid

    The revision ID of the edit introducing the change that was made. Displayed as the timestamp linking to the Diff of the edit. (requires ts parameter or is not shown)

    Numberoptional
    diffdiff

    The link to the diff comparing target.

    Numberoptional
    stylestyle

    HTML in-line style.

    Unknownoptional
    No ping?noping no-ping

    Suppresses the link to the author to avoid notifying them.

    Booleanoptional

    See also


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Talk_quote_block&oldid=1227262072"

    Categories: 
    Templates using TemplateStyles
    Talk namespace quotation templates
    Hidden categories: 
    Wikipedia template-protected templates
    Templates using TemplateData
     



    This page was last edited on 4 June 2024, at 18:23 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki