Difference between revisions of "Test onlyinclude"
From FollowTheScore
| Line 1: | Line 1: | ||
| + | {{Type Test | ||
| + | |parameter = onlyinclude | ||
| + | }} | ||
This page transcludes part of another page that uses [http://meta.wikimedia.org/wiki/Help:Template#Noinclude.2C_includeonly.2C_and_onlyinclude onlyinclude] blocks. | This page transcludes part of another page that uses [http://meta.wikimedia.org/wiki/Help:Template#Noinclude.2C_includeonly.2C_and_onlyinclude onlyinclude] blocks. | ||
Latest revision as of 11:31, 28 January 2008
| Test | onlyinclude |
This page transcludes part of another page that uses onlyinclude blocks.
Here's how normal transclusion looks:
This text is the onlyinclude section
You need to use DPL2 as a parser function, not as a parser extension, to take advantage of this:
Parser extension:
<DPL> category=Test onlyinclude includepage=* </DPL>
- Test onlyinclude - included page
Leading text This text is the onlyinclude sectionHeading 2
- Section 2
- And more stuff
Parser function:
{ {#dpl:
|category=Test onlyinclude
|includepage=*
}}
This text is the onlyinclude section