1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Xomw: Implement Interwiki part of GetTitleCodec

This commit is contained in:
gnosygnu
2017-03-25 08:54:59 -04:00
parent 0b762933b2
commit dcdc69e374
12 changed files with 278 additions and 253 deletions

View File

@@ -39,6 +39,8 @@ public class XomwInterwiki {
/** @var boolean Whether interwiki transclusions are allowed */
private boolean mTrans;
public byte[] interwikiId;
public XomwInterwiki(byte[] prefix, byte[] url, byte[] api, byte[] wikiId, boolean local, boolean trans) {
this.mPrefix = prefix;
this.mURL = url;