https://bugzilla.wikimedia.org/show_bug.cgi?id=41787

       Web browser: ---
             Bug #: 41787
           Summary: Allow wikilinks in boilerplate page
           Product: MediaWiki extensions
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: MultiBoilerplate
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


in the code :
                if( !isset( $row1[ 1 ] ) ) return true; // Invalid syntax,
abort.
+                $row1[1]=ereg_replace('^\[\[','',$row1[1]);
+                $row1[1]=ereg_replace('\]\]$','',$row1[1]);
                $selected = false;

this allows to use wikilinks to the pages used, to be able to access them
directly (and edit them) from the multiboilerplate page

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to