Content Banner Test: Difference between revisions

From Pipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This is a page to mess around with the custom ReviveZone extension.
This is a page to demonstarte our custom ReviveZone extension. The Revive zone "content_banner_test" is invoked below.


<revive zone="4" />
<revive zone="4" />


Some more text. And more.
In general, you can invoke any number of zones in content using this form:
 
: <nowiki><revive zone="ZONE_ID_HERE" /></nowiki>
 
The zone ID can be found by looking at the invocation code for the zone, in Revive. How you use the zones is very flexible. You could use one zone in several places, for instance, or create separate zones to control which campaigns are exactly where.

Revision as of 18:13, 26 June 2019

This is a page to demonstarte our custom ReviveZone extension. The Revive zone "content_banner_test" is invoked below.

In general, you can invoke any number of zones in content using this form:

<revive zone="ZONE_ID_HERE" />

The zone ID can be found by looking at the invocation code for the zone, in Revive. How you use the zones is very flexible. You could use one zone in several places, for instance, or create separate zones to control which campaigns are exactly where.