Template:Seealso: Difference between revisions

Making the template actually work
(Starting a "{{seealso}}" template)
 
(Making the template actually work)
 
Line 1:
<includeonly>{{infobox|1=[[{{{title}}}]]}}
|above=See also
|subheader=[[{{{1}}}]]
}}</includeonly><noinclude>
<templatedata>
{
"params": {
"1": {
"label": "1st parameter",
"description": "Title of the article"
}
},
"description": "See another article here on [[electowiki]]",
"format": "block"
}
</templatedata>
 
== Examples ==
 
# Example 1
# * Syntax: <nowiki>{{seealso|Approval voting}}</nowiki>
# * Result: {{seealso|Approval voting}}
</noinclude>