Template:Notci/doc: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "Talkquote" to "notci") |
m (Text replace - "talkquote" to "notci") |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
=== Parameters === | === Parameters === | ||
;Unnamed (positional) parameters | ;Unnamed (positional) parameters | ||
:<code><nowiki>{{ | :<code><nowiki>{{notci|text|by}}</nowiki></code> | ||
:*'''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>{{ | :<code><nowiki>{{notci|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). | ||
Line 18: | Line 18: | ||
=== Examples === | === Examples === | ||
*<code><nowiki>{{ | *<code><nowiki>{{notci|some random text|Example}}</nowiki></code> gives: | ||
{{ | {{notci|some random text|Example}} | ||
*<code><nowiki>{{ | *<code><nowiki>{{notci|more random text|Example|ts=~~~~~}}</nowiki></code> gives: | ||
{{ | {{notci|more random text|Example|ts=08:52, 21 May 2011 (UTC)}} | ||
*<code><nowiki>{{ | *<code><nowiki>{{notci|different random text|Example|ts=~~~~~|oldid=139992}}</nowiki></code> gives: | ||
{{ | {{notci|different random text|Example|ts=08:52, 21 May 2011 (UTC)|oldid=139992}} | ||
==== Indenting ==== | ==== Indenting ==== | ||
Line 32: | Line 32: | ||
Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:20, 21 May 2011 (UTC) | 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]]. | :Opening statement by [[User:User|Some other user]]. | ||
:{{ | :{{notci|Quoting an item from random paragraph.}} | ||
:Response to quoted text. [[User:User|Some other user]] ([[User talk:User|talk]]) ~~~~~ | :Response to quoted text. [[User:User|Some other user]] ([[User talk:User|talk]]) ~~~~~ | ||
</pre> | </pre> | ||
Line 40: | Line 40: | ||
Random paragraph of text. [[User:Example|Example]] ([[User talk:Example|talk]]) 09:20, 21 May 2011 (UTC) | 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]]. | :Opening statement by [[User:User|Some other user]]. | ||
:{{ | :{{notci|Quoting an item from random paragraph.}} | ||
:Response to quoted text. [[User:User|Some other user]] ([[User talk:User|talk]]) 09:26, 21 May 2011 (UTC) | :Response to quoted text. [[User:User|Some other user]] ([[User talk:User|talk]]) 09:26, 21 May 2011 (UTC) | ||
</div> | </div> | ||
Line 51: | Line 51: | ||
| '''Wrong way''' | | '''Wrong way''' | ||
<pre> | <pre> | ||
{{ | {{notci|* Item one | ||
* Item two | * Item two | ||
}} | }} | ||
Line 57: | Line 57: | ||
| First item isn't bulleted correctly: | | First item isn't bulleted correctly: | ||
<div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | <div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | ||
{{ | {{notci|* Item one | ||
* Item two | * Item two | ||
}} | }} | ||
Line 64: | Line 64: | ||
| '''Right way''' | | '''Right way''' | ||
<pre> | <pre> | ||
{{ | {{notci| | ||
* Item one | * Item one | ||
* Item two | * Item two | ||
Line 71: | Line 71: | ||
| All items are bulleted correctly: | | All items are bulleted correctly: | ||
<div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | <div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | ||
{{ | {{notci| | ||
* Item one | * Item one | ||
* Item two | * Item two | ||
Line 84: | Line 84: | ||
| '''Wrong way''' | | '''Wrong way''' | ||
<pre> | <pre> | ||
{{ | {{notci|text= | ||
# Item one | # Item one | ||
# Item two | # Item two | ||
Line 91: | Line 91: | ||
| First item isn't numbered correctly: | | First item isn't numbered correctly: | ||
<div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | <div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | ||
{{ | {{notci|text= | ||
# Item one | # Item one | ||
# Item two | # Item two | ||
Line 99: | Line 99: | ||
| '''Right way''' | | '''Right way''' | ||
<pre> | <pre> | ||
{{ | {{notci|text=<nowiki /> | ||
# Item one | # Item one | ||
# Item two | # Item two | ||
Line 106: | Line 106: | ||
| All items are numbered correctly: | | All items are numbered correctly: | ||
<div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | <div style="background-color:#f9f9f9; border:1px dashed #3170ab; padding:3px 10px 3px 10px"> | ||
{{ | {{notci|text=<nowiki /> | ||
# Item one | # Item one | ||
# Item two | # Item two |
Latest revision as of 11:34, 24 April 2014
![]() | This is a documentation subpage for Template:Notci. It contains usage information, categories and other content that is not part of the original template 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 example below).
Parameters
- Unnamed (positional) parameters
{{notci|text|by}}
- text must come before by (if by is specified).
- Using named parameters
{{notci|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
{{notci|some random text|Example}}
gives:
some random text
Example
Example
{{notci|more random text|Example|ts=~~~~~}}
gives:
more random text
Example
Example
{{notci|different random text|Example|ts=~~~~~|oldid=139992}}
gives:
different random text
Example
Example
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]]. :{{notci|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
{{notci|* Item one * Item two }} |
First item isn't bulleted correctly:
|
Right way
{{notci| * Item one * Item two }} |
All items are bulleted correctly:
|
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
{{notci|text= # Item one # Item two }} |
First item isn't numbered correctly:
|
Right way
{{notci|text=<nowiki /> # Item one # Item two }} |
All items are numbered correctly:
|
See also
- Template:Bq—quote without border, page-wide; like (and compatible with parameters of) the older {{Quote}} but with more features; conversion from all others listed here is trivially easy (retaining key data, losing decoration, etc.)
- Template:Centered pull quote—pull quote between large quotation marks, page-wide; should rarely be used in articles and is not for block quotations, only pull quotes
- Template:Quote—quote without border, page-wide, smaller-sized attribution
- Template:Quotation—quote with border, page-wide
- Template:Quote box—quote with border, in a reduced floating box
- Template:Rquote—pull quote between large quotation marks, in a reduced floating area; also rarely appropriate in articles
- Template:notci—for quoting other editors (or guidelines, etc.) on talk pages (in a block)
- Template:Tq—for quoting on talk pages, inline
- Category:Quotation templates