Thomas Dalton <thomas.dalton@...> writes:
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?
Thanks for your response first.Here are the details: When the user clicks a link Create Xyz It opens a new form/template not page Here user can enter xyz details (like say event details) in wikitext in a editor(somewhat similar to wordpad) and click save button
When the user clicks a link Create Abc It should open a new form/template not page Here user can enter abc details (like say event details) in a editor(somewhat similar to wordpad) and click save button
I can do this in php but can you let me know how i can do this using mediawiki?