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

           Summary: noinclude not working while includeonly does with pages
                    to be preloaded
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: diegode...@gmx.net


Hello,
I thought that both the <noinclude>s and the <includeonly>s are funcionality
that complement each other, but I found one case where includeonly DOES work
but noinclude DOES NOT. The problem occurs when I call a page with both
noincludes and includeonlys via a preload (in Spanish precarga) from another
page, e.g.:
http://es.wikipedia.org/w/wiki.phtml?title=Wikipedia:Tabl%C3%B3n_de_anuncios_de_los_bibliotecarios/Portal/Plantillas/Reversor/Actual&action=edit&section=new&preload=Wikipedia:Tabl%C3%B3n_de_anuncios_de_los_bibliotecarios/Portal/Plantillas/Reversor/precarga

If the code of that proload page looks like:
<includeonly>{{</includeonly>subst:Solicitud reversor|User name|2=Reason}}
<noinclude>[[Category:Whatever]]</noinclude>

the result will be:
{{subst:Solicitud reversor|User name|2=Reason}}
<noinclude>[[Category:Whatever]]</noinclude>

instead of:
{{subst:Solicitud reversor|User name|2=Reason}}

Somehow the code within the includeonlys is considered but the code between the
noicludes is not left out.

Regards, SUL:Poco a poco


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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to