Difference between revisions of "Template:Main"

From Nottinghack Wiki
Jump to navigation Jump to search
(create tem)
(docs)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{hatnote|extraclasses=relarticle mainarticle|Main article{{#if:{{{2|}}}|s}}: [[{{{1}}}|{{{l1|{{{1}}}}}}]]{{#if:{{{2| }}}
+
::''{{hatnote|extraclasses=relarticle mainarticle|Main article{{#if:{{{2|}}}|s}}: [[{{{1}}}|{{{l1|{{{1}}}}}}]]{{#if:{{{2| }}}|{{#if:{{{3|}}}|, | and }}[[{{{2}}}|{{{l2|{{{2}}}}}}]]}}{{#if:{{{3|}}}
|{{#if:{{{3|}}}|, | and }}[[{{{2}}}|{{{l2|{{{2}}}}}}]]}}{{#if:{{{3|}}}
 
 
  |{{#if:{{{4|}}}|, |, and }}[[{{{3}}}|{{{l3|{{{3}}}}}}]]}}{{#if:{{{4|}}}
 
  |{{#if:{{{4|}}}|, |, and }}[[{{{3}}}|{{{l3|{{{3}}}}}}]]}}{{#if:{{{4|}}}
 
  |{{#if:{{{5|}}}|, |, and }}[[{{{4}}}|{{{l4|{{{4}}}}}}]]}}{{#if:{{{5|}}}
 
  |{{#if:{{{5|}}}|, |, and }}[[{{{4}}}|{{{l4|{{{4}}}}}}]]}}{{#if:{{{5|}}}
Line 8: Line 7:
 
  |{{#if:{{{9|}}}|, |, and }}[[{{{8}}}|{{{l8|{{{8}}}}}}]]}}{{#if:{{{9|}}}
 
  |{{#if:{{{9|}}}|, |, and }}[[{{{8}}}|{{{l8|{{{8}}}}}}]]}}{{#if:{{{9|}}}
 
  |{{#if:{{{10|}}}|, |, and }}[[{{{9}}}|{{{l9|{{{9}}}}}}]]}}{{#if:{{{10|}}}
 
  |{{#if:{{{10|}}}|, |, and }}[[{{{9}}}|{{{l9|{{{9}}}}}}]]}}{{#if:{{{10|}}}
  |, and [[{{{10}}}|{{{l10|{{{10}}}}}}]]}}{{#if:{{{11| }}}|&#32; (too many parameters in &#123;&#123;[[Template:main|main]]&#125;&#125;)}}}}<noinclude>
+
  |, and [[{{{10}}}|{{{l10|{{{10}}}}}}]]}}{{#if:{{{11| }}}|&#32; (too many parameters in &#123;&#123;[[Template:main|main]]&#125;&#125;)}}}}''<noinclude>
 
==Documentation==
 
==Documentation==
Used in subsections to point reader to main expanded article cover the topic of the subsection. Wiki mark-up:
+
Used at the top of an article or subsection to point reader to the main article on the subject. Wiki code:
<pre>
+
;Simple single parameter example
{{main|<page name>}}
+
<code><nowiki>{{main|ToDo}}</nowiki></code>
</pre>
+
:{{main|ToDo}}
[[Category:Template highlighting and linking]]
+
 
 +
;More parameters example
 +
<code><nowiki>{{main|Help:Reference guide|l1=Wiki Reference Guide|Help:Reference_guide#Namespaces|Wiki Namespaces}}</nowiki></code>
 +
:{{main|Help:Reference guide|l1=Wiki Reference Gudie|Help:Reference guide#Namespaces|l2=Wiki Namespaces}}
 +
 
 +
===Parameters===
 +
;<unnamed>
 +
:The page being linked to is passed as a unnamed parameter
 +
 
 +
;l<number>
 +
:The label used to link to the page can be specified. For example, l1 is used to specify label for first page passed.
 +
 
 +
===Templates used===
 +
Part of this template uses the following template/s:
 +
* [[Template:Hatnote]]
 +
 
 +
==See also==
 +
* [[Template:Also]]
 +
 
 +
[[Category:Templates highlighting]]
 
</noinclude>
 
</noinclude>

Latest revision as of 19:35, 1 March 2019

Documentation

Used at the top of an article or subsection to point reader to the main article on the subject. Wiki code:

Simple single parameter example

{{main|ToDo}}

More parameters example

{{main|Help:Reference guide|l1=Wiki Reference Guide|Help:Reference_guide#Namespaces|Wiki Namespaces}}

Parameters

<unnamed>
The page being linked to is passed as a unnamed parameter
l<number>
The label used to link to the page can be specified. For example, l1 is used to specify label for first page passed.

Templates used

Part of this template uses the following template/s:

See also