今天是2024年11月5日 第45周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
“Template:FromOther/doc”的版本间的差异
小 (导入6个版本:测试导入导出;来源为EnMGP) |
(翻译模板数据) |
||
第40行: | 第40行: | ||
#*<code>copyright=agreement</code>. | #*<code>copyright=agreement</code>. | ||
#*This applies when a copyright holder(s) agree to release their copyrighted material for use by Moegirlpedia. Credit as usual, but use <code>licenseURL</code> to provide a link to the text of the agreement or proof of its existence if possible. | #*This applies when a copyright holder(s) agree to release their copyrighted material for use by Moegirlpedia. Credit as usual, but use <code>licenseURL</code> to provide a link to the text of the agreement or proof of its existence if possible. | ||
− | #*Barebone: <code><nowiki>{{FromOther|copyright=agreement|contribURL=}}</nowiki></code> | + | #*Barebone: <code><nowiki>{{FromOther|copyright=agreement|licenseURL=|contribURL=}}</nowiki></code> |
#Other licenses. | #Other licenses. | ||
#*Let <code>copyright</code> be the name of the license (e.g. <code>copyright=the Apache License</code>), and use <code>licenseURL</code> to provide a link to the text of the license. Credit the contributors as required by the license. | #*Let <code>copyright</code> be the name of the license (e.g. <code>copyright=the Apache License</code>), and use <code>licenseURL</code> to provide a link to the text of the license. Credit the contributors as required by the license. | ||
− | #*Barebone: <code><nowiki>{{FromOther|copyright=|contribURL=}}</nowiki></code> | + | #*Barebone: <code><nowiki>{{FromOther|copyright=|licenseURL=|contribURL=}}</nowiki></code> |
==Template data== | ==Template data== | ||
<templatedata> | <templatedata> | ||
第49行: | 第49行: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
− | "label": " | + | "label": " 网站", |
− | "description": " | + | "description": " 来源网站的名字。", |
− | "example": " | + | "example": " 中文维基百科", |
"type": "string", | "type": "string", | ||
"suggested": true, | "suggested": true, | ||
− | "default": " | + | "default": " 另一个维基计划", |
"aliases": [ | "aliases": [ | ||
"site" | "site" | ||
第60行: | 第60行: | ||
}, | }, | ||
"2": { | "2": { | ||
− | "label": " | + | "label": " 页面", |
− | "description": " | + | "description": " 来源页面的名字。如果想要使用链接,请写完整外链。", |
"example": "[https://zh.moegirl.org/Are_you_OK Are you OK]", | "example": "[https://zh.moegirl.org/Are_you_OK Are you OK]", | ||
"type": "string", | "type": "string", | ||
− | |||
"aliases": [ | "aliases": [ | ||
"page" | "page" | ||
− | ] | + | ], |
+ | "deprecated": "用“origin”和“originURL”代替。" | ||
}, | }, | ||
"sect": { | "sect": { | ||
− | "label": " | + | "label": " 段落", |
− | "description": " | + | "description": " 为本参数赋值“sect”来让本模板仅标识一个段落而非整个页面。其他输入会被忽略。", |
"example": "sect", | "example": "sect", | ||
"type": "string", | "type": "string", | ||
第77行: | 第77行: | ||
}, | }, | ||
"originURL": { | "originURL": { | ||
− | "description": " | + | "description": " 提供来源页面的 URL。", |
"example": "https://zh.moegirl.org/Are_You_OK", | "example": "https://zh.moegirl.org/Are_You_OK", | ||
"type": "url", | "type": "url", | ||
− | "autovalue": "" | + | "autovalue": "", |
+ | "label": "来源 URL" | ||
}, | }, | ||
"origin": { | "origin": { | ||
− | "description": " | + | "description": " 提供来源页面的名称。", |
"example": "Are You OK", | "example": "Are You OK", | ||
− | "type": "string" | + | "type": "string", |
+ | "label": "来源", | ||
+ | "suggested": true | ||
}, | }, | ||
"copyright": { | "copyright": { | ||
− | "description": " | + | "description": " 提供版权或授权类型。要使用创意共享,请赋值\"cc\" ;要使用公共领域,请赋值\"pd\" ;要使用\b作者授权,请赋值\"agreement\" ;要使用任何其他授权证书,直接填写证书名字。", |
− | "example": "cc | + | "example": "cc ;pd;Apache证书", |
"type": "string", | "type": "string", | ||
"autovalue": "cc", | "autovalue": "cc", | ||
− | "suggested": true | + | "suggested": true, |
+ | "label": "版权授权" | ||
}, | }, | ||
"lsubtype": { | "lsubtype": { | ||
− | "label": " | + | "label": " 证书子类型", |
− | "description": " | + | "description": " 目前仅在证书为CC时可用。提供正确的CC证书子类型(如“BY-NC-SA ”)。", |
− | "example": "BY-NC-SA | + | "example": "BY-NC-SA ;BY;zero", |
"type": "string", | "type": "string", | ||
− | "autovalue": "BY | + | "autovalue": "BY-SA", |
"suggested": true | "suggested": true | ||
}, | }, | ||
"lver": { | "lver": { | ||
− | "label": " | + | "label": " 证书版本号", |
− | "description": " | + | "description": " 目前仅在证书为CC时可用。提供正确的CC证书版本号。", |
− | "example": "3.0 | + | "example": "3.0 ;4.0", |
"type": "string", | "type": "string", | ||
"autovalue": "4.0", | "autovalue": "4.0", | ||
第111行: | 第115行: | ||
}, | }, | ||
"licenseURL": { | "licenseURL": { | ||
− | "description": " | + | "description": " 到证书或授权的链接。如果证书类型是CC则不必填写本项;模板会自动生成链接。", |
"type": "url", | "type": "url", | ||
"autovalue": "", | "autovalue": "", | ||
− | "label": " | + | "label": " 证书 URL" |
}, | }, | ||
"contributors": { | "contributors": { | ||
− | "description": " | + | "description": " 列出所有贡献者。仅在贡献者数量很少或可以省略时使用。", |
− | "example": "John Doe | + | "example": "John Doe ;王小刚和Anna Ivanova ;维基用户 et al.", |
− | "type": "string" | + | "type": "string", |
+ | "label": "贡献者" | ||
}, | }, | ||
"contribURL": { | "contribURL": { | ||
− | "label": " | + | "label": " 贡献者 URL", |
− | "description": " | + | "description": " 到所有贡献者列表的链接。对于维基计划而言,这通常是查看历史版本的页面。", |
"example": "https://zh.moegirl.org/index.php?title=Are_You_OK&actgion=history;", | "example": "https://zh.moegirl.org/index.php?title=Are_You_OK&actgion=history;", | ||
"type": "url", | "type": "url", | ||
第129行: | 第134行: | ||
} | } | ||
}, | }, | ||
− | "description": " | + | "description": " 用来标记原先来自其他地方的页面或内容的页顶(或段顶)模板。", |
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
− | |||
"sect", | "sect", | ||
+ | "origin", | ||
"originURL", | "originURL", | ||
− | |||
"copyright", | "copyright", | ||
"lsubtype", | "lsubtype", | ||
第141行: | 第145行: | ||
"licenseURL", | "licenseURL", | ||
"contributors", | "contributors", | ||
− | "contribURL" | + | "contribURL", |
+ | "2" | ||
], | ], | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> |
2020年6月1日 (一) 10:15的版本
This is a page-top or section-top template used to mark pages originally from different wiki projects.
Syntax
You may simply use {{FromOther}}
, but this is not recommended. Instead, you are encouraged to give credit whenever you can.
Common usage
In most cases, you can use:
{{FromOther|site=|originURL=|origin=|copyright=cc|lsubtype=by-sa|lver=4.0|contribURL=}}
You will provide the site name, a link to original page, the name of the page, and a link to a list of contributors. This particular template declares that the original page is shared under CC BY-SA 4.0. Make sure to check if the license is correct.
For works that have few contributors or no website detailing the contributors, you may use contributors
instead of contribURL
.
For example: If you are to reference "Earth" from English wikipedia, use
{{FromOther|site=English Wikipedia|originURL=https://en.wikipedia.org/wiki/Earth|origin=Earth|copyright=cc|lsubtype=by-sa|lver=3.0|contribURL=https://en.wikipedia.org/w/index.php?title=Earth&action=history}}
which yields
本模板原先来自English Wikipedia的Earth,依照 CC BY-SA 3.0 授权被引入;原始贡献者的名字可以在这里看到。 经过双方编辑者的修改,本模板可能已与它的来源大不相同。 |
The sect
parameter
You can use |sect=sect
to mark a section instead of the entire page.
{{FromOther|sect=sect|site=Chinese Moegirlpedia|originURL=https://zh.moegirl.org/博丽灵梦#基本资料|origin=博丽灵梦#基本资料|copyright=cc|lsubtype=by-nc-sa|lver=3.0|contribURL=https://zh.moegirl.org/index.php?title=博丽灵梦&action=history}}
yields
本段落原先来自Chinese Moegirlpedia的博丽灵梦#基本资料,依照 CC BY-NC-SA 3.0 授权被引入;原始贡献者的名字可以在这里看到。 经过双方编辑者的修改,本段落可能已与它的来源大不相同。 |
The copyright
parameter
Currently, the copyright
parameter allows one to choose between three types of predefined license or define their own license.
- Creative Commons.
copyright=cc
.- You will also need to provide the license subtype (e.g. "BY", "BY-NC-SA", etc.) via the
lsubtype
parameter and the license version via thelver
parameter. - The template will automatically generate link to the respective CC licenses with the above provided information; do not use
licenseURL
. - Special support is made for CC0 1.0. The license subtype is
zero
. - Barebone:
{{FromOther|copyright=cc|lsubtype=|lver=|contribURL=}}
- Public Domain.
copyright=pd
.- Although it is not necessary to credit public domain material, it is a good gesture to do so.
- Barebone:
{{FromOther|copyright=pd}}
- Agreement.
copyright=agreement
.- This applies when a copyright holder(s) agree to release their copyrighted material for use by Moegirlpedia. Credit as usual, but use
licenseURL
to provide a link to the text of the agreement or proof of its existence if possible. - Barebone:
{{FromOther|copyright=agreement|licenseURL=|contribURL=}}
- Other licenses.
- Let
copyright
be the name of the license (e.g.copyright=the Apache License
), and uselicenseURL
to provide a link to the text of the license. Credit the contributors as required by the license. - Barebone:
{{FromOther|copyright=|licenseURL=|contribURL=}}
- Let
Template data
用来标记原先来自其他地方的页面或内容的页顶(或段顶)模板。
参数 | 说明 | 类型 | 状态 | |
---|---|---|---|---|
网站 | 1 site | 来源网站的名字。
| 字符串 | 推荐 |
段落 | sect | 为本参数赋值“sect”来让本模板仅标识一个段落而非整个页面。其他输入会被忽略。
| 字符串 | 可选 |
来源 | origin | 提供来源页面的名称。
| 字符串 | 推荐 |
来源 URL | originURL | 提供来源页面的 URL。
| URL | 可选 |
版权授权 | copyright | 提供版权或授权类型。要使用创意共享,请赋值"cc";要使用公共领域,请赋值"pd";要使用作者授权,请赋值"agreement";要使用任何其他授权证书,直接填写证书名字。
| 字符串 | 推荐 |
证书子类型 | lsubtype | 目前仅在证书为CC时可用。提供正确的CC证书子类型(如“BY-NC-SA”)。
| 字符串 | 推荐 |
证书版本号 | lver | 目前仅在证书为CC时可用。提供正确的CC证书版本号。
| 字符串 | 推荐 |
证书 URL | licenseURL | 到证书或授权的链接。如果证书类型是CC则不必填写本项;模板会自动生成链接。
| URL | 可选 |
贡献者 | contributors | 列出所有贡献者。仅在贡献者数量很少或可以省略时使用。
| 字符串 | 可选 |
贡献者 URL | contribURL | 到所有贡献者列表的链接。对于维基计划而言,这通常是查看历史版本的页面。
| URL | 推荐 |
页面 | 2 page | 来源页面的名字。如果想要使用链接,请写完整外链。
| 字符串 | 已弃用 |