Template:ChatDialog: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div style="background-color:azure; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; "> ;{{{User|User}}} {{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} ---- {{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}} </div> <noinclude> ==Purpose== * This template accepts user, prompt, and response text for formatting into an AI chat dialog entry appearnce. ===Usage=== <pre> {{chat |user=John pDeau..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background-color:azure; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; "> | <div style="background-color:azure; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; {{{css| }} "> | ||
;{{{User|User}}} | ;{{{User|User}}} | ||
{{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} | {{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} | ||
| Line 13: | Line 13: | ||
{{chat | {{chat | ||
|user=John pDeaux | |user=John pDeaux | ||
|prompt=The answer if 42 | |||
|response=My God that's amazing, Human! | |response=My God that's amazing, Human! | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 18:38, 24 March 2024
- User
prompt-missing, e.g. prompt=What is the answer for world peace?
"AI response missing, e.g. response="Wow, human! Good question!"
Purpose
- This template accepts user, prompt, and response text for formatting into an AI chat dialog entry appearnce.
Usage
{{chat
|user=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
}}