Community Central
Community Central
Forums: Index General Discussion Can my wikia subtract two numbers?
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4507 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


I run the Trackers Interface Wiki and my goal is to reach 100 pages by Christmas. I already know how to do a countdown, but I want to do something like:

Our goal is to reach 100 pages by Christmas, which leaves us (countdown code) to make {{Subtract|100|{{NUMBEROFPAGES}}}} pages!

to make something like this:

Our goal is to reach 100 pages by Christmas, which leaves us 24 days 0 hours 55 minutes 30 seconds to make 39 pages!

(Note: countdown timer would be running, but you have to configure the wiki and I don't have permission)

{{#expr:100-{{NUMBEROFPAGES}}}}
should work, but will be heavily cached -- RandomTime 21:14, December 1, 2011 (UTC)
I think it's counting all pages and templates and categories, because it's coming out that we have 460 pages. I adjusted the code a bit for just regular content articles:
{{#expr:100-{{NUMBEROFARTICLES}}}}

. Thanks, Iggyvolz 23:33, December 1, 2011 (UTC)