diff options
Diffstat (limited to 'world/map/news.d/news.template')
-rw-r--r-- | world/map/news.d/news.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/news.d/news.template b/world/map/news.d/news.template index cc7bfe29..13f4569c 100644 --- a/world/map/news.d/news.template +++ b/world/map/news.d/news.template @@ -1,3 +1,4 @@ +{title:Exciting News!} {date:YYYY-MM-DD} This is a really exciting news entry! @@ -8,4 +9,10 @@ each line at about 50 characters. If you ever need to use actual curly braces, just use {{ and }}. +{ul} +{li}You can also do lists{/li} +{li}But they're kind of annoying{/li} +{/ul} +{li}And don't do as much error checking as they should{/li} + {author:demo} |