18 questions
Advice
0
votes
0
replies
85
views
How do I migrate and import my interactive maps from fandom.com to my GitHub repository for use as GitHub Pages
I used to have a wiki on Fandom but the service doesn’t like it if you have a private wiki, so I asked the WikiTeam on GitHub, who are not affiliated with Fandom, to export dump my entire wiki on ...
0
votes
1
answer
162
views
I am attempting to pass an infobox value into a LUA module that outputting an answer based on the infobox value (FANDOM WIKIA)
I am working on a module that converts the value of a specific value into a new value when mutliplying it by a certain percentage. EX 100 * 1.3754 = 137.54. When I use the module, it spits out my ...
1
vote
1
answer
1k
views
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 ...
1
vote
1
answer
464
views
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 ...
-1
votes
3
answers
3k
views
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 ...
2
votes
1
answer
114
views
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 ...
0
votes
0
answers
116
views
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
0
votes
1
answer
358
views
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
...
1
vote
1
answer
226
views
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 ...
2
votes
1
answer
3k
views
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-...
2
votes
0
answers
375
views
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....
0
votes
1
answer
250
views
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 ...
-1
votes
1
answer
209
views
Retrieving data from Wikia?
I believe it should be possible to retrieve information from another page as long as it's from the same domain right? There are some information that I would like to retrieve from this page, and to ...
0
votes
2
answers
263
views
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 ...
1
vote
0
answers
88
views
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....