Template:Reply to: Difference between revisions

    From FeministWiki
    (Created page with "{{#if:{{{1|<noinclude>$</noinclude>}}} |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}} |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}} |, [[User:{{{3}}}|{{{3}}}]]{{#i...")
     
    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>

    Latest revision as of 22:22, 2 January 2022

    Example use:

    {{reply to|user1}} Hey mate!

    Becomes:

    @user1: Hey mate!

    Example replying to multiple people:

    {{reply to|user1|user2|user3}} Hey mates!

    Becomes:

    @user1, user2, user3: Hey mates!