User talk:Storylover141
From Create Your Own Story
m |
(→Try this headline out:: new section) |
||
Line 45: | Line 45: | ||
--[[User:Platypus|Platypus]] 18:58, 26 September 2011 (UTC) | --[[User:Platypus|Platypus]] 18:58, 26 September 2011 (UTC) | ||
+ | |||
+ | == Try this headline out: == | ||
+ | |||
+ | {| width="100%" | ||
+ | | bgcolor="#KC9OC" valign="top" width="100%" colspan="3"| '''Status''' | ||
+ | |- | ||
+ | | bgcolor="#OOFOO" valign="top" width="8%"| HP | ||
+ | | bgcolor="#FATTY" valign="top" width="8%"| {{{Health Points}}} | ||
+ | | bgcolor="#99GYY" valign="top" width="84%" rowspan="4"| Equipment Obtained: | ||
+ | |||
+ | {{{Equipment}}} | ||
+ | |- | ||
+ | | bgcolor="#OOFOO" valign="top"| Level | ||
+ | | bgcolor="#FATTY" valign="top"| {{{Level}}} | ||
+ | |- | ||
+ | | bgcolor="#OOFOO" valign="top"| SP | ||
+ | | bgcolor="#FATTY" valign="top"| {{{Sexual Points}}} | ||
+ | |- | ||
+ | | bgcolor="#OOFOO" valign="top"| Score | ||
+ | | bgcolor="#FATTY" valign="top"| {{{Points}}} | ||
+ | |} |
Revision as of 23:34, 26 September 2011
Adding something into Equipment is easy enough.
{{Status|Equipment=''a piece of paper''|Health=100|MP=100|Level=5}}
will produce:
Status | ||
Health | 100 | Equipment:
a piece of paper |
MP | 100 | |
Level | 5 |
Get it? Anything after the equals sign will go into the field with that name. --Platypus 02:22, 19 September 2011 (UTC)
Creating your own status indicator is a bit tricky. You might want to take a look at how other status indicators are coded by going to http://editthis.info/choose_your_own_adventure/Category:Templates. Click on any of the templates and use the 'edit' button to see how they were constructed.
The generic status bar shown above is codded like this:
{| width="100%"
| bgcolor="#LLCLL" valign="top" width="100%" colspan="3"| '''Status'''
|-
| bgcolor="#OOFOO" valign="top" width="8%"| Health
| bgcolor="#DDFDD" valign="top" width="8%"| {{{Health}}}
| bgcolor="#GGFGG" valign="top" width="84%" rowspan="3"| Equipment:
{{{Equipment}}}
|-
| bgcolor="#OOFOO" valign="top"| MP
| bgcolor="#DDFDD" valign="top"| {{{MP}}}
|- | bgcolor="#OOFOO" valign="top"| Level
| bgcolor="#DDFDD" valign="top"| {{{Level}}}
|}
By changing the field names, you can change what goes where in the status bar.
--Platypus 18:58, 26 September 2011 (UTC)
Try this headline out:
Status | ||
HP | {{{Health Points}}} | Equipment Obtained:
{{{Equipment}}} |
Level | {{{Level}}} | |
SP | {{{Sexual Points}}} | |
Score | {{{Points}}} |