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

7 lines
182 B
Smalltalk
Raw Normal View History

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