User talk:Belgrave

From Fallen Sword Wiki
Revision as of 15:38, 21 August 2008 by DavidAHare (Talk | contribs)

Jump to: navigation, search

-Stares in awe-
                 CHiNback - [ Talk - Message - PM ]

I got bored... I'm really just waiting for Extension:Parserfunctions before I do many more content edits and I didn't want to take much time to do maps today.
 Belgrave, Moderator / Sysop  Talk  Message PM 



Help in building a wiki profile

I think I have found out how this thing works. I would like to do something like what you have done on your Wiki profile. I am not wanting to copy yours exactly but do the same thing so mine does not get any longer where you have to scroll to get to the section you want. I also copied the guild structure code and placed it on my profile but I wanted to add some more to it so it would be easier for the other guild members to know what it would take to upgrade it, the upkeep and to build the structure. I have some knowledge of html coding and have found out that there are some differences in the coding for the wiki. Also how can I get or make a signature that I can put at the end of my postings. DavidAHare

There are instructions how to make your own signature at Category:User Signatures. Also, you use ~~~~ to sign your comments and it will generate a basic signature (with timestamp) if you don't have a special one set up.
I'm glad you have some basic html knowledge since that will make it much easier for you. Wiki markup is essentially the same as html but replaces some of the tags with abbreviated versions. I have links to many basic wiki help pages partway down on my user page and recommend you get to know at least some of the basic formatting.
Concerning your page, I'm guessing you want to have tabs at the top the way I do. I do this by having a subpage called User:Belgrave/Tabs with the tabs and then putting {{User:Belgrave/Tabs}} (format to include it just like a template) at the top of every page I want the tabs on. Every tab then links to my user page or one of my user subpages. Each of those pages has the basic table that contains everything and inside it I include other subpages the same way I'm including the tabs. This makes it easy to setup the pages and keeps the code easily editable. Keep in mind, one of the easiest ways to put together a page is to copy someone else's and then edit it to fit your needs.
 Belgrave, Moderator / Sysop  Talk  Message PM 

Continuation of my previous subject.

Item 1: I have copied the code for your profile and some of it I want to use but I need to know how you prefwer I give you credit.
Item 2: The section on vandelism I would like to use but I do not think I can get some one banned or have their profile deleted so could you give me some Ideas of what to put in that section.
Item 3: There are parts in your profile that do not have your name in the title and I was wondering if I need to copy the code and then paste the code into my profile or is it on the wiki already.
Item 4: The Quest Book I have looked at the code that another player has on their profile and it is smaller but it still lists all the Quest as far as I can tell. I then looked at your code and it lists all of the Quests as far as I can tell and your code is laonger with the Quest list.
Item 5: Is there a way to be notified when someone adds to the profile and or the discussions. I will work on the coding for awhile but this is what I have for now.

DavidAHare 01:13, 21 August 2008 (BST)

1. Honestly, no credit is needed, but it is appreciated. If you want, a small note at the bottom saying something like "Elements of this page were influenced by Belgrave" is fine.
2. You're welcome to change any of the wording in anything from my user pages that you copy. The section on vandalism I have on User:Belgrave/Notices is more against general vandalism of the wiki, not just against editing my personal pages. Keep in mind, others may edit out anything they think is inappropriate or may fix errors and that is not necessarily vandalism.
3. The parts in the profile that don't have the User:Belgrave/ in front of them are probably regular templates that I made for general use on none user pages also. Examples of these would be Template:Inventory or Template:EnhancementBar. Most of those will have instructions how to use them on their specific pages.
4. Template:QuestBook is a template which can be updated on the template side to always show the most recently added quests without breaking any of the coding on the pages that use the template. The way it works is that the only parameters you have to include are the ones for the quests you want to show as being complete or incomplete. Everything else will default to the empty box. As with the other templates, I have instructions on the template page.
5. If someone adds to User:DavidAHare or User talk:DavidAHare, you will be notified by a "you have new messages" message at the top of the wiki. You can add other pages to that list by adding them to your watch list. One of the tabs at the top of ever page will let you add a page to your watch list, and if you want to add any page you edit, there is a check box right above the 'save page' which will allow you to add it as you save it.
I hope that about answers your questions. I look forward to seeing what you can cook up, and if you need any fixing/fine tuning of the code, you know where to ask!
 Belgrave, Moderator / Sysop  Talk  Message PM 

Putting coomments in the coding with Wiki code

I was wondering how you would code comments in the coding to make the coding more organized. I am going to try and use the regular comment coding to see if it will work.