2015-08-07

Created page with "{{subst:#ifeq:{{subst:FULLPAGENAME}}|Template:Preload demo|Noinclude part, works with preload. Category:Test pages|Includeonly part, works with preload.}} This is origina..."

New page

Includeonly part, works with preload.

This is originally inside includeonly tags; preloading removes the tags.

<inputbox>

type=create

buttonlabel=submit an ANY headline

preload=Template:Preload demo

</inputbox>

The following is in pre tags, the includeonly tags are removed on preload anyway:

<pre>

{{<includeonly>subst:</includeonly>#ifeq:{{<includeonly>subst:</includeonly>FULLPAGENAME}}|Template:Preload demo|Noinclude part, works with preload. [[Category:Test pages]]|Includeonly part, works with preload.}}<noinclude>

This is inside noinclude tags, but preloaded anyway, preloading preserves the noinclude tags.</noinclude>

<includeonly>

This is originally inside includeonly tags; preloading removes the tags.

</includeonly>

<inputbox>

type=create

buttonlabel=Create Report

</inputbox>

</pre>

In the following the noinclude and includeonly tags are inside nowiki tags; like with pre, the includeonly tags are removed on preload anyway:

Includeonly part, works with preload.<nowiki><noinclude></nowiki>

This is inside noinclude tags, but preloaded anyway, preloading preserves the noinclude tags.<nowiki></noinclude><includeonly></nowiki>

This is originally inside includeonly tags; preloading removes the tags.<nowiki></includeonly></nowiki>

Thus, noinclude tags as text can as usual be put inside pre or nowiki tags. However, for includeonly tags as text this does now work. Instead, replace the "<" with "&lt;".

*Here are <includeonly> and </includeonly> as text.

*This produces regular includeonly tags on preload: <includeonly> and </includeonly>.

Show more