WikiStatistics allows obtaining some stats from other Fandom wikis and inserting this data into articles on the wiki.
- Data you can obtain
- Article count
- Active users count
- Number of admins
- Number of edits made on the wiki
- Images count on the wiki
Installation
Usage
You can get data specified above by adding next tags into article text:
<span class="outwikistats-[TYPE]">
<span class="outwikistats-hidden">[URL]</span>
</span>
Where [TYPE] can be:
- articles - for article count
- activeusers - for active users count
- admins - for admins count
- edits - for number of edits
- images - for number of images
You can use full URL (https://halflife.fandom.com/ru) or short variation (halflife/ru) in any case.
- Examples
<span class="outwikistats-articles">
<span class="outwikistats-hidden">https://halflife.fandom.com/ru</span>
</span>
This will return an articles count on ru.halflife: https://halflife.fandom.com/ru
<span class="outwikistats-activeusers">
<span class="outwikistats-hidden">masseffect/uk</span>
</span>
This will return an active users count on uk.masseffect: masseffect/uk
<span class="outwikistats-articles">
<span class="outwikistats-hidden">masseffect</span>
</span>
This will return an articles count on masseffect: masseffect
<span class="outwikistats-activeusers">
<span class="outwikistats-hidden">https://community.fandom.com</span>
</span>
This will return an active users count on community: https://community.fandom.com