Difference between revisions of "Template:Keywords/doc"
From The Lion King Wiki
(→Usage) |
(→Usage) |
||
Line 5: | Line 5: | ||
<pre>{{keywords|template|keywords|test}}</pre> | <pre>{{keywords|template|keywords|test}}</pre> | ||
− | {{keywords| | + | {{keywords|arg0=template|arg1=keywords|arg2=test}} |
Produces a string: <code>template, keywords, test</code> and adds it to the meta keywords of this document. View the source of this page to see the <code><meta keywords="" /></code> tag. | Produces a string: <code>template, keywords, test</code> and adds it to the meta keywords of this document. View the source of this page to see the <code><meta keywords="" /></code> tag. | ||
{{doc/end}} | {{doc/end}} |
Revision as of 23:42, 6 April 2011
This is a special template that takes any number of parameters without keys and adds it to the <meta keywords="" />
tag in the document header. This helps to improve search results.
Usage
{{keywords|template|keywords|test}}
<keywords content="" />
Produces a string: template, keywords, test
and adds it to the meta keywords of this document. View the source of this page to see the <meta keywords="" />
tag.
This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.