Questions tagged [wikia]

Wikia is a wiki farm built on MediaWiki. Use this tag for questions specific to Wikia; for general MediaWiki questions use [MediaWiki].

Wikia (formerly Wikicities) is a wiki farm (wiki hosting service) built on MediaWiki. Use this tag for questions specific to Wikia, e.g. about markup syntax added by Wikia's custom extensions. For questions about MediaWiki in general, use .

16 questions
2
votes
1 answer

Transclusion - These are not the Categories you are looking for

I have a template on Wikia http://shadow-of-war-mobile.wikia.com/wiki/Template:Orc This template eventually will nothing but a middle-man template through a chain of inheritence. But I digress, I need to figure out how to have the original article…
GoldBishop
  • 2,820
  • 4
  • 47
  • 82
2
votes
1 answer

Using Wikia API

I am trying to access the X-men API on wikia, to try and extract the name and image of each character, to then be used on a SPA using javascript. This is the link too the page on the wiki: http://x-men.wikia.com/wiki/Category:Characters I cannot for…
lockykeaney
  • 169
  • 1
  • 9
2
votes
0 answers

Adding HTML vertical line inside tabber

Website: kancolle.wikia.com/wiki/User:Rimedimichelangelo Code in use: wiki markup (en.wikipedia.org/wiki/Wiki_markup) MediaWiki version at the time of writing: MediaWiki version 1.19.24 (community.wikia.com/wiki/Help:MediaWiki) Wikia built-in…
2
votes
1 answer

How to add an invisible entry to a Wiki TOC?

I would like to add an entry to the table of contents of a wiki page that links to an arbitrary point inside the article. In my use case, I want to link to multiple 'header rows' inside a long table. I tried both

My…

r0estir0bbe
  • 699
  • 2
  • 7
  • 23
1
vote
1 answer

List all API categories in Wikia API

I am playing around with the Wikia API and have listed, for instance, all comics in the Marvel or DC Fandom Wikis, all the movies, etc.. using the following URL, where I substituted the relevant…
quadzar
  • 43
  • 4
1
vote
1 answer

Wiki Template for Page Design

I'm new to Wikia, and I'm trying to develop/moderate one. This wiki is intended to cover a very specific class of information, such that the information can be explained in the context of a few clearly defined fields. So, what I want to do is…
boxcartenant
  • 271
  • 2
  • 14
1
vote
1 answer

Making a post to Wikia's forums using HTTParty and Ruby

I am trying to use Ruby, along with HTTParty, to make a post to a forum on a Wikia. There is no documentation available, since the process seems to involve Wikia's internal API, so I've been attempting to use Chrome's Dev Tools to see the requests…
Matt
  • 21
  • 1
  • 1
  • 5
1
vote
0 answers

Javascript for replacing text on Wikia site

I want to use some JS Scripts to replace some bad words automatically on my Wikia site. Here my code: $(function () { var str = document.getElementById("WikiaPage").innerHTML; var res = str.replace(/badword1/gi,…
Dcsuper
  • 25
  • 4
1
vote
2 answers

Wikia

Okay, so I'm working on a template on Wikia, but I'm having a weird issue with my last
tag that surrounds the Stat Table. Link to the page is here (Note that it can change). The code is as follows:
Gavin Feriancek
  • 495
  • 1
  • 5
  • 10
0
votes
0 answers

How to make a bot for a wikia, if possible, using javascript

i would like to know how to make a bot that will connect to a wikia with using javascript, i already made a bot that connects to discord, but would like to know how to do it for the wikia
Amir Beraha
  • 41
  • 1
  • 8
0
votes
1 answer

New to using API - Can the Wikia API provide deep data such as tables cells?

I've just found out Wikia has an API, I know the basics about using API and I'd like to perform requests to collect data from specific cells from specific pages on http://clashroyale.wikia.com/api/v1 Sadly, browsing the list of endpoints, I'm not…
tempse
  • 51
  • 5
0
votes
1 answer

Parsing Wikia dumps into link graph

I am trying to parse the xml from a wikia dump to pull out the child element and then look for the links in the text identified by [[ and ]]. So from the following sample snippet from one wiki we should get
Ed Fine
  • 717
  • 1
  • 6
  • 18
0
votes
2 answers

Background problems with wikia css

The wiki that I admin has had no changes to its css in quite some time, but recently it seems to be that the page size is too small or something, as the transparent green background is appearing either side of the borders. You can see this happening…
Allegate
  • 25
  • 4
0
votes
1 answer

Possible to load image/png data after link redirect?

I have this problem... I'm working on a project which loads names from a JSON file (this is not important). The thing is I use a Wikia Special:Filepath link to get my images. So when I type in my browser:…
Nicholas
  • 5,430
  • 3
  • 21
  • 21
-1
votes
3 answers

Elixir, iterate over nested map

I am new to elixir and I am trying to get some text from a very nested map. So I am doing a get request to this link and I am decoding it with Jason.decode. What I want to do is iterate over it and get every text value…
J tunny
  • 1
  • 1
  • 1
1
2