Template:A-LINK: Difference between revisions

Updating template to have more useful output
(Adding name, anchor and URL parameters)
(Updating template to have more useful output)
 
Line 1:
<includeonly>
* [{{{url}}} {{{title}}}] (anchor={{{anchor|name}}}) - ''{{{author}}}''
* name={{{name}}}
* anchor={{{name}}}
* url={{{url}}}
</includeonly>
<noinclude>
<templatedata>
{
"params": {},
"anchor": {
"description": "Used for converting <a> elements in HTML into valid wikitext links and anchors."
"aliases": [
"name"
],
"label": "anchor"
},
"url": {},
"title": {},
"author": {}
},
"description": "Used for converting <a> elements in HTML into valid wikitext links and anchors.",
"paramOrder": [
"anchor",
"url",
"title",
"author"
]
}
</templatedata>
== Examples ==
* {{Template:A-LINK|name="65327"|url="http://lists.electorama.com/pipermail/election-methods-electorama.com//1996-February/065327.html"|title="New &quot;election-methods&quot; list"}}
* {{Template:A-LINK|url=http://lists.electorama.com/pipermail/election-methods-electorama.com//1996-February/065328.html|name="65328"|title="use of &quot;who&quot; inquiry"|author="Rob Lanphier"}}
</noinclude>