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

7 lines
186 B
Smalltalk

accessing
asTiddler
^ Tiddler new
title: self name;
tags: 'Starforged';
text: self introText, String cr, String cr, self optionsWikiTextTable;
created: DateAndTime now asString.