Difference between revisions of "User talk:Belgrave"

From Fallen Sword Wiki
Jump to: navigation, search
(Maps)
Line 1: Line 1:
A question:  How do you redirect a page to an anchor?  I've been struggling to redirect [[Fully-Forge]] to an anchor on the [[Hell Forge]] page.  {{User:CHiNback/Sig}}
 
:Try<pre>[[Hell Forge#Anchor|whatever]]</pre>{{User:Belgrave/Sig}}
 
  
Using the <nowiki><span style="color:;"></nowiki> tag, you can color the link, and it will link as normal. --{{User:Darkhavans/Sig}} 20:21, 24 March 2008 (UTC)
 
 
 
On your item template, you forgot to add the values for "Uncrafted" at the bottom. {{User:CHiNback/Sig}}
 
 
QUESTION FROM DRAGONMAN7 CAN U UPDATE MY WIKI PAGE PLZ :)
 
 
 
 
 
With the creature pictures, just take them from FSG.
 
 
If we were to put all those items and put them on the same page, that would require averaging the craftable items, and lots of coding.  Of course, I'd take the time to do it though.  However, the best items for a certain level can be found using [http://stats.rubicksman.com/best.php this]. {{User:CHiNback/Sig}}
 
 
== Portals ==
 
 
Thanks for letting me know about that article. I hadn't found it as I did a search for portals not mysterious portal, which is of course why it's a good idea to create redirects when you make a new article. :p
 
I've been discussing with others about the best order and they would like by level, which you have, but I think alphabetically by location is also very important, so I think there should be both. Your table is very very hard to edit, so I'm going to play with my article for now till its organised then it can be transferred later. Cheers --[[User:Silverwand|<font color="A29EBA">'''Silverwand''']]</font> <small> [[User talk:Silverwand|Chat]]</small> 14:30, 30 April 2008 (BST)
 
 
== ItemBoxFS ==
 
 
Hello,
 
 
I have created an ItemBoxFS template that clones your ItemBox template but puts the fallensword.com IP and folder directly into the template. I believe this is wiser because if, for any reason, fallensword changes its IP  (change of provider?) or its icons' folder location, it would be a nightmare to reflect the change on every item page in the wiki. You can see on the [[Leikmar Shield]] page that it works ok. Of course, we do remain vulnerable to a numbering change but I would hate to have to import the icons themselves into the wiki... Let me know what you think.
 
 
-[[User:Phoxtrot|Phoxtrot]] 16:03, 6 May 2008 (BST)
 
 
 
 
 
Hehe, saw what I did with my inventory, eh?  {{User:CHiNback/Sig}}
 
 
 
Thanks for what you've done.  =)  {{User:CHiNback/Sig}}
 
 
== Adding Pages and Templates ==
 
 
How do you add a template? And how do you make the template (like the functions so all you have to do is copy a simpler code than the real one?
 
 
 
Thanks!
 
 
-greggacam
 
 
== Templates Cont'd ==
 
 
OK but how do you make a page?
 
 
For specific template help, have at look at the following page:
 
http://meta.wikimedia.org/wiki/Help:Template
 
Otherwise, for the generic creation of a page, enters it's name in the search box and the result page
 
will give you a link you can click too create the page (if no page exists yet with that name).
 
For a template page, the name should be of the form "Template:my_template_name"
 
-[[User:Phoxtrot|Phoxtrot]] 08:56, 26 May 2008 (BST)
 
 
 
 
 
 
I'll stay back away from new users.  {{User:CHiNback/Sig}}
 
 
Is there a way to make the "Progress to Next Level" bar update automatically or do you have to update it every time you train? {{User:Greggacam/Sig}}
 
:<span style="color:#060">You have to update it yourself. That is why I do not have a bar for that on my user page.</span><br>{{User:Belgrave/Sig}}
 
 
OK but I think I'm gonna make one {{User:Greggacam/Sig}}
 
 
== Q About Discussion ==
 
 
I realize when you write something in a discussion the font is green. Is there a way to make the font a different color, say red,  on every discussion post without typing the code every time? Thanks! {{User:Greggacam/Sig}}
 
:<span style="color:#060">I have to write the color codes every time.</span><br>{{User:Belgrave/Sig}}
 
::<span style="color:#008080">Oh, well that must get annoying, I think I might try it though : ) {{User:Greggacam/Sig}}
 
 
== Side to Side ==
 
 
How do you make two sections side by side?</span> {{User:Greggacam/Sig}}
 
:<span style="color:#060">You make a table with two columns and put each section in one of the columns.</span><br>{{User:Belgrave/Sig}}
 
  
 
== Maps ==
 
== Maps ==

Revision as of 20:13, 3 June 2008


Maps

Is there any special way to get a map into 100 squares, all separate images?  Greggacam [Talk Message PM Contributions]

To see how the maps are put together, either look at the code used on one of the Area pages or read the instructions at Category:Needs Map. You are right in guessing that they are all separate images.
 Belgrave, Moderator / Sysop  Talk  Message PM 
I read that, I'm wodnering how you get it into those separate images. The FSGuide maps are just one image and the games' are also one.  Greggacam [Talk Message PM Contributions]
The maps on fallenswordguide AND the game are also made up of the individual images except there is no spacing between the images in the game. I get my maps by going to the game's map page (while I am in an area) and copying the source. I then replace all the html code between the image urls with | and change it all to wiki format.
 Belgrave, Moderator / Sysop  Talk  Message PM 
If you haven't noticed already, the map is listed in a table format. What happens is, cell padding and such makes space around each cell, which is the white space you see around each image.
                 CHiNback - [ Talk - Message - PM ]
Actually, it's cellspacing="1" which I use. If we used cellpadding="1" instead, you'd end up with 2px between each image and that extra space ends up not looking as nice.
 Belgrave, Moderator / Sysop  Talk  Message PM 
Thanks, I'm making Pennalor Swamps (North) right now, are there any possible shortcuts around copying the whole previous row and filling in the numbers?  Greggacam [Talk Message PM Contributions]
HCS made it easy by adding their map feature. Now all you have to do is copy the source code from that, remove all the html, add the coordinate numbers and wiki markup, and in maybe 15 minutes you should have the complete map ready to add to the wiki! Personally, I use Notepad and find the 'replace all' to be quite helpful...
 Belgrave, Moderator / Sysop  Talk  Message PM 
Replace All is genius thanks!  Greggacam [Talk Message PM Contributions]
You just need to be sure to go through and make sure each image is on a separate line. Also, if you don't want to do the MapNotes, I can do them for you later.
 Belgrave, Moderator / Sysop  Talk  Message PM 
No thanks I only have one more Note to go so I might as well do it, they're pretty easy.  Greggacam [Talk Message PM Contributions]