Template:Message: Difference between revisions

From Synthesis Infrastructures
No edit summary
No edit summary
Line 14: Line 14:


<div style={{MessageStyle}}>
<div style={{MessageStyle}}>
<div style="display:flex; flex-direction:row; border-bottom:1px solid black;">
<div style="display:flex; flex-direction:row; align-items:flex-end; border-bottom:1px solid black; gap:10px;">
<img src={{{Avatar|}}} style="width:50px;border-radius:10px"/>
<img src={{{Avatar|}}} style="width:40px;border-radius:10px"/>
<span style="font-weight:bold">
<span style="font-weight:bold;font-size:1.5em;">
{{{Author}}}
{{{Author}}}
</span>
</span>
<span>
<span>
{{{Channel|}}}
#{{{Channel|}}}
</span>
</span>
<span style="font-style:italic;color:#999999">
<span style="font-style:italic;color:#999999">

Revision as of 22:55, 16 October 2022

{{Message
|Author=
|Avatar=
|Date Sent=
|Channel=(Optional)
|Text=
|Link=
}}