User talk:Enier

From Create Your Own Story

Please make sure to include the title of the story as a category on each page you post. If you don't know how to add categories, please review the Tutorial, especially Basic page format. --Dirty Me 08:54, 5 April 2017 (UTC)

Umm, is STRICTLY PRIVATE the actual name of the story? You need to add the name of the story...and you need to add it correctly...

The stories should be in alphabetical order, so if that is the name, shouldn't it be under S, not all the way at the end? Also, you need to add the proper wiki elements, just like every other one includes...

I have fixed the entry, but you really need to make sure you entered your story name, not some random message, since that means your story will be called "STRICTLY PRIVATE"...

User:DirtyMeStoryTime

Umm, first, have you read the Tutorial? Second, it is better to leave messages for someone on their user talk page, which for me is: User talk:DirtyMeStoryTime. It isn't a matter of being good with computers, it is a matter of paying attention to what you are doing. The Rules are posted right on the front page. Writing on here secretly from your family doesn't really matter much for that. You can learn by doing, but it is better to read the rules, the tutorial, and maybe check a few pages from other stories to see how they are written. When you add a new story to an index page, like All Family-Friendly Stories, just see what it looks like when you hit edit. You will note it has things like |-, and that they all fall in together, not outside the }. Again, it is more a matter of paying attention. Other tips, make sure you include a category in every page you write. This is in the Tutorial. Make sure if you make a link, and the link already goes to another page, that you change that link, not the next page. As for why you are writing in secret, well, I have no clue why you would do that. --Dirty Me 07:38, 6 April 2017 (UTC)

Better, now I got the You have a new message thing on my screen. Eh, not sure what to say about your mom. Seems strange. I mean, computers are everywhere, so it makes no sense. Although, I would understand, depending how old you are, why she might want to limit it. But, be careful on this website. It has lots of adult content that you should not be reading if you are under 18. Anyways, good luck with your story, and remember, just pay attention, and no one will bother you on the site. --Dirty Me 07:57, 6 April 2017 (UTC)

Here, let me give you some tips I always use. When I make a story, the first page is always the name of the story, like Prank War. Then, each additional page, I use Prank War/next page, so it looks like [[Prank War/Ashley]], which will take you to Prank War/Ashley. To keep it from having that annoying / in the middle, I then add | and the next page name, like [[Prank War/Ashley|Ashley]], so you see Ashley. Then, I do not need to worry about "did someone create a page named Ashley?", and, it also makes it so I have this "< Prank War" at the top, so I can always click that and go to the first page of the story again if I want. You avoid putting links to other's stories, you get to pick the name you want, and you have all your story pages under the same folder, in my case, Prank War.

Also, you do not need to have a template. That was put there so you know how to make one if you want. It is not required, and is not useful if your story isn't going to use it. If it is, well, you can replace the template, but they are hard to figure out. Let me know if you need help on it. --Dirty Me 08:07, 6 April 2017 (UTC)

In your category page, you had tried to create a template, like this: Status indicators

You only need a template if it fits your story. Many people try to make one, but never really use it. It isn't a required element. So, only use if you need. --Dirty Me 01:37, 10 April 2017 (UTC)

Sorry, I do not understand what you mean when you say combination linking. Please explain what it is you want to have happen, and maybe I can help. --Dirty Me 04:18, 10 April 2017 (UTC)

Basically, the status bars can be made in whatever way you want. Some people just use some text. Others use tables. The tutorial shows tables. To make good status bars out of tables though, you should study how to make HTML tables. www.w3schools.com/html/html_tables.asp. Otherwise, you can do something simple, like:

Status: Normal
Items: Bookbag, Algebra book, two pencils
Location: Bus stop

Here is a sample code of it:

'''Status:''' {{{status}}}
'''Items:''' {{{items}}}
'''Location:''' {{{location}}}

There is a status bar.

Name: Bill Gates
Telephone: 55577854

Here is the code for it:
<table style="width:100%">
  <tr>
    <th>Name:</th>
    <td>{{{name}}}</td>
  </tr>
  <tr>
    <th rowspan="2">Telephone:</th>
    <td>{{{Telephone}}}</td>
  </tr>
</table>

Here is another status bar.

It all depends how you want to make it. Then, there is the issue with how to make a template. That is a different issue though.

If you look at the story Visiting the Zoo, you will see they have a simple status bar with your location. If you look at Status indicators, you will see a different type of status bar. It all depends what you want to include in it.

Like this? (You can select your colors here: www.w3schools.com/colors/colors_picker.asp, then pick the one that shows # and 6 characters, normally ####LL)

Status
Health # Equipment:

Equipment

MP {{{MP}}}
Level #

Use:   <table width="100%">
    <tr>
      <td bgcolor="#0033cc" valign="top" width="100%" colspan="3"> <b>Status</b></td>
    </tr>
    <tr>
      <td bgcolor="#0066cc" valign="top" width="8%"> Health</td>
      <td bgcolor="#0099cc" valign="top" width="8%"> {{{health}}}</td>
      <td bgcolor="#0099cc" valign="top" width="84%" rowspan="3"> Equipment: <p><i>{{{equipment}}}</i></p></td>
    </tr>
    <tr>
      <td bgcolor="#0066cc" valign="top"> MP</td>
      <td bgcolor="#0099cc" valign="top"> {{{mp}}}</td>
    </tr>
    <tr>
      <td bgcolor="#0066cc" valign="top"> Level</td>
      <td bgcolor="#0099cc" valign="top"> {{{level}}}</td>
    </tr>
  </table>

Then, when you do your status in a page, do something like:
{{Status|equipment=''Some Equipment''|health=''Some health(81HP, 2%, etc)''|mp=''Some MP (52, 5%, etc)''|Level=''Some level, like 1, or novice''}}

Change the names if you do not want to use some things (Like you don't want MP, but want location). --Dirty Me 08:12, 12 April 2017 (UTC)

Make, a wiki? Do you mean your own wiki website, or do you mean a different wiki on editthis, or do you just mean a story on this wiki?

If 1, search google for how to set up mediawiki on windows

If 2, click the create a wiki on the side panel.

If 3, well, you already created a story, so not sure what you need... --Dirty Me 08:57, 19 April 2017 (UTC)

Personal tools