Difference between revisions of "Template:Event preview infobox"

no edit summary
Line 8: Line 8:
     text-align: center;
     text-align: center;
     width: 250px;
     width: 250px;
     {{#if:{{{floats}}}|float: right;}}
     {{#ifeq:{{{floats|false}}}|true|float: right;}}
     overflow: visible;
     overflow: visible;
     position: relative;
     position: relative;
Line 85: Line 85:
; jp name : Japanese name of event (optional if en name is provided; required if not).
; jp name : Japanese name of event (optional if en name is provided; required if not).
; banners : Number of banners to show; defaults to 1. Provide 0 to show all.
; banners : Number of banners to show; defaults to 1. Provide 0 to show all.
; floats : Determines if it should float to the right; any non-null value will enable it.
; floats : Determines if it should float to the right; only "true" enables it.


=== Examples ===
=== Examples ===