Created page with "<div style="height:0; width:{{{w|90%}}}; border-top: {{{h|2px}}} {{{s|solid}}} {{{c|#121212}}};margin:1em auto"></div><noinclude> ==Usage== <pre> {{line}} </pre> Result: {{line}} Optional variables: * h for height (default is 2px) * w for width (default is 90%) * c for color * s for style (default is solid, see [https://www.w3schools.com/css/css_border.asp CSS border styles]) <pre> {{line|h=10px|w=50%|c=blue|s=dotted}} </pre> Result: {{line|h=10px|w=50%|c=blue|s=dotte..." |
No edit summary |
||
| Line 14: | Line 14: | ||
<pre> | <pre> | ||
{{line|h=10px|w=50%|c= | {{line|h=10px|w=50%|c=green|s=dotted}} | ||
</pre> | </pre> | ||
Result: | Result: | ||
{{line|h=10px|w=50%|c= | {{line|h=10px|w=50%|c=green|s=dotted}} | ||
[[Category:Design Templates]] | [[Category:Design Templates]] | ||
Latest revision as of 03:52, 26 January 2026
Usage[edit]
{{line}}
Result:
Optional variables:
- h for height (default is 2px)
- w for width (default is 90%)
- c for color
- s for style (default is solid, see CSS border styles)
{{line|h=10px|w=50%|c=green|s=dotted}}
Result:
