Diff: Help/FileInfoPlugin

Differences between current version and predecessor to the previous major change of Help/FileInfoPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,36 +1,47 @@
-!! Synopsis  
-  
- The [ FileInfo| Help:FileInfoPlugin] plugin displays the version, date, size, 
+The **~ FileInfo** [[ Help:WikiPlugin| plugin]] displays the version, date, size, 
 perms of an uploaded file. Only files relative and below to the uploads path 
 can be handled. 
  
-For exe files the *version* argument might work to display the VERSIONINFO ressource string. (highly experimental).  
-  
-Since v1.3.13.  
-  
-!! Typical Usage  
-<verbatim>  
- <?plugin FileInfo file=uploads/setup.exe display=version,date ?>  
- <?plugin FileInfo file=uploads/setup.exe display=name,version,date  
- format="%s (version: %s, date: %s)" ?>  
-</verbatim>  
-  
+For exe files the * *version* * argument might work to display the VERSIONINFO ressource string. (highly experimental). 
  
-!! Arguments  
-__file__:  
- relative path from PHPWIKI_DIR. (required)  
+== Typical Usage ==  
  
-__display__:  
- Comma-seperated string of version,size,phonysize ,date,mtime,owner, name,path,dirname ,  
- link,mime-typ,magic. (required
+{{{  
+<<FileInfo file=uploads/setup.exe display= version,date>>  
+<<FileInfo file=uploads/setup.exe display= name,version ,date  
+ format="%s (version: %s, date: %s )">>  
+}}}  
  
-__format__:  
- printf format string with %s only, all display modes from above vars return strings (optional)  
+== Arguments ==  
  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **file**  
+| Relative path from PHPWIKI_DIR.  
+| //None// (required argument)  
+|-  
+| **display**  
+| Comma-separated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic.  
+| //None// (required argument)  
+|-  
+| **format**  
+| printf format string with %s only, all display modes from above vars return strings  
+| (optional)  
+|-  
+| **quiet**  
+| print no error if file not found  
+| false  
+|}  
  
-!! Examples 
+== Examples ==  
  
-This wiki was installed at <?plugin FileInfo file=config/config.ini display=date ? >. 
+This wiki was installed at << FileInfo file=config/config.ini display=date> >. 
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The FileInfo plugin displays the version, date, size, perms of an uploaded file. Only files relative and below to the uploads path can be handled.

For exe files the version argument might work to display the VERSIONINFO ressource string. (highly experimental).

Typical Usage

<<FileInfo file=uploads/setup.exe display=version,date>>
<<FileInfo file=uploads/setup.exe display=name,version,date
                                  format="%s (version: %s, date: %s)">>

Arguments

Argument

Description

Default value

file

Relative path from PHPWIKI_DIR.

None (required argument)

display

Comma-separated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic.

None (required argument)

format

printf format string with %s only, all display modes from above vars return strings

(optional)

quiet

print no error if file not found

false

Examples

This wiki was installed at 2022-12-27 03:25:56.