| 1 |
#?SuikaWikiConfig/2.0 |
| 2 |
|
| 3 |
Plugin: |
| 4 |
@Name: WikiResource |
| 5 |
@Description: |
| 6 |
@@@: Wiki resource text support |
| 7 |
@@lang:en |
| 8 |
@License: %%GPL%% |
| 9 |
@Author: |
| 10 |
@@Name: |
| 11 |
@@@@: Wakaba |
| 12 |
@@@lang:ja |
| 13 |
@@@script:Latn |
| 14 |
@@Mail[list]: w@suika.fam.cx |
| 15 |
@Date.RCS: $Date: 2003/10/30 07:45:10 $ |
| 16 |
|
| 17 |
PluginConst: |
| 18 |
@NS_XHTML1: |
| 19 |
http://www.w3.org/1999/xhtml |
| 20 |
|
| 21 |
FormattingRule: |
| 22 |
@Category[list]: |
| 23 |
view |
| 24 |
view-resource |
| 25 |
page-link |
| 26 |
form-input |
| 27 |
form-template |
| 28 |
@Name: res |
| 29 |
@Description: |
| 30 |
@@@: Resource |
| 31 |
@@lang: en |
| 32 |
@Parameter: |
| 33 |
@@Name: name |
| 34 |
@@Type: CDATA |
| 35 |
@@Default: #REQUIRED |
| 36 |
@@Description: |
| 37 |
@@@@: Resource name |
| 38 |
@@@lang:en |
| 39 |
@Formatting: |
| 40 |
__ATTRTEXT:%name__; |
| 41 |
## TODO: |
| 42 |
SuikaWiki::Plugin->formatter ('view-resource') |
| 43 |
->replace (SuikaWiki::Plugin->resource ($p->{name}), |
| 44 |
param => $o, -parent => $p->{-parent}); |
| 45 |
|