Template:Section link is broken (Script error: No such module "Section link".).
Module:Section link exists and is unchanged since 28. April. The template is heavily used in Help:Tool Labs.
Other modules seem to work fine.
Template:Section link is broken (Script error: No such module "Section link".).
Module:Section link exists and is unchanged since 28. April. The template is heavily used in Help:Tool Labs.
Other modules seem to work fine.
Fixed by running this in mwscript eval.php labswiki on silver:
$user = User::newFromName( 'Alex Monk' ); $summary = "[[phabricator:T107726|scribunto content model]]"; $page = WikiPage::factory( Title::newFromText( 'Module:Section_link' ) ); $sc = new ScribuntoContent( $page->getContent()->getNativeData() ); $page->doEditContent( $sc, $summary, 0, false, $user, $sc->getDefaultFormat() );
Due to T91170: Importing a module sabotages it (got content model set to "wikitext" rather than "Scribunto"), I forgot my script didn't run on silver, sorry.
(I had to null-edit Help:Tool Labs to get rid of "Script error: No such module 'Section link'".)