Template:Alphabet TOC: Difference between revisions

From Kainga Encyclopedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
{| style="width:100%;text-align:center"
{| style="width:100%;text-align:center"
| '''Skip to letter:'''
| '''Skip to letter:'''
|-
|-
| {{#if:{{{a|}}}|'''[[#{{{a|}}}{{!}}A]]'''|A}} – {{#if:{{{b|}}}|'''[[#{{{b|}}}{{!}}B]]'''|B}} – {{#if:{{{c|}}}|'''[[#{{{c|}}}{{!}}C]]'''|C}} – {{#if:{{{d|}}}|'''[[#{{{d|}}}{{!}}D]]'''|D}} – {{#if:{{{e|}}}|'''[[#{{{e|}}}{{!}}E]]'''|E}} – {{#if:{{{f|}}}|'''[[#{{{f|}}}{{!}}F]]'''|F}} – {{#if:{{{g|}}}|'''[[#{{{g|}}}{{!}}G]]'''|G}} – {{#if:{{{h|}}}|'''[[#{{{h|}}}{{!}}H]]'''|H}} – {{#if:{{{i|}}}|'''[[#{{{i|}}}{{!}}I]]'''|I}} – {{#if:{{{j|}}}|'''[[#{{{j|}}}{{!}}J]]'''|J}} – {{#if:{{{k|}}}|'''[[#{{{k|}}}{{!}}K]]'''|K}} – {{#if:{{{l|}}}|'''[[#{{{l|}}}{{!}}L]]'''|L}} – {{#if:{{{m|}}}|'''[[#{{{m|}}}{{!}}M]]'''|M}} – {{#if:{{{n|}}}|'''[[#{{{n|}}}{{!}}N]]'''|N}} – {{#if:{{{o|}}}|'''[[#{{{o|}}}{{!}}O]]'''|O}} – {{#if:{{{p|}}}|'''[[#{{{p|}}}{{!}}P]]'''|P}} – {{#if:{{{q|}}}|'''[[#{{{q|}}}{{!}}Q]]'''|Q}} – {{#if:{{{r|}}}|'''[[#{{{r|}}}{{!}}R]]'''|R}} – {{#if:{{{s|}}}|'''[[#{{{s|}}}{{!}}S]]'''|S}} – {{#if:{{{t|}}}|'''[[#{{{t|}}}{{!}}T]]'''|T}} – {{#if:{{{u|}}}|'''[[#{{{u|}}}{{!}}U]]'''|U}} – {{#if:{{{v|}}}|'''[[#{{{v|}}}{{!}}V]]'''|V}} – {{#if:{{{w|}}}|'''[[#{{{w|}}}{{!}}W]]'''|W}} – {{#if:{{{x|}}}|'''[[#{{{x|}}}{{!}}X]]'''|X}} – {{#if:{{{y|}}}|'''[[#{{{y|}}}{{!}}Y]]'''|Y}} – {{#if:{{{z|}}}|'''[[#{{{z|}}}{{!}}Z]]'''|Z}}
| {{#if:{{{a|}}}|'''[[#{{{a|}}}{{!}}A]]'''|A}} • {{#if:{{{b|}}}|'''[[#{{{b|}}}{{!}}B]]'''|B}} • {{#if:{{{c|}}}|'''[[#{{{c|}}}{{!}}C]]'''|C}} • {{#if:{{{d|}}}|'''[[#{{{d|}}}{{!}}D]]'''|D}} • {{#if:{{{e|}}}|'''[[#{{{e|}}}{{!}}E]]'''|E}} • {{#if:{{{f|}}}|'''[[#{{{f|}}}{{!}}F]]'''|F}} • {{#if:{{{g|}}}|'''[[#{{{g|}}}{{!}}G]]'''|G}} • {{#if:{{{h|}}}|'''[[#{{{h|}}}{{!}}H]]'''|H}} • {{#if:{{{i|}}}|'''[[#{{{i|}}}{{!}}I]]'''|I}} • {{#if:{{{j|}}}|'''[[#{{{j|}}}{{!}}J]]'''|J}} • {{#if:{{{k|}}}|'''[[#{{{k|}}}{{!}}K]]'''|K}} • {{#if:{{{l|}}}|'''[[#{{{l|}}}{{!}}L]]'''|L}} • {{#if:{{{m|}}}|'''[[#{{{m|}}}{{!}}M]]'''|M}} • {{#if:{{{n|}}}|'''[[#{{{n|}}}{{!}}N]]'''|N}} • {{#if:{{{o|}}}|'''[[#{{{o|}}}{{!}}O]]'''|O}} • {{#if:{{{p|}}}|'''[[#{{{p|}}}{{!}}P]]'''|P}} • {{#if:{{{q|}}}|'''[[#{{{q|}}}{{!}}Q]]'''|Q}} • {{#if:{{{r|}}}|'''[[#{{{r|}}}{{!}}R]]'''|R}} • {{#if:{{{s|}}}|'''[[#{{{s|}}}{{!}}S]]'''|S}} • {{#if:{{{t|}}}|'''[[#{{{t|}}}{{!}}T]]'''|T}} • {{#if:{{{u|}}}|'''[[#{{{u|}}}{{!}}U]]'''|U}} • {{#if:{{{v|}}}|'''[[#{{{v|}}}{{!}}V]]'''|V}} • {{#if:{{{w|}}}|'''[[#{{{w|}}}{{!}}W]]'''|W}} • {{#if:{{{x|}}}|'''[[#{{{x|}}}{{!}}X]]'''|X}} • {{#if:{{{y|}}}|'''[[#{{{y|}}}{{!}}Y]]'''|Y}} • {{#if:{{{z|}}}|'''[[#{{{z|}}}{{!}}Z]]'''|Z}}
|}
|}<noinclude>
'''Usage:''' Apply the template below and delete any letters that are not needed. The value of each variable must be a section header or other anchor point.
 
<pre>
{{Alphabet TOC
|a=
|b=
|c=
|d=
|e=
|f=
|g=
|h=
|i=
|j=
|k=
|l=
|m=
|n=
|o=
|p=
|q=
|r=
|s=
|t=
|u=
|v=
|w=
|x=
|y=
|z=
}}
</pre>
 
'''Requirements:''' Alphabet TOC uses <tt>#if:</tt> so it requires the [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions ParserFunctions] extension.</noinclude>

Latest revision as of 23:08, 12 June 2024

Skip to letter:
A • B • C • D • E • F • G • H • I • J • K • L • M • N • O • P • Q • R • S • T • U • V • W • X • Y • Z

Usage: Apply the template below and delete any letters that are not needed. The value of each variable must be a section header or other anchor point.

{{Alphabet TOC
|a=
|b=
|c=
|d=
|e=
|f=
|g=
|h=
|i=
|j=
|k=
|l=
|m=
|n=
|o=
|p=
|q=
|r=
|s=
|t=
|u=
|v=
|w=
|x=
|y=
|z=
}}

Requirements: Alphabet TOC uses #if: so it requires the ParserFunctions extension.