<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_name_module%2Fdoc</id>
	<title>Template:Infobox name module/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_name_module%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_name_module/doc&amp;action=history"/>
	<updated>2026-04-04T21:08:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_name_module/doc&amp;diff=9224&amp;oldid=prev</id>
		<title>&gt;Gonnym at 19:07, 21 May 2023</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_name_module/doc&amp;diff=9224&amp;oldid=prev"/>
		<updated>2023-05-21T19:07:48Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{high-use}}&lt;br /&gt;
{{Tl|Infobox name module}} is used to add a film&amp;#039;s original native title (along with the romanized equivalent if necessary) to the infobox on film articles in cases where the [[WP:COMMONNAME]] title of the film is different. It is NOT for adding general purpose translations to the infobox, even in cases where the film was a co-production between several different countries. Any title besides the original native copyrighted title should be removed. In cases where there is a dispute over which title is the native title, discuss the matter at the article talk page and arrive at a consensus before adding the title to the infobox.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The template takes the various film titles and is assigned to the {{para|native_name}} parameter at {{tl|Infobox film}}. The native language and original title of a film can be assigned to the &amp;lt;code&amp;gt;language&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; parameters.&lt;br /&gt;
&lt;br /&gt;
This template is not compatible with use in the {{para|native_name}} parameter in infoboxes that wrap that parameter in {{tag|span}} or {{tag|div}} tags; its use in such situations causes misnested span or div tags. In those infoboxes, put this template in {{para|module}} or {{para|embedded}}, if present.&lt;br /&gt;
&lt;br /&gt;
This template used to support parameters for languages with multiple writing systems. They have been removed following a [[Wikipedia:Templates for discussion/Log/2017 April 7#Template:Infobox name module|successful merger proposal]] and are replaced with other templates which have more options, which are listed in the [[#Former parameters]] section. The parameters supported by this template are {{para|1}}, {{para|2}}, {{para|language}}, {{para|nolink}}, {{para|title}}, {{para|original}} and {{para|translation}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox name module&lt;br /&gt;
| language    = &lt;br /&gt;
| title       =&lt;br /&gt;
| nolink      =&lt;br /&gt;
| translation = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
All parameters are optional.&lt;br /&gt;
&lt;br /&gt;
The first two parameters do not need to be named. For example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Infobox name module|Japanese|千と千尋の神隠し}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Infobox name module|ja|千と千尋の神隠し}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will render the same as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Infobox name module|language=Japanese|title=千と千尋の神隠し}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. An example of this type of usage can be viewed at [https://en.wikipedia.org/w/index.php?title=Godless_(film)&amp;amp;diff=745870294&amp;amp;oldid=745865104 Godless (film)] where the Bulgarian title is rendered in the infobox.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:5em;&amp;quot; | Parameter&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| language    || The name of the language either in full (e.g. English) or using an {{tl|ISO 639 name}} (e.g. &amp;quot;en&amp;quot;). If the language parameter is not set then the template will automatically set the name of the field to &amp;quot;Original title&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| title       || The film&amp;#039;s title as represented in the language&lt;br /&gt;
|-&lt;br /&gt;
| original    || The same parameter as &amp;quot;title&amp;quot;. They can be used interchangeably. &amp;quot;Title&amp;quot; was introduced as a more intuitive parameter name when the template was updated, but &amp;quot;original&amp;quot; is retained to ensure older versions of the template continue to work correctly.&lt;br /&gt;
|-&lt;br /&gt;
| nolink      || Set to &amp;quot;1&amp;quot; to deactivate the automatic linking of the language&lt;br /&gt;
|-&lt;br /&gt;
| translation || Translation of native name&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = The Year of the Discovery&lt;br /&gt;
| native_name    = {{Infobox name module&lt;br /&gt;
| language = Spanish&lt;br /&gt;
| title = El año del descubrimiento&lt;br /&gt;
}}&lt;br /&gt;
| director       = Luis López Carrasco&lt;br /&gt;
| producer       = Pedro Palacios&amp;lt;br /&amp;gt;Daniel M. Caneiro&amp;lt;br /&amp;gt;Ricard Sales&amp;lt;br /&amp;gt;Marta Lacima&amp;lt;br /&amp;gt;Luis Ferrón&amp;lt;br /&amp;gt;Luis López Carrasco&amp;lt;br /&amp;gt;Javier Fernández&lt;br /&gt;
| writer         = Raúl Liarte&amp;lt;br /&amp;gt;Luis López Carrasco&lt;br /&gt;
| starring       = &lt;br /&gt;
| music          =  &lt;br /&gt;
| cinematography = Sara Gallego Grau &lt;br /&gt;
| editing        = Sergio Jiménez Barranquero  &lt;br /&gt;
| studio         = &lt;br /&gt;
| distributor    = &lt;br /&gt;
| released       = {{Film date|df=y|2020|01|25|[[International Film Festival Rotterdam|IFFR]]|2020|11|13|Spain}}&lt;br /&gt;
| runtime        = 200 minutes&lt;br /&gt;
| country        = Spain&amp;lt;br /&amp;gt;Switzerland&lt;br /&gt;
| language       = Spanish&lt;br /&gt;
| budget         = &lt;br /&gt;
| gross          = &lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
Add this code:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
| native_name = {{Infobox name module&lt;br /&gt;
| language = Spanish&lt;br /&gt;
| title = El año del descubrimiento&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
| native_name = {{Infobox name module|es|El año del descubrimiento}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To the infobox:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = The Year of the Discovery&lt;br /&gt;
| native_name    = {{Infobox name module&lt;br /&gt;
| language = Spanish&lt;br /&gt;
| title = El año del descubrimiento&lt;br /&gt;
}}&lt;br /&gt;
| director       = Luis López Carrasco&lt;br /&gt;
| producer       = Pedro Palacios&amp;lt;br /&amp;gt;Daniel M. Caneiro&amp;lt;br /&amp;gt;Ricard Sales&amp;lt;br /&amp;gt;Marta Lacima&amp;lt;br /&amp;gt;Luis Ferrón&amp;lt;br /&amp;gt;Luis López Carrasco&amp;lt;br /&amp;gt;Javier Fernández&lt;br /&gt;
| writer         = Raúl Liarte&amp;lt;br /&amp;gt;Luis López Carrasco&lt;br /&gt;
| starring       = &lt;br /&gt;
| music          =  &lt;br /&gt;
| cinematography = Sara Gallego Grau &lt;br /&gt;
| editing        = Sergio Jiménez Barranquero  &lt;br /&gt;
| studio         = &lt;br /&gt;
| distributor    = &lt;br /&gt;
| released       = {{Film date|df=y|2020|01|25|[[International Film Festival Rotterdam|IFFR]]|2020|11|13|Spain}}&lt;br /&gt;
| runtime        = 200 minutes&lt;br /&gt;
| country        = Spain&amp;lt;br /&amp;gt;Switzerland&lt;br /&gt;
| language       = Spanish&lt;br /&gt;
| budget         = &lt;br /&gt;
| gross          = &lt;br /&gt;
}} &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Former parameters ==&lt;br /&gt;
This template formely used to support parameters for languages with multiple writing systems. The usage of these parameters is deprecated and is slated for removal soon. They are replaced from other templates which give more options for customization in addition to what this template used to support.&lt;br /&gt;
&lt;br /&gt;
===Chinese===&lt;br /&gt;
* Replaced by {{tl|Infobox Chinese}} or {{tl|Infobox Chinese/Chinese}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:5em;&amp;quot; | Parameter&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| traditional  || The film&amp;#039;s name in [[Traditional Chinese characters]] as used in [[Taiwan]], [[Hong Kong]], and [[Macau]]&lt;br /&gt;
|-&lt;br /&gt;
| simplified   || The film&amp;#039;s name in [[Simplified Chinese characters]] as used in [[China]], [[Malaysia]], and [[Singapore]]&lt;br /&gt;
|-&lt;br /&gt;
| chinese      || The film&amp;#039;s name in [[Chinese characters]], use only when Simplified Chinese and Traditional Chinese are identical&lt;br /&gt;
|-&lt;br /&gt;
| pinyin       || The film&amp;#039;s [[Standard Chinese|Mandarin Chinese]] name in the [[Pinyin]] romanization system&lt;br /&gt;
|-&lt;br /&gt;
| jyutping     || The film&amp;#039;s [[Cantonese]] name in the [[Jyutping]] romanization system&lt;br /&gt;
|-&lt;br /&gt;
| poj          || The film&amp;#039;s [[Taiwanese Hokkien]] name in the [[Pe̍h-ōe-jī]] romanization system&lt;br /&gt;
|-&lt;br /&gt;
| lbl8         || Chinese dialect spoken in film if it&amp;#039;s not Mandarin, Cantonese or Hokkien, e.g. [[Shanghainese]], [[Suzhou dialect]], [[Hakka]], [[Hokkien]], [[Taishanese]]&lt;br /&gt;
|-&lt;br /&gt;
| data8        || The film&amp;#039;s romanized name in the dialect of lbl8&lt;br /&gt;
|-&lt;br /&gt;
| translation  || The film&amp;#039;s unofficially translated title (if very different from the official English title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Japanese===&lt;br /&gt;
* Replaced by {{tl|Infobox Japanese}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:5em;&amp;quot; | Parameter&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| kanji        || Film&amp;#039;s name as it appears in Japanese language sources, whether or not it includes Japanese [[kanji]], [[hiragana]], [[katakana]], or a mix of the three with Latin text.&lt;br /&gt;
|-&lt;br /&gt;
| romaji       || The [[Hepburn romanization]] of the Japanese language title.&lt;br /&gt;
|-&lt;br /&gt;
| translation  || The film&amp;#039;s unofficially translated title (if very different from the official English title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Korean===&lt;br /&gt;
* Replaced by {{tl|Infobox Korean}} or {{tl|Infobox Chinese/Korean}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:5em;&amp;quot; | Parameter&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;hangul&amp;lt;/code&amp;gt;&lt;br /&gt;
| The Korean title of the film in [[hangul]]. Leaving this field empty will add the page to [[:Category:Articles needing Korean script or text]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;hanja&amp;lt;/code&amp;gt;&lt;br /&gt;
| The Korean title of the film in [[hanja]]. If hanja is required for the article but unknown, use &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; to add the page to [[:Category:Wikipedia articles needing hanja]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;rr&amp;lt;/code&amp;gt;&lt;br /&gt;
| The [[Revised Romanization of Korean|Revised Romanization]] of the Korean title. Do &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; use italics, as the infobox will automatically italicize any text in this parameter. Leaving this field empty will add the page to [[:Category:Wikipedia articles needing romanized Korean]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;mr&amp;lt;/code&amp;gt;&lt;br /&gt;
| The [[McCune–Reischauer]] of the Korean title. Do &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; use italics, as the infobox will automatically italicize any text in this parameter. Leaving this field empty will add the page to [[:Category:Wikipedia articles needing romanized Korean]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;context&amp;lt;/code&amp;gt;&lt;br /&gt;
| Context specification. Use &amp;lt;code&amp;gt;context = north&amp;lt;/code&amp;gt; for North Korean films &amp;#039;&amp;#039;&amp;#039;only&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;translation&amp;lt;/code&amp;gt;&lt;br /&gt;
| The film&amp;#039;s unofficially translated title (if very different from the official English title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Vietnamese===&lt;br /&gt;
* Replaced by {{tl|Infobox Chinese/Vietnamese}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:5em;&amp;quot; | Parameter&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;chuquocngu&amp;lt;/code&amp;gt;&lt;br /&gt;
| The [[Vietnamese alphabet]] of the Vietnamese language title.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;han-nom&amp;lt;/code&amp;gt;&lt;br /&gt;
| The [[Hán-Nôm]] of the Vietnamese language title.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;translation&amp;lt;/code&amp;gt;&lt;br /&gt;
| The film&amp;#039;s unofficially translated title (if very different from the official English title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Templatedata==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {},&lt;br /&gt;
		&amp;quot;language&amp;quot;: {},&lt;br /&gt;
		&amp;quot;nolink&amp;quot;: {},&lt;br /&gt;
		&amp;quot;title&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;original&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;translation&amp;quot;: {}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;,&lt;br /&gt;
		&amp;quot;2&amp;quot;,&lt;br /&gt;
		&amp;quot;language&amp;quot;,&lt;br /&gt;
		&amp;quot;nolink&amp;quot;,&lt;br /&gt;
		&amp;quot;title&amp;quot;,&lt;br /&gt;
		&amp;quot;translation&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Film- and television-related infobox templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- EDIT CATEGORIES BELOW THIS LINE--&amp;gt;&lt;br /&gt;
[[Category:Film infobox templates|Infobox]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Gonnym</name></author>
	</entry>
</feed>