Template:BasicNavbox

From DynamicPageList3 Manual
Revision as of 20:37, 25 April 2023 by imported>FrozenPlum (Created page with "<includeonly>{| class="wikitable mw-collapsible" ! colspan="2"|{{{title|{{PAGENAME}}}}} |- !{{{group1|}}} |{{#dpl: |namespace=<!-- blank = Main --> |category={{{g1category|}}} |format=,• %TITLE%  }} |- !{{{group2|}}} |{{#dpl: |namespace=<!-- blank = Main --> |category={{{g2category|}}} |format=,• %TITLE%  }} |- |}</includeonly><noinclude> ==Example(s)== * {{BasicNavbox|title=My title|group1=Fruit|g1category=Fruit examples|group2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Example(s)

My title
Fruit {{#dpl: namespace= category=Fruit examples format=,• %TITLE% 

}}

Dessert {{#dpl: namespace= category=Dessert examples format=,• %TITLE% 

}}

Note

  • There are probably far more efficient ways to do this, such as wikitext, lua, Cargo etc.