Template:Fancy Line
From sureai
Revision as of 13:47, 18 May 2017 by Davipb (Talk | contribs) (Created page with "<div style="display: flex; width: {{{width|500}}}px; height: {{{height|50}}}px; justify-content: space-between; "> <div style = "order: 0; height: 100%; ">File:EN-Ornament-{...")



Usage
Parameters
All parameters are optional
- width: The width, in pixels, of the line. Can't be smaller than
height * 4.8
. Defaults to500
. - height: The height, in pixels, of the line. Can't be bigger than
50
. Defaults to50
. - type: The type of the line. Can be left, right, or double. Defaults to
double
.
Examples
{{Fancy Line|width=600|height=25|type=left}}



{{Fancy Line|height=10|type=right}}



{{Fancy Line}}


