Feature Pages
Articles from the feature pages are grouped together in the <div type="jFeuilleton">
element. The individual feature articles are enclosed by <div>
-elements of lower level, which get the attribute value pair @type="jArticle".
Category | @type Value |
Hierarchy Level (recommended) |
---|---|---|
feature pages | jFeuilleton |
1 |
feature article | jArticle |
2 | 3 | ... |
<div type="jFeuilleton"> <div type="jArticle">[feature article]</div> <div type="jArticle">[further feature article]</div> </div>
If individual articles are again grouped within the feature pages, several <div type="jFeuilleton">
elements can be nested into each other.
<div type="jFeuilleton"> <!-- category feature pages --> <div type="jFeuilleton"> <!-- first group of feature articles --> <div type="jArticle">[feature article]</div> <div type="jArticle">[further feature article]</div> </div> <div type="jFeuilleton"> <!-- second group of feature articles --> <div type="jArticle">[feature article]</div> <div type="jArticle">[further feature article]</div> </div> </div>