Difference between revisions of "Template:Keywords/doc"

From The Lion King Wiki
Jump to: navigation, search
(Usage)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{doc/start}}
 
{{doc/start}}
 +
{{msgbox|title=Sorry!|text=This template doesn't work right now.}}
 
This is a special template that takes any number of parameters without keys and adds it to the <code><meta keywords="" /></code> tag in the document header. This helps to improve search results.
 
This is a special template that takes any number of parameters without keys and adds it to the <code><meta keywords="" /></code> tag in the document header. This helps to improve search results.
  
Line 5: Line 6:
  
 
<pre>{{keywords|template|keywords|test}}</pre>
 
<pre>{{keywords|template|keywords|test}}</pre>
{{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}}

Latest revision as of 23:56, 6 April 2011

Template-info.png Documentation
Sorry!
This template doesn't work right now.

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}}

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.