Notice something wrong, missing, or inadequate? Feel free to edit pages yourself and make use of discussion pages.
Wiki content is created, maintained, and administrated by players. Learn how you can help!

Template:Preload demo

From SoDWiki
Jump to navigationJump to search

Noinclude part, works with preload.

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


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:Test templates]]|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>.