Template:Ping: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#if:{{{1|<noinclude>$</noinclude>}}} |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}} |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}} |, [[User:{{{3}}}|{{{3}}}]]{{#i..."
imported>Hb1290 (Redirected page to Template:Reply to) |
imported>Hb1290 (Created page with "{{#if:{{{1|<noinclude>$</noinclude>}}} |@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}} |, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}} |, [[User:{{{3}}}|{{{3}}}]]{{#i...") |
||
Line 1: | Line 1: | ||
# | {{#if:{{{1|<noinclude>$</noinclude>}}} | ||
|@[[User:{{{1|Example}}}|{{{1|Example}}}]]{{#if:{{{2|}}} | |||
|, [[User:{{{2}}}|{{{2}}}]]{{#if:{{{3|}}} | |||
|, [[User:{{{3}}}|{{{3}}}]]{{#if:{{{4|}}} | |||
|, [[User:{{{4}}}|{{{4}}}]]{{#if:{{{5|}}} | |||
|, [[User:{{{5}}}|{{{5}}}]] | |||
}} | |||
}} | |||
}} | |||
}}{{{p|:}}} | |||
|{{error|Error in replyto template: Username not given. See [[Template:Reply to]] for usage.}} | |||
}}<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"Username1" | |||
], | |||
"description": "Username of the first user to ping", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"Username2" | |||
], | |||
"description": "Username of the second person to ping", | |||
"type": "string" | |||
}, | |||
"3": { | |||
"aliases": [ | |||
"Username3" | |||
], | |||
"description": "Username of the third person to ping" | |||
}, | |||
"4": { | |||
"aliases": [ | |||
"Username4" | |||
], | |||
"description": "Username of the fourth person to ping", | |||
"type": "string" | |||
}, | |||
"5": { | |||
"aliases": [ | |||
"Username5" | |||
], | |||
"description": "Username of the fifth person to ping" | |||
}, | |||
"p": { | |||
"aliases": [ | |||
"punctuation" | |||
], | |||
"description": "Punctuation to append after the usernames. Leave it empty for no punctuation", | |||
"type": "string", | |||
"default": ":" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |