Template:ChatInterface: Difference between revisions
(Created page with "<span class="chat-interface">{{{message|{{{1}}}}}}</span>") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
==Example Usage== | |||
<pre> | |||
{{ChatInterface|The quick brown fox jumps over the lazy dog.}} | |||
</pre> | |||
==Example Result== | |||
{{ChatInterface|The quick brown fox jumps over the lazy dog.}} | |||
</noinclude> | |||
<includeonly> | |||
<span class="chat-interface">{{{message|{{{1}}}}}}</span> | <span class="chat-interface">{{{message|{{{1}}}}}}</span> | ||
</includeonly> |
Revision as of 03:40, 2 April 2023
Example Usage
{{ChatInterface|The quick brown fox jumps over the lazy dog.}}
Example Result
The quick brown fox jumps over the lazy dog.