<christoph.huesler@...> writes:
just create a page called Template:<template name>
wikitech-l-bounces@... schrieb am 13.03.2007 10:20:39:
I know how to create a page using wiki Can you tell me how to create a template using wiki?
Wikitech-l mailing list Wikitech-l@... http://lists.wikimedia.org/mailman/listinfo/wikitech-l
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?