Page MenuHomePhabricator
Paste P5654

(An Untitled Masterwork)
ActivePublic

Authored by Tgr on Jun 30 2017, 12:00 AM.
Tags
None
Referenced Files
F8575314:
Jun 30 2017, 12:00 AM
Subscribers
None
// paste into `mwscript shell.php`
$sessionId = 'REPLACE ME';
\MediaWiki\Session\SessionManager::singleton()->getSessionById( $sessionId )->set( 'wsCollection', [
'enabled' => true,
'title' => 'My book',
'subtitle' => 'A cool book',
'settings' => [
'papersize' => 'a4',
'toc' => 'auto',
'columns' => '2',
],
'items' => [
[
'type' => 'chapter',
'title' => 'Cities',
],
[
'type' => 'article',
'content_type' => 'text/x-wiki',
'title' => 'Berlin',
'revision' => '15',
'latest' => '15',
'timestamp' => '1498232371',
'url' => 'http://dev.wiki.local.wmftest.net:10241/wiki/Berlin',
'currentVersion' => 1,
],
[
'type' => 'chapter',
'title' => 'Politicians',
],
[
'type' => 'article',
'content_type' => 'text/x-wiki',
'title' => 'Barack Obama',
'revision' => '19',
'latest' => '19',
'timestamp' => '1498232469',
'url' => 'http://dev.wiki.local.wmftest.net:10241/wiki/Barack_Obama',
'currentVersion' => 1,
],
[
'type' => 'article',
'content_type' => 'text/x-wiki',
'title' => 'Donald Trump',
'revision' => '17',
'latest' => '17',
'timestamp' => '1498232409',
'url' => 'http://dev.wiki.local.wmftest.net:10241/wiki/Donald_Trump',
'currentVersion' => 1,
],
],
'timestamp' => '20170628085805',
] );