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

Wikibase: Add getBestStatements / getEntityUrl; ParserFunctions: Improve support for relative month

This commit is contained in:
gnosygnu
2017-11-29 06:04:23 -05:00
parent 66877212bf
commit 3126b46faf
19 changed files with 506 additions and 48 deletions

View File

@@ -98,6 +98,9 @@ public class Xowe_page_mgr {
wiki.Html__hdump_mgr().Load_mgr().Load_by_xowe(page);
from_html_db = Bry_.Len_gt_0(page.Db().Html().Html_bry());
}
else {
Gfo_usr_dlg_.Instance.Log_many("", "", "page_load: loaded wikitext; page=~{0} wikitext_len=~{1}", ttl.Full_db(), page.Db().Text().Text_bry().length);
}
}
page.Html_data().Hdump_exists_(from_html_db);