MyWikiBiz, Author Your Legacy — Saturday September 06, 2025
Jump to navigationJump to search
1,314 bytes added
, 07:31, 16 July 2021
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Redirect}}
This module retrieves the page name from the (year)/(week)/1 subpages of [[WP:TAFI]]. If the page is a redirect, the redirect target is retrieved instead.
== Usage ==
To retrieve the current article, use
<nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|main}}
To retrieve the article for a specific year and week, use
<nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|main|YYYY=|WW=}}
== Examples ==
;Current article ({{purge}} to update)
:<code><nowiki>{{</nowiki>#invoke:TAFI article|main}}</code> → {{#invoke:TAFI article|main}}
;Article from 2015 week 32
:<code><nowiki>{{</nowiki>#invoke:TAFI article|main|YYYY=2015|WW=32}}</code> → {{#invoke:TAFI article|main|YYYY=2015|WW=32}}
;Resolving a redirect
:<code><nowiki>{{</nowiki>Wikipedia:Today's articles for improvement/9999/2/1}}</code> → {{Wikipedia:Today's articles for improvement/9999/2/1}}
:<code><nowiki>[[{{#invoke:TAFI article|main|YYYY=9999|WW=2}}]]</nowiki></code> → [[{{#invoke:TAFI article|main|YYYY=9999|WW=2}}]]
<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia articles for improvement templates]]
}}</includeonly>