Template:Page upload: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
'''Attention'''! | '''Attention'''! for the issue mentioned here | ||
* https://phabricator.wikimedia.org/T4700 | |||
* https://phabricator.wikimedia.org/T3310 | |||
inner content of tag extensions won't be parsed as wikitext ! | |||
In order to allow it in certain circumstances (i.e. within the | |||
tags <code>gallery</code> and <code>ref</code> | |||
<pre> | |||
<gallery widths=340px mode="packed-overlay" parse-wikitext> | |||
{{{files}}} | |||
</gallery> | |||
</pre> | |||
</noinclude> | |||
<gallery widths=340px mode="packed-overlay" parse-wikitext> | <gallery widths=340px mode="packed-overlay" parse-wikitext> | ||
{{{files}}} | {{{files}}} | ||
</gallery> | </gallery> |
Revision as of 08:18, 5 December 2023
Attention! for 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
<gallery widths=340px mode="packed-overlay" parse-wikitext> {{{files}}} </gallery>