User:Waldyrious/Docs
About
[edit]MediaWiki documentation is not only infamously incomplete, but also terribly scattered. We have:
- code comments
- structured code comments, and corresponding auto-generated docs
- Note from Jan 2023: the auto-generated docs used to be published for both PHP and JS, but since 1.35 only the JS version has been published in the tagged versions listed in that page. That said, the PHP docs are still present in the
REL1_XX
versions (example for 1.35) as well as in the master version. This may be an unintentional issue.
- Note from Jan 2023: the auto-generated docs used to be published for both PHP and JS, but since 1.35 only the JS version has been published in the tagged versions listed in that page. That said, the PHP docs are still present in the
- MediaWiki pages (manually maintained)
- the docs folder
- some configuration settings described in Extension:Configure
- message documentation described in the MessagesQqq.php file
- English Wikipedia
- Likely others
Ideally, we should be able to have up-to-date and complete documentation wherever we decide to host it. We need a strategy on where to maintain each type of documentation. Recently I proposed a division of MW documentation into 3 main types: Manual (prose/overview), Tutorial (step by step) and Reference (index-like). One of the things I'd like to do is move every non-guide-like content into a separate namespace, e.g. Reference. For more details, I've collected some external resources about good documentation and how to structure them, in this google doc.
Related, but less structurally impactful: some years ago there was some discussion about whether to use a flat or nested hierarchy for Manual pages: Project:Manual#Structure. My take on this is that we can easily have both, using redirects and disambiguation pages when needed.
TODO: read Technical communications/Dev wiki consolidation and integrate ideas here as fit. See also this thread.
Like-minded initiatives in the community:
- User:Zakgreant/MediaWiki Technical Documentation Plan
- WMF Projects/Technical Documentation
- User:Yuvipanda/whatcanidoforwikipedia.org
- MZMcBride's proposal for a developers.wikimedia.org
- Get involved (mockup)
- How to contribute
- Project:New contributors/One ontology (split from the link in the TODO above)
- User:Krinkle/Content structure, Thread:Project:Current issues/Restructure MediaWiki.org (or: Document how it was and execute it) and Requests for comment/Documentation overhaul
- Zurich Hackathon etherpad: http://etherpad.wikimedia.org/p/wddh (by Moiz Syed et. al)
- bugzilla:65074: Set up dev.wikimedia.org portal (previously Data & Developer Hub)
- Moving mediawiki documentation from meta to mediawiki.org
- Engineering Community Team/Developer Relations team#Types of developers
- In T149372 I proposed defining the structure for MW documentation (something like what's proposed on this page), and mentioned the need to:
[establish] clear expectations for documentation structures and workflows (where it should live, what components it should cover, who has writable access to it, how it can be translated, etc.) in a way that ensures that it can be written in a modular fashion by people who are not the developers themselves.
This would, on the one hand, remove bottlenecks and avoid putting the burden of documentation upon a single person/group, and on the other hand, remove barriers to contributors to documentation, no matter who they are. - Documentation/Style guide
- d:Wikidata:Requests for comment/Improving Wikidata documentation for different types of user
- Technical documentation templates and suggestions
- User:Pavithraes/Sandbox/Technical documentation prioritization
- On-wiki documentation & documentation as code: strengths, weaknesses, and compromises (session in the Wikimedia Technical Conference 2019)
- Documentation/Find docs
Summana suggested on IRC to "ask User:KatieIreneC and Yury Katkov what they think about the developer profiles categorization; they are an education researcher (studying how people learn tech skills) and a MediaWiki enterprise community shepherd, respectively". She also mentioned this link which offers a different categorization (systematic, pragmatic and oportunistic). I intend to analize that and hopefully come up with better terms and a more systematic description (e.g an axis-based system where people can be put according to whether they exhibit more or less of the traits the axes describe).
Proposed structure
[edit]Given the above, I believe the structure described in the table below would be encompassing enough to cover most of our docs, and provide a consistent and intuitive top-level navigation system.
On the first axis, we would have reader profiles:
|
On the second axis, we would have the type of documentation:
|
Finally, on the third axis, we'd organize documentation by category. Currently there's no accepted ontology to cover all things MediaWiki, but here are a few useful resources to assist in building one:
|
Since this is a three-axis structure, it would probably be best implemented using categories, with portals for each of the axes (with some manually curated text and also automatic lists using Extension:CategoryTree and/or Extension:DynamicPageList) so readers can browse by the criteria that makes more sense to them. So we'd have a category hierarchy like:
- MediaWiki documentation
- by reader type
- User
- Sysadmin
- Developer
- by documentation type
- Tutorial
- Manual
- Reference
- Interactive tools
- Communication (this would of course have other parent categories, not only the documentation one)
- by topic
- Classes
- Extensions
- Parser
- Database
- ...
- by reader type
...where only the leaf categories would be added to each page.
Overview of existing resources
[edit]NOTE: it would probably make more sense for a complete listing to be sorted by topic. Documentation type and reader type are secondary attributes (this is how many of the disambiguation pages work already). For now, the division as presented below is the most useful in order to identify gaps in documentation (and pages in need to be merged), but after the survey is complete, the user-facing documentation portal should be build using topics as the main organization unit. In fact, maybe we could even prepare a template for disambiguation pages, and the doc portal would consist mostly (apart from a header and footer) of transcluded disambiguation pages.
Tutorial
[edit]Tutorial-type documentation resources | |||||
---|---|---|---|---|---|
[[ For Users
|
$> For System Administrators
|
{} For Developers
| |||
Topic | Generic | ||||
PHP Classes | |||||
Extensions | |||||
JavaScript | |||||
CSS | |||||
Database | |||||
Interface messages | |||||
API | |||||
Wikitext | |||||
Hooks | |||||
User rights and groups | |||||
Namespaces | |||||
Maintenance scipts | |||||
Special pages | |||||
Internationalization |
Manual
[edit]Manual-type documentation resources | |||||
---|---|---|---|---|---|
[[ For Users
|
$> For System Administrators
|
{} For Developers
| |||
Topic | Generic |
| |||
PHP Classes | |||||
Extensions | |||||
JavaScript | |||||
CSS | |||||
Database | |||||
Interface messages | |||||
API | |||||
Wikitext | |||||
Hooks | |||||
User rights and groups | |||||
Namespaces | |||||
Maintenance scipts | |||||
Special pages | |||||
Internationalization |
Reference
[edit]Reference-type documentation resources | |||||
---|---|---|---|---|---|
[[ For Users
|
$> For System Administrators
|
{} For Developers
| |||
Topic | Generic |
|
|
| |
PHP Classes |
|
||||
Extensions | |||||
JavaScript |
|
||||
CSS | |||||
Database |
| ||||
Interface messages | |||||
API | |||||
Wikitext | |||||
Hooks | |||||
User rights and groups | |||||
Namespaces | |||||
Maintenance scipts | |||||
Special pages | |||||
Internationalization |
- ↑ A bunch of information was removed from this page in Special:Diff/3650490
Unsorted
[edit]- Manual:Interface/IDs and classes -- CSS IDs and classes (extremely incomplete)
- w:Wikipedia:Catalogue of CSS classes#Classes is more complete, but is polluted by enwiki-specific stuff
- w:Wikipedia:Catalogue of CSS classes#IDs idem
- w:Wikipedia:Catalogue of CSS classes#Stylesheets and JavaScript -- as the name says, CSS and JS files for every skin/browser combination (and some other variables)
- ResourceLoader/JavaScript Deprecations -- probably relevant to the JS files above
- Manual:Parameters to index.php -- exactly what the name says :)
- w:Wikipedia talk:WikiProject Inline Templates/Archive 2#MediaWiki URL templates -- a nice list, see if anything (content or design) could be integrated above
- Extension Matrix -- not really part of mediawiki, but fits with the general index-like nature of the docs listed here
- Extension Matrix/stable -- only extensions deemed stable
- Category:Extensions used on Wikimedia and Developers/Maintainers#MediaWiki extensions deployed by WMF
- Suggestions for extensions to be integrated#Done: Bundled -- extensions distributed with mediawiki's default installer
- Developers/Maintainers#MediaWiki core -- components of MediaWiki (name, description, maintainers)
- maintenance/eval.php -- a tool for interactive experimentation with MediaWiki objects
- API reference & Category:MediaWiki action API
- Special:ApiSandbox -- an interactive playground to experiment with building and executing API queries
- Most of the API docs are already reference-like, but this one is particularly neat: API:Database field and API property associations
- docs -- not sure it fits a reference-style, gotta check
- http://doc.wikimedia.org -- auto-generated documentation from source code
- Since bug #40143 it now contains Javascript docs too (core, VisualEditor). Todo: make sure this is noted on Manual:Coding conventions/JavaScript#Documentation
- It would be nice to reduce duplication by transcluding auto-generated docs to mediawiki pages (e.g. Manual:Skin.php vs Skin_8php.html). Allowing regular users to contribute to the docs could be done by having them comment on the talk page, and transcluding the talk page to the main page, for increased visibility (like is done in explainxkcd.com)
- proposal to integrate into mw.org (wikitech-l message)
- bug 46526 - System documentation integrated in source code
- Mentorship programs/Possible projects#System documentation integrated in source code
- Manual:Coding conventions/PHP#Variables -- list of variable prefixes in the PHP code and what they mean
- w:Help:Cheatsheet -- short list of basic wikitext features
- Markup spec#The Markup Language -- more detailed and technical, but structured in a harder-to-read way
- Extension:Parser function extensions#Table of functions -- list of parser functions (e.g.
{{#foo:...}}
or{{foo:...}}
) available in core and in (WMF-enabled? bundled with mediawiki?) extensions- Help:Magic words#Parser functions -- details on parser functions built-in on MediaWiki
- Help:Extension:ParserFunctions -- details on parser functions from Extension:ParserFunctions
- Help:Magic words#Behavior switches -- double-underscore variables, e.g.
__FOO__
- Help:Magic words#Variables -- magic words, e.g.
{{FOO}}
- Manual:Hooks#Hooks grouped by function & Category:Hooks by file -- what the names say
- Extension hook registry -- hooks created by extensions
- docs/hooks.txt -- probably should be synced with the above
- Manual:User rights#Default rights -- default user groups and corresponding rights (excerpt from DefaultSettings.php related to $wgGroupPermissions)
- Manual:User rights#List of permissions -- list of user rights
- Manual:User rights#List of groups -- list of user groups
- Manual:Namespace constants -- mediawiki's default namespaces and corresponding constants
- Extension default namespaces -- namespaces introduced by extensions
- Extension:Scribunto/Lua reference manual -- name says all
- Extension:Scribunto/Victor's API proposal -- proposal for base mediawiki functions in Lua (not sure what's its status: implemented? in progress? abandoned?)
- Learning Lua from JavaScript#Differences -- differences from Javascript
- maintenance/interwiki.sql and maintenance/interwiki.list -- default list of interwiki prefixes
- includes/specials -- list of special pages
- Manual:$wgSpecialPageGroups -- same as above, sorted into groups
- Special:SpecialPages -- same as above, but only complete if you hold all user rights
- meta:Help:Special page -- has some documentation (brief description of what each page does), but with a somewhat loose structure
- Manual:$wgSpecialPageGroups -- same as above, sorted into groups
- Category:New contributors
- List of Wikimedia Data Dumps on Meta: https://meta.wikimedia.org/wiki/Data_dumps
Interactive tools
[edit]- Sandbox pages, mySandbox gadget
- API Sandbox
- eval.php
- uselang=qqx
- Wikimedia technical search
- Debugging toolbar