Template:Preload demo

From Joomla! Documentation

Jump to: navigation, search

Noinclude part, works with preload.

This is inside noinclude tags, but preloaded anyway, preloading preserves the noinclude 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:

{{<includeonly>subst:</includeonly>#ifeq:{{<includeonly>subst:</includeonly>FULLPAGENAME}}|Template:Preload demo|Noinclude part, works with preload. [[Category:Demo template]]|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=submit an ANY headline
</inputbox>

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

Noinclude 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>

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>.
Personal tools