Content deleted Content added
Tom.Reding (talk | contribs) Mini working example for Fish cats |
Tom.Reding (talk | contribs) m --ce |
||
Line 3:
local map = {
['Fish'] = { --group
['year'] = { --
['parent1'] = 'century', --'year', 'decade', 'century'
['parent2'] = 'Animals', --[[Category:Animals described in the 20th century]]
},
['century'] = { --
['parent1'] = 'formal', --[[Category:Fish by year of formal description]]
['parent2'] = 'Animals', --[[Category:Animals described in the 20th century]]
|