RoloLudo/RoloLudo.package/SfOracle.class/instance/asTiddler.st

7 lines
186 B
Smalltalk
Raw Normal View History

accessing
asTiddler
^ Tiddler new
title: self name;
tags: 'Starforged';
2021-07-06 17:20:25 +00:00
text: self introText, String cr, String cr, self optionsWikiTextTable;
created: DateAndTime now asString.