Topic on Project:Support desk

Wikicode interpreter in java

6
Solvapps (talkcontribs)

Hi All

I would like to write a interpreter in java for wikicode to show in my viewer. The viewer is nearly a HTML-Viewer. Is there any documentation or technics to do this. I mean I started withit and recognized that there are a lot of specific templates like {{quote..... and they are also different in every language. (en -> {{quote german -> {{Zitat etc...

or is there any list of all templates that exists for a language ?

You see I don't know howto start and hope somebody can help.

kind regards

Ciencia Al Poder (talkcontribs)

You may need to reimplement what parser.php does...

Do you really want to create a MediaWiki parser for Java? if you only need to display the HTML representation of pages of an existing wiki, you may want to look at API:Parsing wikitext

176.127.146.117 (talkcontribs)

Thanks a lot. This probably will help. The Parsing API is not the solution for me, because I will have my own output. (No HTML). What would be very helping is to have a list of all templates and the specification for each language.

Where can I find the parser.php (download) ?

Temptuousinsolence (talkcontribs)
176.127.146.117 (talkcontribs)

Thanks a lot. This probably will help. I took a look at it, but I am not sure if this is for me. But it is good to know, that there exists a java api. thanks. What would be very helping is to have a list of all templates and the specification for each language.

Where can I find the parser.php (download) ?

Reply to "Wikicode interpreter in java"