Template:Header

From Noita Wiki
Jump to navigation Jump to search

This template creates a header with an optional image overlaid to the right or left. Used on the front page within fpboxes.

Usage

{{header|header text|[[File:example.png]]|additional classes}}

Examples

Without image
<div class="fpbox">
{{header|header text}}
</div>
header text
With image
<div class="fpbox">
{{header|header text|[[File:Monster Wizard poly.png|150px]]}}
</div>
Monster Wizard poly.png
header text
With image and classes, aligned to the left
<div class="fpbox">
{{header|header text|[[File:Wand Yellow2.png|50px]]|desktopcenter mobileleft|align=left}}
</div>
Wand Yellow2.png
header text