Difference between revisions of "Template:Translation in progress/doc"

From Moegirlpedia
Jump to: navigation, search
(Created page with " <templatedata> { "params": { "1": { "label": "posting time", "description": "time the template was added. Standard timestamp (~~~~~) recommended.", "example": "~~...")
 
m (TemplateData no longer in use// Edit via Wikiplus)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==Redirects==
 +
*<code>{{((}}TRIP{{))}}</code>
 +
*<code>{{((}}trip{{))}}</code>
  
<templatedata>
+
==Syntax==
{
+
Previous usages has shown that this template must be written inline, with no spacing whitespace. Basically, just always copy the example below to prevent unintended results.
"params": {
+
*<code>{{((}}Translation in progress|~~&#126;~~|(progress)|source={{))}}</code>
"1": {
+
*<code>{{((}}Translation in progress|~~&#126;~~|progress=(progress)|source={{))}}</code>
"label": "posting time",
+
*<code>{{((}}Translation in progress|~~&#126;~~|progress=(progress)|source=|type={{))}}</code>
"description": "time the template was added. Standard timestamp (~~~~~) recommended.",
+
**Use parameter <code>1</code> to notify the time the template was placed.
"example": "~~~~~",
+
**<code>progress</code> (or <code>2</code>) should be a percentage, like <code>2%</code>, <code>40%</code>, <code>100%</code>, etc.
"type": "string",
+
**If possible, provide a link to the orgininal text with <code>source</code>.
"autovalue": "~~~~~",
+
**Use <code>|type=sect</code> to notify a section being translated instead of a whole page.
"required": true
 
},
 
"type": {
 
"description": "Define the type. If describing only a section, use “sect” verbatim.",
 
"example": "sect",
 
"type": "string",
 
"autovalue": "sect"
 
},
 
"source": {
 
"description": "Source of translation. This is usually a link to the original texts.",
 
"example": "[https://zh.moegirl.org/example Example page]",
 
"type": "url",
 
"autovalue": "",
 
"suggested": true
 
},
 
"progress": {
 
"aliases": [
 
"2"
 
],
 
"description": "a percentage describing the translation, proofreading, and copy editing progress.",
 
"example": "10%, 50%, 100%",
 
"type": "number",
 
"default": "0%",
 
"required": true
 
}
 
},
 
"paramOrder": [
 
"1",
 
"progress",
 
"type",
 
"source"
 
],
 
"format": "inline",
 
"description": "Maintenance template for posting translation progresses and calling for translation, proofreading, and copy editing help."
 
}
 
</templatedata>
 

Latest revision as of 09:51, 28 February 2022

Redirects

  • {{TRIP}}
  • {{trip}}

Syntax

Previous usages has shown that this template must be written inline, with no spacing whitespace. Basically, just always copy the example below to prevent unintended results.

  • {{Translation in progress|~~~~~|(progress)|source=}}
  • {{Translation in progress|~~~~~|progress=(progress)|source=}}
  • {{Translation in progress|~~~~~|progress=(progress)|source=|type=}}
    • Use parameter 1 to notify the time the template was placed.
    • progress (or 2) should be a percentage, like 2%, 40%, 100%, etc.
    • If possible, provide a link to the orgininal text with source.
    • Use |type=sect to notify a section being translated instead of a whole page.