Template:Chatbot/doc
Jump to navigation
Jump to search
The Chatbot template styles a block of text to look like the input or output of an AI chatbot like ChatGPT. It's mainly used to display transcripts from the ChatGPT-based Eamon Returns.
Parameters
Title
The first parameter is a single letter:
I
, which indicates that the text is input from the user.O
, which indicates that the text it output returned by the chatbot.
System
The second parameter is the block of text to be formatted. Text can contain any normal wiki markup including formatting, headings, links, etc.
Examples
The following code...
{{Chatbot|I|Open chest}}
{{Chatbot|O|You carefully open the lid of the chest. It turns into a mimic!}}
...produces the following result:
Open chestYou carefully open the lid of the chest. It turns into a mimic!
Calls to the template may be abbreviated: {{CB|I|Open chest}}