diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-23 10:37:58 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-23 10:37:58 -0700 |
commit | 6c47e6bc953670336d6d5e08d8dd7045924605c6 (patch) | |
tree | 6da824dd98b2b33156e9d2d4fc13621d28e7c61e /world | |
parent | 01bac6452032fbd36adcefacae416478921723a0 (diff) | |
download | serverdata-6c47e6bc953670336d6d5e08d8dd7045924605c6.tar.gz serverdata-6c47e6bc953670336d6d5e08d8dd7045924605c6.tar.bz2 serverdata-6c47e6bc953670336d6d5e08d8dd7045924605c6.tar.xz serverdata-6c47e6bc953670336d6d5e08d8dd7045924605c6.zip |
Use examples of colors in the news template
Diffstat (limited to 'world')
-rw-r--r-- | world/map/news.d/news.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/news.d/news.template b/world/map/news.d/news.template index 13f4569c..dcd10d69 100644 --- a/world/map/news.d/news.template +++ b/world/map/news.d/news.template @@ -9,6 +9,11 @@ each line at about 50 characters. If you ever need to use actual curly braces, just use {{ and }}. +This is our homepage: {link:http://themanaworld.org} + +{red}You can do colors {green}and they nest{/green} +and restore properly, even across multiple lines{/red} + {ul} {li}You can also do lists{/li} {li}But they're kind of annoying{/li} |