diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-21 14:57:18 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-21 14:57:20 -0700 |
commit | 99e410da1483768c8819d64b7e3edd2623b9c8cc (patch) | |
tree | d9c2703f77c08225e073ed2ffa681cdcb0d5ea68 /world/map/news.d/news.template | |
parent | be4eeffa47eec94adbc4910501960e49fcbed7fb (diff) | |
download | serverdata-99e410da1483768c8819d64b7e3edd2623b9c8cc.tar.gz serverdata-99e410da1483768c8819d64b7e3edd2623b9c8cc.tar.bz2 serverdata-99e410da1483768c8819d64b7e3edd2623b9c8cc.tar.xz serverdata-99e410da1483768c8819d64b7e3edd2623b9c8cc.zip |
Add support for news titles
We really need someone to do proper CSS ... or look at the old CSS
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} |