Template:Reply to: Difference between revisions
Appearance
	
	
Technician (talk | contribs)  Created page with "{{#if:{{{1|<noinclude>$</noinclude>}}}  |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}}   |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}}    |, [[User:{{{3}}}|{{{3}}}]]{{#i..."  | 
				Technician (talk | contribs) No edit summary  | 
				||
| Line 1: | Line 1: | ||
{{#if:{{{1|<noinclude>$</noinclude>}}}  | <includeonly>{{#if:{{{1|<noinclude>$</noinclude>}}}  | ||
  |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}}  |   |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}}  | ||
   |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}}  |    |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}}  | ||
| Line 10: | Line 10: | ||
  }}{{{p|:}}}  |   }}{{{p|:}}}  | ||
  |{{error|Error in replyto template: Username not given. See [[Template:Reply to]] for usage.}}  |   |{{error|Error in replyto template: Username not given. See [[Template:Reply to]] for usage.}}  | ||
}}  | }}</includeonly><noinclude>  | ||
Example use:  | |||
<blockquote>{{C|<nowiki>{{reply to|user1}}</nowiki> Hey mate!}}</blockquote>  | |||
Becomes:  | |||
<blockquote>{{reply to|user1}} Hey mate!</blockquote>  | |||
Example replying to multiple people:  | |||
<blockquote>{{C|<nowiki>{{reply to|user1|user2|user3}}</nowiki> Hey mates!}}</blockquote>  | |||
Becomes:  | |||
<blockquote>{{reply to|user1|user2|user3}} Hey mates!</blockquote>  | |||
</noinclude>  | |||