Я использую uploadWizard и у меня есть все, как мне бы хотелось, но мне нужно установить лицензию по умолчанию с загрузчиком.Я установил конфигурацию
$wgUploadWizardConfig = array(
'tutorial' => [
'skip' => true
], // Set skipTutorial to true to always skip tutorial step
'licensing' => array(
'ownWorkDefault' => 'own',
'ownWork' => array(
'type' => 'or',
'template' => 'Template:Gwart_Creative_License', // this adds a link to Template:Licensing to the file info page
'licenses' => array(
'generic',
)
),
),
);
С моей текущей лицензией по умолчанию.
Но при этом будет отображаться только «Это моя работа», а не шаблон Gwart_Creative_License