Latest Neocron News and Information

  • New test server patch #550 has been released to Vedeena

Difference between revisions of "Metadata:Main Page"

From Neocron Wiki
Jump to: navigation, search
Line 24: Line 24:
 
.cfg files are read in an array for each line. Blank line or comment lines with // are ignored. An example of a .cfg file would be a list of pages or files.   
 
.cfg files are read in an array for each line. Blank line or comment lines with // are ignored. An example of a .cfg file would be a list of pages or files.   
  
[[Examples/Example1.cfg]]
+
[[Metadata:Examples/Example1.cfg]]
  
 
=== .prop files ===
 
=== .prop files ===
Line 30: Line 30:
 
.prop files are read into an array as key values. Blank line or comment lines with // are ignored. An example of a .prop file would be a set of settings for an extension.
 
.prop files are read into an array as key values. Blank line or comment lines with // are ignored. An example of a .prop file would be a set of settings for an extension.
  
[[Examples/Example2.prop]]
+
[[Metadata:Examples/Example2.prop]]
  
 
=== .yaml files ===
 
=== .yaml files ===
Line 38: Line 38:
 
The YAML parser used is from [http://symfony.com/doc/master/components/yaml/introduction.html Symfony]. It was intended that the Item DB data was going to be stored in this format in the Wiki.
 
The YAML parser used is from [http://symfony.com/doc/master/components/yaml/introduction.html Symfony]. It was intended that the Item DB data was going to be stored in this format in the Wiki.
  
[[Examples/Example3.yaml]]
+
[[Metadata:Examples/Example3.yaml]]
  
 
=== .js files ===
 
=== .js files ===
Line 44: Line 44:
 
These are Javascript files. When the page is saved, it is exported to the filesystem, so the web server can access it and serve it. The .js file is also added to the Mediawiki Resource Loader so other extensions can use the file.
 
These are Javascript files. When the page is saved, it is exported to the filesystem, so the web server can access it and serve it. The .js file is also added to the Mediawiki Resource Loader so other extensions can use the file.
  
[[Examples/Example4.js]]
+
[[Metadata:Examples/Example4.js]]
  
 
=== .css files ===
 
=== .css files ===
Line 50: Line 50:
 
These are CSS files. When the page is saved, it is exported to the filesystem, so the web server can access it and serve it. The .css file is also added to the Mediawiki Resource Loader so other extensions can use the file.
 
These are CSS files. When the page is saved, it is exported to the filesystem, so the web server can access it and serve it. The .css file is also added to the Mediawiki Resource Loader so other extensions can use the file.
  
[[Examples/Example5.css]]
+
[[Metadata:Examples/Example5.css]]
  
 
=== .url files ===
 
=== .url files ===
Line 61: Line 61:
 
If a timeout of 0 is specified, the URL is cached forever until the cache is clear out.
 
If a timeout of 0 is specified, the URL is cached forever until the cache is clear out.
  
[[Examples/Example6.url]]
+
[[Metadata:Examples/Example6.url]]

Revision as of 17:02, 27 May 2013

Sorry you do not have permissions to view this page.