Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Use new {{{full}}} parameter with afc decline; #178
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Oct 8, 2013
1 parent be7bc39 commit 9a88eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submissions.js
Expand Up @@ -788,7 +788,7 @@ function afcHelper_act(action) {
var usertext = afcHelper_getPageText(usertalkpage, true, true);
var reason = 'Your submission at \[\[Wikipedia:Articles for creation|Articles for creation\]\], \[\[' + afcHelper_PageName + '|' + afcHelper_submissionTitle + '\]\], was declined';
usertext += "\n== Your submission at \[\[Wikipedia:Articles for creation|Articles for creation\]\]: \[\[" + afcHelper_PageName + "|" + afcHelper_submissionTitle + "\]\] ({{subst:CURRENTMONTHNAME}} {{subst:CURRENTDAY}}) ==";
usertext += "\n\{\{subst:afc decline|1=" + afcHelper_submissionTitle.replace(" ", "{{subst:Sp}}");
usertext += "\n\{\{subst:afc decline|full=" + afcHelper_PageName;
if (code === 'cv') usertext += "|cv=yes";
usertext += "|sig=yes\}\}";

Expand Down

0 comments on commit 9a88eba

Please sign in to comment.