Template:TemplateDataInfo/i18n/en: Difference between revisions
Template page
More actions
Updating to match new version of source page |
Importing a new version from external source |
||
| Line 3: | Line 3: | ||
<onlyinclude>{{TemplateDataInfo/layout | <onlyinclude>{{TemplateDataInfo/layout | ||
|title=TemplateData | |title=TemplateData | ||
|text=[[:mw:Special:MyLanguage/Extension:TemplateData|TemplateData]] is a way to store information about template parameters (the description of those and of the whole template) for both, humans and machines. It is used by [[:mw:Special:MyLanguage/:VisualEditor|VisualEditor]] and other tools. At Wikimedia Commons, we '''discouraged''' implantation of JSON-Data into Wikitext. Please avoid putting raw | |text=[[:mw:Special:MyLanguage/Extension:TemplateData|TemplateData]] is a way to store information about template parameters (the description of those and of the whole template) for both, humans and machines. It is used by [[:mw:Special:MyLanguage/:VisualEditor|VisualEditor]] and other tools. At Wikimedia Commons, we '''discouraged''' implantation of JSON-Data into Wikitext. Please avoid putting raw <nowiki><templatedata></nowiki>-tags into the wikitext. Instead, use {{tl|TemplateBox}} with <code><nowiki>useTemplateData=1</nowiki></code> or <code><nowiki>useTemplateData=only</nowiki></code>. <code><nowiki><nowiki></nowiki></code>-tags can be wrapped around the the arguments, if required, to avoid templates being expanded. | ||
|help=Wikipedia's help about TemplateData | |help=Wikipedia's help about TemplateData | ||
|helppage=:en:Wikipedia:VisualEditor/TemplateData/Tutorial | |helppage=:en:Wikipedia:VisualEditor/TemplateData/Tutorial | ||