accessing asWikiText | stream | stream := '' writeStream. stream nextPutAll: ''; nextPutAll: self chance first asString, '-', self chance last asString; nextPutAll: ' | ', self brief; nextPutAll: ''; cr; nextPutAll: String cr; nextPutAll: self details; nextPutAll: String cr; nextPutAll: self subtableAsWikiText. stream nextPutAll: String cr; nextPutAll: '<$details summary="Quest Starter">'; cr; nextPutAll: '//', self questStarter, '//'; cr; nextPutAll: ''. ^ stream contents