Template:Page upload

From Wikisphere
Revision as of 08:26, 5 December 2023 by Admin (talk | contribs)
Jump to navigation Jump to search

This is the "Form article" template. It should be called in the following format:

<gallery widths=340px mode="packed-overlay" parse-wikitext>
{{{files}}}
</gallery>

Attention! due to the issue mentioned here:

inner content of tag extensions won't be parsed as wikitext ! In order to allow it in certain circumstances (i.e. within the tags gallery and ref) we propose to use the attribute parse-wikitext in conjuction with the following MW patch:

				// @see https://phabricator.wikimedia.org/T4700
				// @see https://phabricator.wikimedia.org/T3310
				if ( !empty( $content )
					&& array_key_exists( 'parse-wikitext', $attributes ) ) {
					$content = $this->internalParse( $content, false, $frame );
				}

(includes/parser/Parser.php -> extensionSubstitution )

see also