WPAFC / afch

Yet another Articles for creation helper script -- ACTIVE DEVELOPMENT NO LONGER HAPPENS IN THIS REPOSITORY AND HAS MOVED TO
https://github.com/WPAFC/afch-rewrite
9 stars 3 forks source link

Missing space in an FFU on hold reason #180

Closed Technical-13 closed 11 years ago

Technical-13 commented 11 years ago

Symbol wait.svg This request has been placed on hold because the article in which this non-free file should be used is currently at Articles for creation. If the article is not accepted withinseven days, the request will be declined. The submission is at Wikipedia talk:Articles for creation/America's First Federal Credit Union. Armbrust The Homunculus

Space needs to be added between within and seven.

wikipedia-mabdul commented 11 years ago

code:

    } else if (sub_m.action == 'hold') {
        if (sub_m.comment == '') text += '\n:\{\{subst:ffu|' + sub_m.holdrat + '\}\} \~\~\~\~\n';

this has to be a template problem onwiki.

Technical-13 commented 11 years ago

Thanks mabdul, I was trying to find the code as well... Will fix there.

Technical-13 commented 11 years ago

https://en.wikipedia.org/w/index.php?title=Template%3AFfu&diff=574477966&oldid=571230733 fixes this space.