Difference between revisions of "Template:See also"

From VideoLAN Wiki
Jump to navigation Jump to search
m (fix?)
(add documentation)
Line 1: Line 1:
 
:''See also: [[:{{{1|Example page}}}|{{{label1|{{{1|Example page}}}}}}]]{{#if:{{{2|}}}|{{#if:{{{3|}}}|,&#32;|&nbsp;and&#32;}}[[:{{{2|Example page 2}}}|{{{label2|{{{2|Example page 2}}}}}}]]|}}{{#if:{{{3|}}}|{{#if:{{{4|}}}|,&#32;|&nbsp;and&#32;}}[[:{{{3|Example page 3}}}|{{{label3|{{{3|Example page 3}}}}}}]]|}}{{#if:{{{4|}}}|&nbsp;and&#32;[[:{{{4|Example page 4}}}|{{{label4|{{{4|Example page 4}}}}}}]]|}}''<noinclude>
 
:''See also: [[:{{{1|Example page}}}|{{{label1|{{{1|Example page}}}}}}]]{{#if:{{{2|}}}|{{#if:{{{3|}}}|,&#32;|&nbsp;and&#32;}}[[:{{{2|Example page 2}}}|{{{label2|{{{2|Example page 2}}}}}}]]|}}{{#if:{{{3|}}}|{{#if:{{{4|}}}|,&#32;|&nbsp;and&#32;}}[[:{{{3|Example page 3}}}|{{{label3|{{{3|Example page 3}}}}}}]]|}}{{#if:{{{4|}}}|&nbsp;and&#32;[[:{{{4|Example page 4}}}|{{{label4|{{{4|Example page 4}}}}}}]]|}}''<noinclude>
<!-- comments can go in this middle section -->
+
----
 +
This template was reverse-engineered to resemble [//en.wikipedia.org/wiki/Template:See_also Wikipedia's template], but is my own work.<br />
 +
It can be used at the very beginning of articles to link up to four pages.<br />
 +
;Examples
 +
<code><nowiki>{{See also|foo}}</nowiki></code> produces:<br />
 +
{{See also|foo}}
 +
<code><nowiki>{{See also|foo|bar|baz|qux}}</nowiki></code> produces:<br />
 +
{{See also|foo|bar|baz|qux}}
 +
<code><nowiki>{{See also|VLC|label1=An awesome media player}}</nowiki></code> produces:<br />
 +
{{See also|VLC|label1=An awesome media player}}
 +
 
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 05:26, 6 November 2016

See also: Example page

This template was reverse-engineered to resemble Wikipedia's template, but is my own work.
It can be used at the very beginning of articles to link up to four pages.

Examples

{{See also|foo}} produces:

See also: foo

{{See also|foo|bar|baz|qux}} produces:

See also: foo, bar, baz and qux

{{See also|VLC|label1=An awesome media player}} produces:

See also: An awesome media player