Help/UnfoldSubpagesPlugin
The UnfoldSubpages plugin is used to display all or some subpages of the current or a given page. This gives an overview for a Help:WikiBlogPlugin, Help:CalendarPlugin or similar subpages.
Warning: Don't use it with subpages with nonexistent sections! The section extractor is currently quite unstable.
Usage
<<UnfoldSubpages>> <<UnfoldSubpages sortby=-mtime words=50 maxpages=5>> <<UnfoldSubpages quiet=1 smalltitle=1>> <<UnfoldSubpages sections=2 words=100>> <<UnfoldSubpages lines=3>> <<UnfoldSubpages pagename="PhpWikiAdministration" section="Plugin Arguments" sectionhead=1>>
Arguments
All PageList arguments, plus the following ones:
Argument |
Description |
Default value |
---|---|---|
pagename |
Any pagename or if empty the current page. |
empty |
quiet |
Print no header. |
false |
sortby |
Sort by + (ASC) or - (DESC) and one column. |
pagename |
maxpages |
Maximum number of pages to include or all if not defined. |
false |
sections |
Maximum number of sections per page to include or all if not defined. |
false |
section |
Include this named section per page only if defined. |
empty |
sectionhead |
When including a named section show the heading. |
false |
smalltitle |
If set, hide transclusion-title, just have a small link at the start of the page. |
false |
words |
Maximum number of words per page to include. |
false |
lines |
Maximum number of lines per page to include. |
false |
bytes |
Maximum number of bytes per page to include. |
false |
Deprecated Arguments
Argument |
Description |
---|---|
pages |
Deprecated. Renamed to maxpages. |
sort |
'asc' or 'desc'. Deprecated: use "+" or "-" before the column name with sortby. |
Example
<<UnfoldSubpages pagename=Help maxpages=5 >>
Included from Help/text2pngPlugin
Convert text into a png image using GD without using WikiPluginCached. The images are stored in a private <PHPWIKI_DIR>/images/ subdirectory instead, which are not timestamp checked at all. Delete the .png file(s) if you change anything.
This is a really simple and stupid plugin, which might need some work.
Usage
<<text2png text="some text">>
Arguments
Argument |
Description |
Default value |
---|---|---|
text |
some text to display |
|
lang |
language subdirectory |
|
force |
set to 1 to recreate the image |
|
fontsize |
18. with GD1 it's the pixelsize, with GD2 the pointsize |
|
with_shadow |
1 |
|
fontcolor |
#000000 |
|
shadowcolor |
#AFAFAF |
|
backcolor |
#ffffff |
Configurable Options
See the sourcecode. You'd probably need to adjust $ttfont and text2png_debug.
Example
<<text2png text='Hello WikiWorld!'>>
See Also
Included from Help/_WikiTranslationPlugin
short description
Usage
<?plugin _WikiTranslation ?>
Arguments
- page (default: current pagename)
- The page to execute upon.
Example
<?plugin _WikiTranslation ?>
Author
See Also
Included from Help/_PreferencesInfoPlugin
short description
Usage
<?plugin _PreferencesInfo ?>
Arguments
- page (default: current pagename)
- The page to execute upon.
Example
<?plugin _PreferencesInfo ?>
Author
See Also
Included from Help/_GroupInfoPlugin
Administrative plugin, used to debug auth problems and settings. This plugin is only for testing purposes. If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, which is of no real use.
Warning! This may display db and user passwords in cleartext. We think we cleared everything out though.
Usage
<?plugin _GroupInfo ?>
Arguments
- page (default: current pagename)
- The page to execute upon.
Example
See DebugGroupInfo
Author
See Also
DebugGroupInfo is the corresponding Help:ActionPage.
Help:_AuthInfoPlugin, Help:_BackendInfoPlugin
Included from Help/_BackendInfoPlugin
Administrative plugin, used to debug DATABASE backend problems and settings. This plugin is only for testing purposes.
Displays all/most database infos about a page.
Warning! This may display db and user passwords in cleartext. We think we cleared everything out though.
Usage
<?plugin _BackendInfo ?>
Arguments
- page (default: current pagename)
- The page to execute upon.
Example
See DebugInfo
Author
PhpWiki:JeffDairiki 2002 for 1.3.2-jeffs-hacks
See Also
DebugInfo is the corresponding Help:ActionPage.
EditMetaData, Help:EditMetaDataPlugin, Help:_AuthInfoPlugin, Help:_GroupInfoPlugin
Included from Help/_AuthInfoPlugin
Administrative plugin, used to debug auth problems and settings. This plugin is only for testing purposes. If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, which is of no real use.
Warning! This may display db and user passwords in cleartext. We think we cleared everything out though.
Usage
Arguments
- userid
- default: current user
Example
See DebugAuthInfo
Authors
PhpWiki:JeffDairiki, PhpWiki:ReiniUrban
See Also
DebugAuthInfo is the corresponding Help:ActionPage.
Help:_GroupInfoPlugin, Help:_BackendInfoPlugin