Static Public Member Functions | |
| static | registerFunctions (&$parser) |
| static | renderFormLink (&$parser) |
| static | renderQueryFormLink (&$parser) |
| static | renderFormInput (&$parser) |
| static | renderArrayMap (&$parser, $value= '', $delimiter= ',', $var= 'x', $formula= 'x', $new_delimiter= ', ') |
| {{arraymap:value|delimiter|var|formula|new_delimiter}} | |
| static | renderArrayMapObj (&$parser, $frame, $args) |
| SFH_OBJ_ARGS {{arraymap:value|delimiter|var|formula|new_delimiter}}. | |
| static | renderArrayMapTemplate (&$parser, $value= '', $template= '', $delimiter= ',', $new_delimiter= ', ') |
| {{arraymaptemplate:value|template|delimiter|new_delimiter}} | |
| static | renderArrayMapTemplateObj (&$parser, $frame, $args) |
| SFH_OBJ_ARGS {{arraymaptemplate:value|template|delimiter|new_delimiter}}. | |
| static | renderAutoEdit (&$parser) |
Static Public Attributes | |
| static | $num_autocompletion_inputs = 0 |
Static Private Member Functions | |
| static | loadScriptsForAutoEdit (&$parser) |
| Load scripts and style files for AutoEdit. | |
Definition at line 137 of file SF_ParserFunctions.php.
| static SFParserFunctions::registerFunctions | ( | &$ | parser | ) | [static] |
Definition at line 143 of file SF_ParserFunctions.php.
| static SFParserFunctions::renderFormLink | ( | &$ | parser | ) | [static] |
| static SFParserFunctions::renderQueryFormLink | ( | &$ | parser | ) | [static] |
| static SFParserFunctions::renderFormInput | ( | &$ | parser | ) | [static] |
Definition at line 193 of file SF_ParserFunctions.php.
References $sfgAutocompleteValues, public::action, SFUtils::addJavascriptAndCSS(), SFUtils::array_merge_recursive_distinct(), END, scraper::form, SFUtils::formDropdownHTML(), SFUtils::getAutocompleteValues(), SFUtils::getSpecialPage(), and SFUtils::loadScriptsForPopupForm().
| static SFParserFunctions::renderArrayMap | ( | &$ | parser, | |
| $ | value = '', |
|||
| $ | delimiter = ',', |
|||
| $ | var = 'x', |
|||
| $ | formula = 'x', |
|||
| $ | new_delimiter = ', |
|||
| ' | ||||
| ) | [static] |
{{arraymap:value|delimiter|var|formula|new_delimiter}}
Definition at line 373 of file SF_ParserFunctions.php.
| static SFParserFunctions::renderArrayMapObj | ( | &$ | parser, | |
| $ | frame, | |||
| $ | args | |||
| ) | [static] |
SFH_OBJ_ARGS {{arraymap:value|delimiter|var|formula|new_delimiter}}.
Definition at line 402 of file SF_ParserFunctions.php.
| static SFParserFunctions::renderArrayMapTemplate | ( | &$ | parser, | |
| $ | value = '', |
|||
| $ | template = '', |
|||
| $ | delimiter = ',', |
|||
| $ | new_delimiter = ', |
|||
| ' | ||||
| ) | [static] |
{{arraymaptemplate:value|template|delimiter|new_delimiter}}
Definition at line 440 of file SF_ParserFunctions.php.
| static SFParserFunctions::renderArrayMapTemplateObj | ( | &$ | parser, | |
| $ | frame, | |||
| $ | args | |||
| ) | [static] |
SFH_OBJ_ARGS {{arraymaptemplate:value|template|delimiter|new_delimiter}}.
Definition at line 471 of file SF_ParserFunctions.php.
| static SFParserFunctions::renderAutoEdit | ( | &$ | parser | ) | [static] |
Definition at line 507 of file SF_ParserFunctions.php.
References $wgTitle, and SFUtils::array_merge_recursive_distinct().
| static SFParserFunctions::loadScriptsForAutoEdit | ( | &$ | parser | ) | [static, private] |
Load scripts and style files for AutoEdit.
Definition at line 615 of file SF_ParserFunctions.php.
References $sfgScriptPath.
SFParserFunctions::$num_autocompletion_inputs = 0 [static] |
Definition at line 141 of file SF_ParserFunctions.php.
1.5.6