Difference between revisions of "Admin:notes"

From Fancyclopedia 3
Jump to navigation Jump to search
(Created page with "8/18: <img... used in Template:FancyImage is raw HTML Code is <IMG src="http://files.fancyclopedia.org/{{#replace:{{{1}}}| |%20}}" > The last bit appears to change spaces i...")
 
Line 1: Line 1:
8/18: <img... used in Template:FancyImage is raw HTML  Code is
+
8/18: <img... used in Template:FancyImage is raw HTML  Code is<br>
 +
<nowiki><IMG src="http://files.fancyclopedia.org/{{#replace:{{{1}}}| |%20}}" ></nowiki><br>
 +
The last bit appears to change spaces into '%20'
 +
---------------------
 +
8/17: A random photo displays in browser with URL
 +
 
 +
<nowiki>http://files.fancyclopedia.org/Ted%20Johnstone/normal%20David%20McDaniel-02.jpg</nowiki>
 +
 
 +
What works in FancyImage?
  
<IMG src="http://files.fancyclopedia.org/{{#replace:{{{1}}}| |%20}}" >
+
* <nowiki>[[File:Ted Johnstone/normal_David_McDaniel-02.jpg]]</nowiki> does not work
  
The last bit appears to change spaces into '%20'
+
----------------
 +
8/17: There seems to be a double structure in files.fancyclopedia.org.  OTOH, there's just a series of folders under that, each named for the Fancy 3 page the files are associated with.  But if you Double-click on the folder, it takes you to a folder of the same name in a different hierarchy under files.fancyclopedia.org:
 +
* 1997 TAFF Race --> Fandom/Fanfunds/TAFF/1997 TAFF Race
 +
* Ted Johnstone --> People/Ted Johnstone
 +
What's the point of this?  How is it done.  (Did someone really create a huge pile of links? Really?

Revision as of 05:54, 18 August 2020

8/18: <img... used in Template:FancyImage is raw HTML Code is
<IMG src="http://files.fancyclopedia.org/{{#replace:{{{1}}}| |%20}}" >
The last bit appears to change spaces into '%20'


8/17: A random photo displays in browser with URL

http://files.fancyclopedia.org/Ted%20Johnstone/normal%20David%20McDaniel-02.jpg

What works in FancyImage?

  • [[File:Ted Johnstone/normal_David_McDaniel-02.jpg]] does not work

8/17: There seems to be a double structure in files.fancyclopedia.org. OTOH, there's just a series of folders under that, each named for the Fancy 3 page the files are associated with. But if you Double-click on the folder, it takes you to a folder of the same name in a different hierarchy under files.fancyclopedia.org:

  • 1997 TAFF Race --> Fandom/Fanfunds/TAFF/1997 TAFF Race
  • Ted Johnstone --> People/Ted Johnstone

What's the point of this? How is it done. (Did someone really create a huge pile of links? Really?