Cookbook /
SubgroupMarkup-Talk
Summary: Talk page for SubgroupMarkup.
Maintainer: jr
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
If you use code in config.php
such as
## Get the group and page name $pagename = ResolvePageName($pagename); $page = PageVar($pagename, '$FullName'); $group = PageVar($pagename, '$Group'); $name = PageVar($pagename, '$Name');
you need to include subpages.php
beforehand.
- On the subpage a heading "Subpage of <Page Name>" is displayed. How do I change or omit this?
- Does this recipe need updating for PHP 5?
- page text variables:
{2014-01-18Colorado,Day1$:Summary}
does not appear to work (while{2014-01-18Colorado$:Summary}
does)[1]
thanks
simon August 29, 2014, at 03:16 PM
Talk page for the SubgroupMarkup recipe (users).