Wikipedia:TemplateData/Tutorial: Difference between revisions

Content deleted Content added
TemplateData
Line 22:
Many templates have parameters, such as dates, urls, article names, numbers or strings.
 
Determine what parameters are or may be used in the template. In some cases, it's values are within < >, (e.g., in "<nowiki>{{Str left|<string>|<count>}}</nowiki>", it's string and count.) It could also be parameters passed with equal signs. For instance, the <nowiki>{{cite web...}}</nowiki> template is passed values to complete a citation, such as url=, title=, accessdate=, etc. The template documentation on the main or subpage may summarize what parameters are or may be set for the template.
 
===Completing the TemplateData information===