Template:Infobox item/doc: Difference between revisions

Template page
Content added Content deleted
(created documentation)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{Lua|Module:Infobox Item}}
{{Lua|Module:Infobox item}} {{Cargo|items}}


__TOC__
__TOC__
Line 10: Line 10:
"item name": {
"item name": {
"type": "string",
"type": "string",
"required": true
"required": true,
"label": "Item Name",
"description": "The name of the item.",
"example": "Pure crystal of feelings"
},
},
"image": {
"image": {
"type": "string",
"type": "wiki-file-name",
"required": true
"required": true,
"label": "Item Image",
"description": "The image of the item.",
"example": "Pure crystal of feelings.png"
},
},
"japanese": {
"japanese": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"label": "Japanese",
"description": "The name of the item in Japanese.",
"example": "想いの純結晶"
},
},
"romaji": {
"romaji": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"label": "Romaji",
"description": "The romanized version of the Japanese item name."
},
},
"english": {
"english": {
"type": "string"
"type": "string",
"label": "English",
"description": "The English translation of the item name. This is usually the same as the item name, however, prefer a more translation in the same format as the Japanese item name.",
"example": "Pure crystal of feelings",
"suggested": true
},
},
"descrption": {
"descrption": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"label": "Description",
"description": "The description of the item, translated from Japanese."
}
}
},
},
Line 39: Line 56:
==Quick Copy==
==Quick Copy==
<pre>
<pre>
{{Infobox Item
{{Infobox item
|item name =
|item name =
|image =
|image =
Line 50: Line 67:


==Examples==
==Examples==
{{Infobox item

|item name = Pure crystal of feelings
|image = Pure crystal of feelings.png
|japanese = 想いの純結晶
|romaji =
|english = Pure crystal of feelings
|description =
}}
<pre>
{{Infobox item
|item name = Pure crystal of feelings
|image = Pure crystal of feelings.png
|japanese = 想いの純結晶
|romaji =
|english = Pure crystal of feelings
|description =
}}
</pre>


<includeonly>[[Category:Infobox templates]]</includeonly>
<includeonly>[[Category:Infobox templates]]</includeonly>

Latest revision as of 23:38, 28 April 2023

Parameters[edit source]

Infobox Item for displaying item information.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Item Nameitem name

The name of the item.

Example
Pure crystal of feelings
Stringrequired
Item Imageimage

The image of the item.

Example
Pure crystal of feelings.png
Filerequired
Japanesejapanese

The name of the item in Japanese.

Example
想いの純結晶
Stringsuggested
Romajiromaji

The romanized version of the Japanese item name.

Stringsuggested
Englishenglish

The English translation of the item name. This is usually the same as the item name, however, prefer a more translation in the same format as the Japanese item name.

Example
Pure crystal of feelings
Stringsuggested
Descriptiondescrption

The description of the item, translated from Japanese.

Stringsuggested

Quick Copy[edit source]

{{Infobox item
|item name = 
|image    = 
|japanese = 
|romaji   = 
|english  = 
|description = 
}}

Examples[edit source]

Pure crystal of feelings
Japanese想いの純結晶
Romaji
EnglishPure crystal of feelings
Item Description
{{Infobox item
|item name = Pure crystal of feelings
|image    = Pure crystal of feelings.png
|japanese = 想いの純結晶
|romaji   = 
|english  = Pure crystal of feelings
|description = 
}}


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