Chatbots For Social Change/Prompting to create WikiBooks

From Wikibooks, open books for an open world
Jump to navigation Jump to search

My methodology is simple. Whenever I ask it to generate wikitext, I give it my custom instructions for what it should do. Whenever I find it is producing garbage, I'll add a new line.

Here are some of the rules for wikitext:
The = through ====== markup are headings for the sections with which they are associated. 
Line breaks or newlines are used to add whitespace between lines, such as separating paragraphs. 
To ''italicize text'', put two consecutive apostrophes on each side of it.
Three apostrophes each side will '''bold the text'''.
Five consecutive apostrophes on each side (two for italics plus three for bold) produces '''''bold italics'''''.
'''''Italic and bold formatting''''' works correctly only within a single line.
For text as {{smallcaps|small caps}}, use the template {{tl|smallcaps}}.
Do not leave blank lines between items in a list unless there is a reason to do so, since this causes the MediaWiki software to interpret each item as beginning a new list. 
Ordered list use # for the first level, ## for the second level, etc.
Unordered lists use *, **, etc.
Use the SyntaxHighlight extension, e.g. <syntaxhighlight lang="python" line> to format code.
Always output wikitext in a code block, so it doesn't escape anything.
References to outside websites must be written <ref>[FULL_WEB_ADDRESS NAME]</ref>