Provides a count of the number of transclusions of a page. Parameters: db - The name of the database. Examples: frwiki for the French Wikipedia, jawiktionary for Japanese Wiktionary Default: enwiki callback - If specified, wraps the output into a given function call and changes Content-Type to application/json for script use. filterredir - How to filter for redirects One value: all, redirects, nonredirects Default: all ns - The assumed namespace of the page Default: 0 title - Title to search. Examples: http://toolserver.org/~dispenser/cgi-bin/embeddedincount.py?title=Template:Stub http://toolserver.org/~dispenser/cgi-bin/embeddedincount.py?title=Stub&ns=10&callback=transclusionCount&filterredir=nonredirects&db=enwikinews Notes: * The "What links here" page combines the results of both backlinks and embeddedin (transclusions). * For a backlink count use backlinkscount.py tool. * This tool does not support namespace localization, use English namespaces or the ns parameter instead. * Source code is at http://toolserver.org/~dispenser/sources/embeddedincount.py