Is there any way to get TabberNeue working with subst or safesubst? The |-|
seems to break things even when escaped. Also, I just updated to the latest code and now this #tag:
example given on the extension's page here no longer works:
{{#tag:tabber| Tab1={{{1|}}} {{!}}-{{!}} Tab2={{{2|}}} }}
I'd have thought my issue stemmed from that, as going back to a prior version makes #tag work again for the above, though it still refuses to work with subst/safesubst. Tried multiple combinations of the following (plus escaping or not escaping =):
{{!}}-{{!}}
{{!}}-|
|-{{!}}
This works only when subst:
is removed:
{{subst:#tag:tabber| Tab1={{{1|}}} some content {{!}}-{{!}} Tab2={{{2|}}} more content }}
Thanks for any insight! FrozenPlum (talk) 19:09, 26 April 2024 (UTC)