You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason this happens currently is that the ?wikipage style embed was designed to strip out any templates within the desc parameter. In other words, it shows only plain text descriptions from the desc field of the page template.
It was intentionally designed this way - if I remember correctly it was done this way mostly for performance reasons.
If we want to resolve templates inside desc it would require crypto to make additional calls to the ExpandTemplates API, possibly multiple calls to that API for a single description. We could do that, but it might slow down crypto's responses.
attempt to wikipage a tonic has the effect of that tonic not show up in the embed. Probably because that text is in another part of the xml?
The text was updated successfully, but these errors were encountered: