https://bugzilla.wikimedia.org/show_bug.cgi?id=16951
--- Comment #1 from Gurch <[email protected]> 2009-01-09 21:46:10 UTC --- Templates are not part of MediaWiki itself, but rather defined by a wiki's contributors for their own purposes, so they vary tremendously depending on the wiki's size, purpose and so forth. Even between different language editions of the same Wikimedia project templates are mostly incompatible. With that in mind, anything added to MediaWiki to assist in choosing them wouldn't really be able to go further than, say, the category picker used on Commons, since MediaWiki itself doesn't know anything about the purpose of the templates. To have any more information than that would require storing some sort of metadata about the templates, and page metadata is something that's never really happened (whether for technical or political reasons I don't know). To be honest, using templates is not all that hard (certainly compared to creating them) as long as whoever created it bothered to document what it does. I don't know which project you are most familiar with, but I'll assume English Wikipedia; most templates there do have such documentation and the syntax itself is probably best picked up by looking at existing uses of it. (I do think the help pages related to templates could be more helpful but that is only a small part of the general suckiness that is the Help namespace at the moment). A simple template picker might be useful, though. Could probably be implemented with JavaScript (may even already be in a user script somewhere, I know there are scripts for tagging articles on the English Wikipedia but that's a bit more specialized). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
