Template:List Blocks From Drawer: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!-- this template takes a category name and uses Extension:DPL to find all main pages (no language version, so it will be in English) that are in that category -->
<!-- var 1 is the category name -->
<ul>
<ul>
<!-- Header for the category -->
<li>[[{{{1}}}]]</li>
<li>[[{{{1}}}]]</li>
<!-- finds all pages by searching for that category and removing any that have the /en at the end of the title (without this there would be a base and /en version of each page) -->
{{#dpl: nottitlematch=%/en | category={{{1}}} }}
{{#dpl: nottitlematch=%/en | category={{{1}}} }}
</ul>
</ul>

Revision as of 19:56, 10 July 2023