in reply to Re: Easteregg: Activate links to Nodelet documentation
in thread Easteregg: Activate links to Nodelet documentation (update: patch)

The problem is in the code here Nodelet Container combined with inconsistent naming convention.

All docs have the form "About the $NODE_NAME Nodelet" but the code doesn't append " Nodelet".

24:   my $about = qq(<a href="?node=About the $title" class="nodelethead-annot"><sup>?</sup></a>);

But if the Nodelet's name contains a " Nodelet" at the end it works again ...

so

LOL to cite harangzsolt33!!!

@gods: That's not easy to patch ...

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Easteregg: Activate links to Nodelet documentation (patch + updates:2)
by LanX (Saint) on Jan 06, 2025 at 17:41 UTC
      Provided a patch for the "quick&dirty" solution...

      Thank you! Applied.

        Thanks, AFAICS does it work for those nodelets with a help-page.

        You still need to activate the CSS Patch to make it effective for all users.

        See my updates in the test-suite, might help finding missing help pages or inconsistencies.

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        see Wikisyntax for the Monastery