Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Magic word: Difference between revisions

Template page
No edit summary
Line 10: Line 10:
-->{{yesno|{{{mono|}}}|yes=1|no=0}}<!--
-->{{yesno|{{{mono|}}}|yes=1|no=0}}<!--
-->or{{yesno|{{{nowrap|}}}|yes=1|no=0}}<!--
-->or{{yesno|{{{nowrap|}}}|yes=1|no=0}}<!--
-->|<!--
-->|<!--
-->class="{{yesno|{{{mono|}}}|yes=monospaced|no=}} {{yesno|{{{nowrap|}}}|yes=nowrap|no=}}"<!--
-->class="{{yesno|{{{mono|}}}|yes=monospaced|no=}} {{yesno|{{{nowrap|}}}|yes=nowrap|no=}}"<!--
-->}}><!--
-->}}><!--

Revision as of 07:22, 19 April 2025

{{magic word}}

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:Magic word/doc.

Creates a formatted link to the documentation of a magic word.

Usage

{{Magic word}}

Template parameters

<templatedata>JSON</templatedata> ./. {{TemplateBox}}
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 VisualEditor and possibly other tools like Upload Wizard.


Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either ‎useTemplateData=1 or ‎useTemplateData=only on the ‎/doc subpage and transcluding it with {{Documentation}} into the template. ‎<nowiki>-tags can be wrapped around the arguments, if required, to avoid templates being expanded.

Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw ‎<templatedata>-tags into the Wikitext of the template, as described in various Wikipediae.


Wikipedia's help about TemplateDataCommons-specific information

Creates a formatted link to the documentation of a magic word.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Magic Word1

The name of the magic word or parser function.

Stringrequired
Parameter 02

The parameter passed immediately after the colon.

Contentoptional
Extensionext

The name of the extension that adds the parser function (without the “Extension:” namespace prefix)

Stringoptional
Code?code

Whether to use <code> styling.

Default
0
Auto value
1
Booleanoptional
Monospaced?mono

Whether to use `style="font-family:monospace"`.

Default
0
Auto value
1
Booleanoptional
Nowrap?nowrap

Whether to use `style="white-space:nowrap"`.

Default
0
Auto value
1
Booleanoptional
Edit parameter translations

Additional information

The template is intended to be used in the following namespaces: all namespaces

The template is intended to be used by the following user groups: all users

Examples

{{Magic word|nowrap=1|ext=Translate|#translation}}

renders as:

{{#translation:}}


{{Magic word|mono=1|nowrap=1|ext=Scribunto|#invoke|Example}}

renders as:

{{#invoke:Example}}


{{Magic word|code=1|#language|{{Magic word|PAGELANGUAGE}}}}

renders as:

See also

Localization

This template is not intended to be localized.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.