Hello Tobias,
Sorry to be so vague in the initial post. The "Linking in WikiText" is the help document that I had looked at.
I think what I am really trying to achieve is to link to locations as though it was through windows explorer and not FireFox.
As for the examples, I have played around some more and this is what I have come up with.
\\192.168.1.5\
[ext[Open file|file:///\\192.168.1.5]] (just opens a blank page in Firefox)
[ext[Open file|file://///
192.168.1.5/]] (just opens a blank page in Firefox)
[ext[Open file|file://///
192.168.1.5]] (just opens a blank page in Firefox)
Can this be done?? If it can I would have no use for mapped network drives anymore.
\\192.168.1.5\data\
[ext[Open file|file://///
192.168.1.5/data/]] (Opens up folder index in Firefox, would prefer to open in windows explorer, or a "Open in windows explorer button")
\\192.168.1.5\data\Roster.xls
[ext[Open file|file://///
192.168.1.5/data/roster.xls]] (opens up Download "Save or open" dialogue, Close enough to opening directly with explorer)
c:\
[ext[Open file|file:///C:\]] (opens a folder index in Firefox, cool but does not have same capabilities as explorer. I was hoping to open location directly in explorer)
c:\data\
[ext[Open file|file:///C:\data\]] (opens a folder index in Firefox)
c:\data\roster.xls
[ext[Open file|file:///C:\data\roster.xls]] (Download "save or open" dialogue box, Can work with this but I was hoping that I would be able to run directly just like a desktop shortcut).
Is it possible to get this kind of functionality out of Firefox?
Thanks