NeuroWiki:Cross-Language Synchronization Principles: Difference between revisions

No edit summary
Line 10: Line 10:
=== Multilingual Editors ===
=== Multilingual Editors ===
If you are proficient in other languages:
If you are proficient in other languages:
# After completing your edits in the current language site,
# After completing your edits in this English site,
# Immediately update the corresponding articles in other language sites.
# Immediately update the corresponding articles in Chinese or other language sites.
# Ensure core data consistency during updates.
# Ensure core data consistency during updates.


Line 24: Line 24:
1. Add the following at the point of modification:
1. Add the following at the point of modification:
<pre>{{Need to synchronize
<pre>{{Need to synchronize
|en-pagename = Page name in the English site
|zh-pagename = Page name in the Chinese site
|en-oldid = Current version ID of the English site
|zh-oldid = Current version ID of the Chinese site
|ja-pagename = Page name in the Japanese site
|ja-pagename = Page name in the Japanese site
|ja-oldid = Current version ID of the Japanese site
|ja-oldid = Current version ID of the Japanese site
}}</pre>
}}</pre>
2. Add the following at the '''top of the corresponding page''' in the '''other language site''':
2. Add the following at the '''top of the corresponding page''' in the '''Chinese site''' or other sites:
<pre>{{Need to synchronize from
<pre>{{Need to synchronize from
|site = Language code of the site you updated (zh/en/ja)
|site = Language code of the site you updated (en/ja)
|pagename = Page name in the site you updated
|pagename = Page name in the site you updated
|oldid = Timestamp of the updated page in your site
|oldid = Timestamp of the updated page in your site
Line 44: Line 44:
<pre>{{Need to synchronize
<pre>{{Need to synchronize
|tag=fullpage
|tag=fullpage
|en-pagename = Page name in the English site
|zh-pagename = Page name in the Chinese site
|en-oldid = Current version ID of the English site
|zh-oldid = Current version ID of the Chinese site
|ja-pagename = Page name in the Japanese site
|ja-pagename = Page name in the Japanese site
|ja-oldid = Current version ID of the Japanese site
|ja-oldid = Current version ID of the Japanese site
}}</pre>
}}</pre>
2. Add the following at the '''top of the corresponding page''' in the '''other language site''':
2. Add the following at the '''top of the corresponding page''' in the '''Chinese site''' or other sites:
<pre>{{Need to synchronize from
<pre>{{Need to synchronize from
|site = Language code of the site you updated (zh/en/ja)
|site = Language code of the site you updated (en/ja)
|pagename = Page name in the site you updated
|pagename = Page name in the site you updated
|oldid = Timestamp of the updated page in your site
|oldid = Timestamp of the updated page in your site
Line 67: Line 67:
||
||
|}
|}
==== How to Obtain the Timestamp (oldid) ====
==== How to Obtain the Timestamp (version ID / oldid) ====
# Click the "History" button of the article page.
# Click the "History" button on the article page.
# Select the latest revision in the target language site.
# Select the latest revision in the target language site (e.g., Chinese site).
# Copy the number following "oldid=" from the URL (e.g., oldid=12345).
# Copy the number following "oldid=" from the URL (e.g., oldid=12345).