|
MediaWiki REL1_39
|
Handles formatting for the "templates used on this page" lists. More...
Public Member Functions | |
| __construct (IContextSource $context, LinkRenderer $linkRenderer, LinkBatchFactory $linkBatchFactory, RestrictionStore $restrictionStore) | |
| format (array $templates, $type=false, $more=null) | |
| Make an HTML list of templates, and then add a "More..." link at the bottom. | |
Handles formatting for the "templates used on this page" lists.
Formerly known as Linker::formatTemplates()
Definition at line 33 of file TemplatesOnThisPageFormatter.php.
| TemplatesOnThisPageFormatter::__construct | ( | IContextSource | $context, |
| LinkRenderer | $linkRenderer, | ||
| LinkBatchFactory | $linkBatchFactory, | ||
| RestrictionStore | $restrictionStore ) |
| IContextSource | $context | |
| LinkRenderer | $linkRenderer | |
| LinkBatchFactory | $linkBatchFactory | |
| RestrictionStore | $restrictionStore |
Definition at line 61 of file TemplatesOnThisPageFormatter.php.
| TemplatesOnThisPageFormatter::format | ( | array | $templates, |
| $type = false, | |||
| $more = null ) |
Make an HTML list of templates, and then add a "More..." link at the bottom.
If $more is null, do not add a "More..." link. If $more is a PageReference, make a link to that page and use it. If $more is a string, directly paste it in as the link (escaping needs to be done manually).
| PageIdentity[] | $templates | |
| string | false | $type | 'preview' if a preview, 'section' if a section edit, false if neither |
| PageReference | string | null | $more | An escaped link for "More..." of the templates |
Definition at line 84 of file TemplatesOnThisPageFormatter.php.
References $type.