Le 15/12/12 14:52, GIC - Lukas a écrit : > because it’s christmas and I want to improve my coding language > skills to write better articles in my wiki > (http://wiki.de.grepolis.com/wiki/Hauptseite) I am searching for a > book about coding in wiki. > > What languages can I use in my wiki articles and how do they interact > with the wiki syntax (e. g. “{|” and “|-“ in tables)? > > Is there any book especially for coding in MediaWiki?
You are probably talking about the Mediawiki syntax, you can find a usefull cheatsheet at : http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet We have the ParserFunctions extension which let you write some basic logic: https://www.mediawiki.org/wiki/Extension:ParserFunctions https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions But you might also want to have a look at the Scribunto extension which let you interact with the wiki using the LUA language: http://www.mediawiki.org/wiki/Extension:Scribunto http://www.mediawiki.org/wiki/Lua_scripting/Tutorial -- Antoine "hashar" Musso _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
