Difference between revisions of "WfLoadExtension"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | |||
+ | # wfLoadExtensions('ExtensionName'); | ||
+ | wfLoadExtension( 'CategoryTree' ); | ||
+ | wfLoadExtension( 'Cite' ); | ||
+ | wfLoadExtension( 'ConfirmEdit' ); | ||
+ | wfLoadExtension( 'SpamBlacklist' ); | ||
+ | wfLoadExtension( 'TitleBlacklist' ); | ||
+ | wfLoadExtension( 'Scribunto' ); | ||
+ | wfLoadExtension( 'MobileFrontend' ); | ||
+ | wfLoadExtension( 'ParserFunctions' ); | ||
== Related == | == Related == |
Revision as of 06:51, 24 March 2022
# wfLoadExtensions('ExtensionName'); wfLoadExtension( 'CategoryTree' ); wfLoadExtension( 'Cite' ); wfLoadExtension( 'ConfirmEdit' ); wfLoadExtension( 'SpamBlacklist' ); wfLoadExtension( 'TitleBlacklist' ); wfLoadExtension( 'Scribunto' ); wfLoadExtension( 'MobileFrontend' ); wfLoadExtension( 'ParserFunctions' );
Related
See also
Advertising: