Template:Category Template Example: Difference between revisions

From OTNA Test Wiki
Ladaniels (talk | contribs)
Created page with "[[Category: {{{Cat 1}}}]] {{#if: {{{Cat 2}}}| [[Category: {{{Cat 2}}}]]| }} {{#if: {{{Cat 3}}}| [[Category: {{{Cat 3}}}]]| }} {{#if: {{{Cat 4}}}| [[Category: {{{Cat 4}}}]]| }} {{#if: {{{Cat 5}}}| [[Category: {{{Cat 5}}}]]| }} <noinclude> <templatedata> { "params": { "Cat 1": { "type": "content", "required": true }, "Cat 2": { "type": "content" }, "Cat 3": { "type": "content" }, "Cat 4": { "type": "content" }, "Cat 5": { "type": "cont..."
 
Ladaniels (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category: {{{Cat 1}}}]]
[[Category: {{{Cat 1}}}]]
{{#if: {{{Cat 2}}}| [[Category: {{{Cat 2}}}]]| }}
{{#if: {{{Cat 2}}}| [[Category: {{{Cat 2}}}]]| }}
{{#if: {{{Cat 3}}}| [[Category: {{{Cat 3}}}]]| }}
{{#if: {{{Cat 3}}}| [[Category: {{{Cat 3}}}]]| }}

Revision as of 13:56, 29 April 2024

[[Category: {{{Cat 1}}}]] [[Category: {{{Cat 2}}}]] [[Category: {{{Cat 3}}}]] [[Category: {{{Cat 4}}}]] [[Category: {{{Cat 5}}}]]

<templatedata> { "params": { "Cat 1": { "type": "content", "required": true }, "Cat 2": { "type": "content" }, "Cat 3": { "type": "content" }, "Cat 4": { "type": "content" }, "Cat 5": { "type": "content" } } } </templatedata>