•  
      request #8196 transclusion plugin : lsth support
    Infos
    #8196
    Hanen Ben Elarbi (Hanen)
    2015-07-13 16:46
    2015-07-03 13:07
    8220
    Details
    transclusion plugin : lsth support
    Transclusion plugin is configured without the transcluding of visual sections (lsth) enabled.
    Mediawiki
    8.1
    CentOS 6
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Hanen Ben Elarbi (Hanen)
    Closed
    2015-07-13
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thanks.

    It is integrated in Tuleap 8.3.99.34.

    • Status changed from Under review to Closed
    • Close date set to 2015-07-13
    User avatar
    When transcluding content by heading (using #lsth:), a given heading can be transcluded in a given article.
    For example, suppose I have a page named "Test" that contains this content

    ---
    == Example ==
    This is an example.
    ---

    If I then create a page with the following:

    ---
    {{#lsth:Test|Example}}
    ---

    If the labeled section transclusion method is enabled, the output would be:

    ---
    This is an example.
    ---

    Else the output would be :

    {{#lsth:Test|Example}}

    Best regards,
    Hanen