Hi christoph huesler, Thanks for your response. When i click xyz, a template should be created where user can enter any details(say schedule) when i click abc, a different template should be created where user can enter some other details(say news) This should be done using mediawiki. No as you said i will create one page called Template:<xyz> and another page called Template:<abc> Should i do this in function performAction in wiki.php using switch case 'raw' or is it something else?
What do you mean by "template"? It sounds like you might be meaning "form", which is a very different thing. When you say the user enters details, do you mean enters them in wikitext in an article like {{abc|details go here}}, or do you mean entering them in text boxes and clicking a submit button?