User:THE OWL/Sandbox/Templates/User page/island: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "<div style="display:flex; flex-direction:{{{flex-dir|column}}}; gap:{{{gap|.4em}}}; border:1px solid rgb({{{border-color|255 255 255}}} / 10%); bg-color:rgb({{{background-colo...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display:flex; flex-direction:{{{flex-dir|column}}}; gap:{{{gap|.4em}}}; border:1px solid rgb({{{border-color|255 255 255}}} / 10%); bg-color:rgb({{{background-color|41 41 41}} / 99%); border-radius:4px; padding:{{{padding|.5em .7em .7em .7em}}}">{{{1|}}}</div>
== Example ==
{{{{FULLPAGENAME}}|padding = .5em .7em|Hello, World!}}
<includeonly>
 
<onlyinclude><div style="display:flex; flex-direction:column; gap:.4em; border:1px solid rgb(255 255 255 / 10%); background-color:rgb({{{bgcolor|
41 41 41}}} / 99%); border-radius:4px; padding:{{{padding|.5em .7em .7em .7em}}}">{{{1|}}}</div></onlyinclude>
 
</includeonly>

Latest revision as of 09:55, 27 August 2025

Example

Hello, World!