Page 1 of 1

Our Wiki has arrived! Help to expand & proofread it!

Posted: 12 Oct 2014, 18:15
by Kevsoft
I've suggested Wohlstand to install the wiki software here. And here it is :) .
But having a wiki means also a lot of work...

So first of all: What will be written?
1.) Tutorials of any kind
2.) Reference pages of Lunadll/LunaLua, Fileformats, Game configurations and other stuff
3.) (Probably FAQ)

Click here to rock the wiki!


You don't need to make a seperate account. You can just login with your normal forum account. They're bound together.
We would be happy for anyone who contributes something.

Happy Editing,

Developer Kevsoft

The wiki

Posted: 16 Feb 2015, 20:42
by lighthouse64
Can we post bugs about the wiki??? :S Because I am having a major bug where I can't search anything.

Here's the message about it ;)

Spoiler
A database query error has occurred. This may indicate a bug in the software.

Query:
SELECT page_id,page_namespace,page_title FROM `wiki_page`,`wiki_searchindex` WHERE (page_id=si_page) AND ( MATCH(si_title) AGAINST('+hiu800 ' IN BOOLEAN MODE) ) AND page_namespace = '0' LIMIT 50
Function: SearchMySQL::searchInternal
Error: 145 Table './wohlnet_engine_wiki/wiki_searchindex' is marked as crashed and should be repaired (localhost)

Posted: 16 Feb 2015, 22:34
by Wohlstand
lighthouse64 wrote:Can we post bugs about the wiki??? :S Because I am having a major bug where I can't search anything.

Here's the message about it ;)

Spoiler
A database query error has occurred. This may indicate a bug in the software.

Query:
SELECT page_id,page_namespace,page_title FROM `wiki_page`,`wiki_searchindex` WHERE (page_id=si_page) AND ( MATCH(si_title) AGAINST('+hiu800 ' IN BOOLEAN MODE) ) AND page_namespace = '0' LIMIT 50
Function: SearchMySQL::searchInternal
Error: 145 Table './wohlnet_engine_wiki/wiki_searchindex' is marked as crashed and should be repaired (localhost)
This is a little bug which was happened because my server was rebooted. Now everything is works ;-)

Posted: 17 Feb 2015, 8:24
by lighthouse64
Wohlstand wrote:
lighthouse64 wrote:Can we post bugs about the wiki??? :S Because I am having a major bug where I can't search anything.

Here's the message about it ;)

Spoiler
A database query error has occurred. This may indicate a bug in the software.

Query:
SELECT page_id,page_namespace,page_title FROM `wiki_page`,`wiki_searchindex` WHERE (page_id=si_page) AND ( MATCH(si_title) AGAINST('+hiu800 ' IN BOOLEAN MODE) ) AND page_namespace = '0' LIMIT 50
Function: SearchMySQL::searchInternal
Error: 145 Table './wohlnet_engine_wiki/wiki_searchindex' is marked as crashed and should be repaired (localhost)
This is a little bug which was happened because my server was rebooted. Now everything is works ;-)
Ok Thank you. :) I was kinda wondering what happened.

Posted: 5 Nov 2015, 5:53
by Sambo
I'm making a new API and I want to make a wiki article about it. I also would like to make some other contributions to the wiki, but I don't know wiki code. I searched for a WYSIWYG wiki editor, but all I could find was a bunch of HTML editors.

Do you know where I might find a good free visual wiki editor?

Posted: 5 Nov 2015, 14:41
by h2643
I don't know any wiki editors either, but I write pages by looking at other page's text code (by clicking "Edit") to see which codes are used for that or another area of text, and adding the codes I want into my own pages. I also usually preview the page a few times to make sure I put needed codes correctly. (it helps me a lot!)

Posted: 22 Nov 2015, 14:30
by lighthouse64
Yeah, same here h2643. It just makes things easier.