Revision history for FilesActionInfo
Revision [22884]
Last edited on 2016-05-20 07:38:42 by MattWilkie [Replaces old-style internal links with new pipe-split links.]Additions:
This page can now be found on the [[Docs:FilesActionInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions | old revisions of this page]] is still available for reference.<<
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions
old revisions of this page]] is still available for reference.<<
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:FilesActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
This page can now be found on the [[Docs:FilesActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FilesActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
=====Files Action Documentation=====
This the documentation page for the Files action.
>>**See also**
[[http://wikka.jsnx.com/Mod015fFilesAction Mod for the files action]]
For the development page, take a look at FilesAction.
FilesActionSafeModeWorkaround
>>//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===
==Short description==
Allows admins to manage files (upload, deletion) and everyone to view a list of them or download them. Or it provides a download-link to a single file.
==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>download</td><td>string</td><td>optional</td><td></td><td>prints a link to the file specified in the string</td></tr>
</tbody>
<tbody>
<tr><td>text</td><td>string</td><td>optional</td><td></td><td>a text for the link provided with the parameter "download"</td></tr>
</tbody>
</table>""
==Long description==
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files. This action will only show/modify the files attached to the current page!
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To download a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
If you specify a filename with the parameter "download", a link to download this file will be shown (you can change the text for the link with the parameter "text") but not the form.
Usage:
%%{{files [download="filename"] [text="descriptive text"]}}%%
example:
{{files}}
==Author==
VictorManuelVarela
CategoryDocumentation
Additions:
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To download a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
Deletions:
Deletions:
Revision [12041]
Edited on 2005-11-29 01:03:17 by CyneBeald [Added link to FilesActionSafeModeWorkaround]Additions:
FilesActionSafeModeWorkaround
Additions:
>>//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
Deletions:
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
Additions:
VictorManuelVarela
Deletions:
Revision [8250]
Edited on 2005-05-17 12:48:31 by NilsLindenberg [added author + link to development-page]Additions:
For the development page, take a look at FilesAction.
Victor Manuel Varela
http://www.nivel0.net/FilesAction
Victor Manuel Varela
http://www.nivel0.net/FilesAction
Deletions:
Additions:
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files. This action will only show/modify the files attached to the current page!
Deletions:
Additions:
=====Files Action Documentation=====
This the documentation page for the Files action.
>>**See also**
[[http://wikka.jsnx.com/Mod015fFilesAction Mod for the files action]]
<<
Allows admins to manage files (upload, deletion) and everyone to view a list of them or download them. Or it provides a download-link to a single file.
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>download</td><td>string</td><td>optional</td><td></td><td>prints a link to the file specified in the string</td></tr>
</tbody>
<tbody>
<tr><td>text</td><td>string</td><td>optional</td><td></td><td>a text for the link provided with the parameter "download"</td></tr>
</tbody>
</table>""
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files.
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To donload a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
If you specify a filename with the parameter "download", a link to download this file will be shown (you can change the text for the link with the parameter "text") but not the form.
%%{{files [download="filename"] [text="descriptive text"]}}%%
{{files}}
This the documentation page for the Files action.
>>**See also**
[[http://wikka.jsnx.com/Mod015fFilesAction Mod for the files action]]
<<
Allows admins to manage files (upload, deletion) and everyone to view a list of them or download them. Or it provides a download-link to a single file.
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>download</td><td>string</td><td>optional</td><td></td><td>prints a link to the file specified in the string</td></tr>
</tbody>
<tbody>
<tr><td>text</td><td>string</td><td>optional</td><td></td><td>a text for the link provided with the parameter "download"</td></tr>
</tbody>
</table>""
The 'upload_path' in the [[ConfigurationOptions wikka_config]] must be a writeble directory. A directory by each page will be created to store their attached files.
If you want to manage the files, use the action without parameters. You will see a list of the files attached to wikka with "attachment" (name of the file)., "size" and "Date added", ordered descending after "Date added". To donload a file, simply click on the name. As an [[WikkaAdmin admin]], you will see a "x" left to every file (clicking on it will delete the file). The simple form below the list allows to upload a file.
If you specify a filename with the parameter "download", a link to download this file will be shown (you can change the text for the link with the parameter "text") but not the form.
%%{{files [download="filename"] [text="descriptive text"]}}%%
{{files}}
Deletions:
This the documentation page for the Backlinks action.
Display the pages linking to the current page.
This action does not accept parameters.
If there is at least one other page in the wiki, which links to the current page, the name(s) are shown as a simple list , ordered alphabetically.
%%{{backlinks}}%%
{{backlinks}}