Template:Page Header: Difference between revisions

From KB42
No edit summary
No edit summary
Line 62: Line 62:
       /* Align top edge of label to top edge of image */
       /* Align top edge of label to top edge of image */
       top: anchor(top);  
       top: anchor(top);  
     /* Align left edge of label to left edge of image */
     /* Align right edge of label to left edge of image */
     left: anchor(left);  
     right: anchor(right);  
   }
   }
   
   

Revision as of 19:54, 10 May 2026

Usage

{{Header
|header_img  = YourBanner.png
|title       = My Wiki Title
|title2      = Optional subtitle line
}}