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; align-items:flex-end; border-bottom:1px solid black; gap:10px;"><img src={{{Avatar|}}} style="width:40px;border-radius:10px"/><span style="font-weight:bold;font-size:1.5em;">{{{Author}}}</span>
<div style="display:flex; flex-direction:row; align-items:flex-end; border-bottom:1px solid black; gap:10px;"><img src={{{Avatar|}}} style="width:40px;border-radius:10px"/><span style="font-weight:bold;font-size:1.5em;">{{{Author}}}</span><span><nowiki>#</nowiki{{{Channel|}}}</span><span style="font-style:italic;color:#999999">[{{{Link}}} {{{Date Sent}}}]</span></div>
<span>
<nowiki>#</nowiki>{{{Channel|}}}
</span>
<span style="font-style:italic;color:#999999">
[{{{Link}}} {{{Date Sent}}}]
</span>
</div>
<div>
<div>
{{{Text}}}
{{{Text}}}

Revision as of 23:01, 16 October 2022

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