!! functionhooks lsth !!endfunctionhooks # This is the standard article assumed to exist. !! article LsthSections !! text this is the intro ==1== sec 1 ==2== sec 2 ===3=== sec 3 ==a== sec a ==b== this is ==not== a section !! endarticle !!test transclude a heading !!input {{#lsth:LsthSections|1}} !!result

sec 1

!!end !!test transclude a heading (case insensitive) !!input {{#lsth:LsthSections|A}} !!result

sec a

!!end !!test transclude the intro !!input {{#lsth:LsthSections}} !!result

this is the intro

!!end !!test transclude a heading !!input {{#lsth:LsthSections|b}} !!result

this is ==not== a section

!!end !!test transclude a heading !!input {{#lsth:LsthSections|not}} !!result !!end !!test transclude offset section -w- subs. !!input {{#lsth:LsthSections|2}} !!result

sec 2

3[edit]

sec 3

!!end !!test transclude nonesistent section !!input {{#lsth:LsthSections|9999}} !!result !!end !! article LsthNoInclude !! text This sentence is outside noinclude tags. This sentence is within noinclude tags. This sentence is within noinclude tags. This sentence is withinbroken noinclude tags. !! endarticle !!test don't transclude content within noinclude tags !!input {{#lsth:LsthNoInclude}} !!result

This sentence is outside noinclude tags.


broken noinclude tags.

!!end