Difference between revisions of "User:Belgrave/Projects"

From Fallen Sword Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
__NOEDITSECTION____NOTOC__
 +
 +
{| style="width:100%; border:2px solid black; -moz-border-radius:15px" align="center" cellspacing="5"
 +
| align="center" valign="top" |
 +
{{User:Belgrave/Tabs|bg4=#fff|border4=0}}
 +
{| style="width:100%; border:1px solid #f00; border-top:0px; -moz-border-radius:0px 0px 15px 15px; padding:5px" align="center"
 +
| colspan="2" width="100%" style="background-color:#e5c173; border:1px solid #000; -moz-border-radius:15px 0px 0px 15px" align="left" valign="top" |
 +
{| style="width:100%; background:none" align="center" cellspacing="5"
 +
| style="background-color:#cd9e4b; color:#000; border:1px solid #cd9e4b; font-size:90%; text-align:left; -moz-border-radius:15px" |  http://66.7.192.165/skin/online.gif '''Projects'''
 +
|-
 +
| align="center" colspan="3" style="border:1px solid #cd9e4b; background-color: #f6d284;" | <small>These are previews of what I'm doing when I'm not making random additions and small edits...<br>Post your project requests for me here too.</small>
 +
|-
 +
|
 
== World Area Maps ==
 
== World Area Maps ==
Inspired by Mowgliks Maps, I decided it should be possible to do something very similar on the wiki. This is a basic idea of how it would look when you take a starting World Area and map out every area until you get to another World Area. This specific example starts at [[World Areas 1-99#Krul Island|Krul Island]]. I'm also planning on making it look nice with colors, better formatting, and perhaps a bit more information for each area. You can find the currently finished maps in [[:Category:Travel Maps]].
+
Inspired by Mowgliks Maps, I decided it should be possible to do something very similar on the wiki. This is a basic idea of how it would look when you take a starting World Area and map out every area until you get to another World Area. This specific example starts at [[Traveling from Krul Island|Krul Island]]. I'm also planning on making it look nice with colors, better formatting, and perhaps a bit more information for each area. You can find the currently finished maps on their specific starting [[:Category:World Areas|world area]] pages.
  
 
''This project is currently on hold while I work on other things (finishing the sortable items lists, item image pages, etc).''
 
''This project is currently on hold while I work on other things (finishing the sortable items lists, item image pages, etc).''
Line 7: Line 20:
 
We are now anticipating the addition of Extension:Parserfunctions in the near future. This will allow us to make templates with many extended features. I am in the process of writing templates to take the place of the current page layouts. One of the first of these is [[Template:Item]]. Right now they don't work, but they will start working as soon as the proper extensions are installed.
 
We are now anticipating the addition of Extension:Parserfunctions in the near future. This will allow us to make templates with many extended features. I am in the process of writing templates to take the place of the current page layouts. One of the first of these is [[Template:Item]]. Right now they don't work, but they will start working as soon as the proper extensions are installed.
  
I am also working on a hellforge calculator that can be put on the bottom of the item pages (or anywhere else someone wants one). However, this is a little tricky and is more or less trial and error since I don't know the exact hellforge formula. Currently I'm using something like:
+
==Add More Here==
<pre>x = stat + (( forge-bonus + level-bonus ) / number-of-stats )</pre>
+
 
The wiki code for this allowed by Extension:Parserfunctions is:
+
 
<pre>{{#ifexpr: {{{attack|0}}} > 0 | {{#expr: {{{attack|0}}} + floor((5+(floor({{{level|0}}}/50)))/(({{#if: {{{attack|0}}}>0|1}} + {{#if: {{{defense|0}}}>0|1}} + {{#if: {{{armor|0}}}>0|1}} + {{#if: {{{hp|0}}}>0|1}} + {{#if: {{{damage|0}}}>0|1}} + {{#if: {{{stamina|0}}}>0|1}})))}} | 0 }}</pre>
+
 
I'm still running into some problems with things not adding up properly, so I'm open to suggestions on how I can get this working properly.
+
 
 +
<!-- Do not put anything below this line. -->
 +
|}
 +
 
 +
|-
 +
| style="width:600px" |
 +
| style="width:280px; height:12px" |
 +
|}
 +
<div style="float:right; background-color:#fff; border:1px solid #f00; margin-top:-1em; margin-right:1em; padding:0.2em 0.6em; -moz-border-radius:15px">[[Image:Arrow.gif]] '''[[User:Belgrave|General]]'''</div>
 +
|}
 +
 
 +
 
 +
{{User:Belgrave/Note|Feel free to use parts of my user page. Any credits linking back are appreciated.}}

Revision as of 02:02, 6 August 2008


5254.gif
1566.gif
5256.gif
5265.gif
1128.gif
4225.gif
General | Player Profile | Quest Book | Projects | Wiki Hints/Tips | Notices
 online.gif Projects
These are previews of what I'm doing when I'm not making random additions and small edits...
Post your project requests for me here too.

World Area Maps

Inspired by Mowgliks Maps, I decided it should be possible to do something very similar on the wiki. This is a basic idea of how it would look when you take a starting World Area and map out every area until you get to another World Area. This specific example starts at Krul Island. I'm also planning on making it look nice with colors, better formatting, and perhaps a bit more information for each area. You can find the currently finished maps on their specific starting world area pages.

This project is currently on hold while I work on other things (finishing the sortable items lists, item image pages, etc).

New Templates and Stuff

We are now anticipating the addition of Extension:Parserfunctions in the near future. This will allow us to make templates with many extended features. I am in the process of writing templates to take the place of the current page layouts. One of the first of these is Template:Item. Right now they don't work, but they will start working as soon as the proper extensions are installed.

Add More Here


offline.gif Feel free to use parts of my user page. Any credits linking back are appreciated. offline.gif