<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">Le 06/01/2017 à 22:44, Johan Jönsson a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAAL5NEaC-CmB6g5zTtGQVLFsvAnBLZaXTLkL7_L4re5joRP4uQ@mail.gmail.com"
      type="cite">Thank you for the suggestion. The problem here is that
      2017/02 is part
      <pre wrap="">of the page title, and we can't use <tvar> tags (or < at all) in
MediaWiki page titles.
</pre>
    </blockquote>
    There are <a
      href="https://www.mediawiki.org/wiki/Help:Magic_words#Page_names">several
      keywords to get the tiltle of the page</a>, and any part of it 
    can be extracted with <a
href="https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23titleparts">#titleparts</a>.<br>
    <br>
    So probably something like     {{#titleparts: <span id="PAGENAME"></span><span
      id="pagename"></span><code>{{PAGENAME}}</code> | 2 | 3 }} I guess<br>
  </body>
</html>