Elephant's wiki accepts different notations to create headers. The easy one, perfect for text based pages, uses ---+, and the header level is controlled by the number of plus signs. For example:
---++Header level 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit...
Margins are automatically set, and ensure a consistent flow of text.
Wmacros allow headers in complicated scenarios, like extensive use of size, icons, images, sub headers, and other variations. Margins work the same way as in easy headers, you can use them indistinctively.
@w{header(class=large)}Large header@w{/header}
@w{header(class=large,icon=cog)}Icon header@w{/header}
@w{header(class=huge,icon=cog)}Huge icon header@w{/header}
@w{header(class=large)}
Header and sub header
@w{subheader}This is a sub header@w{/subheader}
@w{/header}
@w{header(class=red center aligned large)}
%icon-orange huge cog%
Centered header
@w{subheader}with a centered sub header@w{/subheader}
@w{/header}
In the examples, we made use of sizes and colors. Tutorials include a description and examples of both.