Schema:Test
Appearance
PHP logging
EventLogging::logEvent( 'Test', 96042, $event );
extension.json setup for JavaScript logging
{
"attributes": {
"EventLogging": {
"Schemas": {
"Test": 96042
}
}
}
}
JavaScript logging
mw.track( 'event.Test', { /* ... */ } );
| description | "Sandbox for schema experiments" | |
|---|---|---|
| properties |
|