User talk:Belgrave

From Fallen Sword Wiki
Revision as of 02:10, 15 September 2008 by DavidAHare (Talk | contribs)

Jump to: navigation, search
Have problems or need to report someone in the game? If so, submit a ticket.

I deal with mostly wiki and occasional forum issues.



-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 with User Page

Question Here If I have missed this on the termplate page sorry. Is there a template or a way to just input a person's profile name and be sent to his or hers profile?
   DavidAHare,Talk Message PM 20:15, 11 September 2008 (BST)

I'm not entirely sure what you're talking about, but if you want to link to someone's user page, then use [[User:Belgrave|Belgrave]] which gives Belgrave. If you're linking to their game profile page, then use [http://www.fallensword.com/index.php?cmd=profile&player_id=699681 Belgrave] which gives Belgrave. If you need more help, visit the help page for links I put on my user page.
 Belgrave, Moderator / Sysop  Talk  Message PM 


I was looking at just enterring their profile name and it would go to their profile. I am trying to build a template which would show the Item Type, Item Name, Hellforge Lvl, Craft Lvl and Borrowed By. I wanted to be able to input just their profile name under the Borrowed By heading and when some one clicked on the name it would go to their profile. I will just have to think of a way to do it.
   DavidAHare,Talk Message PM 20:50, 11 September 2008 (BST)

Unless I am mistaken, you are trying to make a template that takes a player's name and links back to their in-game profile page. That is not possible since the in-game profile page goes by player ID number instead of the player name. If you wanted to do that, you'd need to make a template that requires both the player ID and the player name, perhaps something like
[http://www.fallensword.com/index.php?cmd=profile&player_id={{{id}}} {{{name}}}]
 Belgrave, Moderator / Sysop  Talk  Message PM 


I figured as much but I was not sure. I will figure a way to do what I want it to do. I like what you have though, but I would have to have 19 templates for the 19 members of the guild. I am sort of looking at something that you would have all the information already in the template because the higher the membership goes up the number of templates will also go up. Plus I am also looking at if a member leaves or gets kicked then you would have to delete that template or am I seeing something that is not there.
   DavidAHare,Talk Message PM 23:47, 11 September 2008 (BST)

The idea above would only require one template using the exact code I posted above. To use it, you'd put {{TemplateName|id=699681|name=Belgrave}} or whatever the ID and name of that specific player are. IF we had Extension:ParserFunctions already, it would be possible to make a template that would be able to choose an ID from a list based on the name passed to the template.
 Belgrave, Moderator / Sysop  Talk  Message PM 


I see. I just need to sit back and stop for awhile on my little project. I need to use your rules that you have in your Wiki tips.    DavidAHare,Talk Message PM 00:02, 12 September 2008 (BST)

Sit back... find something else to do... contribute to other areas of the wiki. There are many pages that need updated. Immerse yourself in the code, see how it works, and try becoming an expert. The Helping Out page can offer you a place to get started. Also, use my help links. I'd be embarrassed if I counted how many times I still need to look things up!
 Belgrave, Moderator / Sysop  Talk  Message PM 
Why when I try to use this code [[Gloves]] or any of the other Items it will not go to the page that {{Gloves}} goes to. I know that {{Gloves}} is a template, because it says that at the bottom of the page. I was trying to make an outline and it messes it up because the information on the next line has 2 ** in front of it. I am going to try something like this
[http://www.fallensword.com/index.php?cmd=profile&player_id={{{id}}} {{{name}}}]
where I put the address to the page and then the name of the page and maybe it will correct it. Here is an example of what is happening.
    • Gloves of Airilos The code above this line {{Gloves}} gives an extra square in front of the name of the gloves.


   DavidAHare,Talk Message PM 02:31, 13 September 2008 (BST)

Templates automatically insert a newline at the end and that is why you are getting that. If you want to just make a link to a category, use [[:Category:Gloves|Gloves]].
 Belgrave, Moderator / Sysop  Talk  Message PM 


Thank You for the above information. Question concerning StatBox Template Is there a way to change the bacgrouind color of the stats area from black to white or a lighter color and also is there a way to include the Enhancements in there as well. I am having trouble reading the information in that area. I know there was information about adding different styles of how the information was displayed and such, but I do not remember if the 2 items I am wondering about were address.
   DavidAHare,Talk Message PM 17:33, 13 September 2008 (BST)

Template:Statbox is an advanced template and I don't recommend you use it if you don't know what you're doing. If you do want to use it, you can always look at the code to see where the parameters are applied. Right now there is no way to add in the enhancements or take out the unused stats. I'll probably be remaking that template when/if we get Extension:ParserFunctions.
 Belgrave, Moderator / Sysop  Talk  Message PM 


Question concerning adding the editting funtion to a page/section I understand how to make a page editable by having the + next to the page name. But I tried to put this &action=edit edit or | action=edit and neither of them worked. I have seen different sections in the new Item templates you have built. Below is some of the code from the page which I did not use the <nowiki></nowiki> to show what I wanted to do.

Best Player

3_4.gif Best Player Crystal Be the No. 1 player for at least 180 days (in total).
Progress to next Medal:
00%
3_3.gif Best Player Gold Be the No. 1 player for at least 90 days (in total).
Progress to next Medal:
00%
3_2.gif Best Player Silver Be the No. 1 player for at least 30 days (in total).
Progress to next Medal:
00%
3_1.gif Best Player Bronze Be the No. 1 player for at least 7 days (in total).
Progress to next Medal:
00%

Top 100

2_4.gif Top 100 Crystal Be in the top 100 players for at least 180 days (in total).
Progress to next Medal:
00%
2_3.gif Top 100 Gold Be in the top 100 players for at least 90 days (in total).
Progress to next Medal:
00%
2_2.gif Top 100 Silver Be in the top 100 players for at least 30 days (in total).
Progress to next Medal:
00%
2_1.gif Top 100 Bronze Be in the top 100 players for at least 7 days (in total).
Progress to next Medal:
00%


If this is not possible with the way I have writen the code then that is alright to. I just thought I would try to make it easier to edit. I also may try to make this a template.
   DavidAHare,Talk Message PM 19:30, 14 September 2008 (BST)

If you're not putting each one into a separate page, the only way to do that would be to make the headers into wiki section headers such as ==== Top 100 ====. I'm not sure how well it would work, and it might not look too good either.
 Belgrave, Moderator / Sysop  Talk  Message PM 

I inputed ==== Best Player ==== and <!--Best Player--> in to the code to input one thing and deleted one thing and it looks fine except for the line that gets put under Best Player. I am going to assume that you have to save the page with each topic section like this /* Best Player */ in the Summary field. I have found that my last sentence not to be correct but I have found that here in the talk page it shows the edit but on the my page in my profile I do not get the edit function.
   DavidAHare,Talk Message PM 20:39, 14 September 2008 (BST)

Question???

How did you become a wiki sysop?

HCS asked if I would take the position and I agreed.
 Belgrave, Moderator / Sysop  Talk  Message PM 


On Splitting Up Pages

How do you hide specific parts of a page? Sinho6 20:08, 7 September 2008 (BST)

You make a table with the following code and put everything you want to hide inside it.
{| class="collapsible collapsed"
! table header (this part needs to exist for it to work)
|-
| table content
|}
 Belgrave, Moderator / Sysop  Talk  Message PM 

Adding Separate Pages to a Wiki Page

Okay, I added a new page called The Hunted Cow Tippers/Gear 1-100, how do I incorporate it into the main page? (The Hunted Cow Tippers) Sinho6 20:46, 7 September 2008 (BST)

Put {{The Hunted Cow Tippers/Gear 1-100}} where you want it on The Hunted Cow Tippers page.
 Belgrave, Moderator / Sysop  Talk  Message PM 

Okay, I tried that, but all it does is write "Template:The Hunted Cow Tippers/Gear 1-100" with a link to a page that doesn't exist. Could you help me out? It's under the Gear section of this page. Sinho6 20:59, 7 September 2008 (BST)

My bad... apparently you need a colon (:) at the front since it's in the Main namespace so it would be {{:The Hunted Cow Tippers/Gear 1-100}}.
 Belgrave, Moderator / Sysop  Talk  Message PM 


Linking

Is it possible to have any link that goes to my profile to end up here?
                 CHiNback - [ Talk - Message - PM ]

Only if your profile redirects to that... Alternatively, you can go through the entire wiki and edit every page that links to your profile so it links to that instead.
 Belgrave, Moderator / Sysop  Talk  Message PM