1,387 bytes added
, 21:51, 8 February 2022
<includeonly><!--
-->{{#ifexist: Category:{{{1|}}}<!--
-->|<!--
# The first category does exist
# So create a link
-->{{hatnote|1={{{LABEL|See also}}}: [[:Category:{{{1|}}}]]}}<!--
-->|<!--
# The first category does NOT exist
# so try the second name
-->{{#ifexist: Category:{{{2|}}}<!--
-->|<!--
# The second category does exist
# So create a link
-->{{hatnote|1={{{LABEL|See also}}}: [[:Category:{{{2|}}}]]}}<!--
-->|<!--
# The second category does NOT exist
# so try the third name
-->{{#ifexist: Category:{{{3|}}}<!--
-->|<!--
# The third category does exist
# So create a link
-->{{hatnote|1={{{LABEL|See also}}}: [[:Category:{{{3|}}}]]}}<!--
-->|<!--
# The third category does NOT exist
# so try the fourth name
-->{{#ifexist: Category:{{{4|}}}<!--
-->|<!--
# The fourth category does exist
# So create a link
-->{{hatnote|1={{{LABEL|See also}}}: [[:Category:{{{4|}}}]]}}<!--
-->|<!--
# No category exists
# so do nothing
-->}}<!--
-->}}<!--
-->}}<!--
-->}}</includeonly><noinclude>
{{Documentation}}
</noinclude>