mNo edit summary |
m Bug workaround for document-transclude |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
*You may simply use <code><nowiki>{{FromOther}}</nowiki></code>: | *You may simply use <code><nowiki>{{FromOther}}</nowiki></code>: | ||
{{FromOther}} | |||
*To notify from which site is the page is from, use <code><nowiki>{{FromOther|name of wiki}}</nowiki></code>. For example, <code><nowiki>{{FromOther|Wikipedia}}</nowiki></code> yields: | *To notify from which site is the page is from, use <code><nowiki>{{FromOther|name of wiki}}</nowiki></code>. For example, <code><nowiki>{{FromOther|Wikipedia}}</nowiki></code> yields: | ||
{{FromOther|Wikipedia}} | |||
*You should also provide the link to the exact page: <code><nowiki>{{FromOther|Chinese Moe Girl Pedia|[https://zh.moegirl.org/Template:Info Template:Info]}}</nowiki></code> yields | *You should also provide the link to the exact page: <code><nowiki>{{FromOther|Chinese Moe Girl Pedia|[https://zh.moegirl.org/Template:Info Template:Info]}}</nowiki></code> yields | ||
{{FromOther|Chinese Moe Girl Pedia|[https://zh.moegirl.org/Template:Info Template:Info]}} | |||
*Use <code>|sect=sect</code>to mark a section instead of the entire page. <code><nowiki>{{FromOther|sect=sect|Chinese Moe Girl Pedia|[https://zh.moegirl.org/博丽灵梦#基本资料 博丽灵梦#基本资料]}}</nowiki></code> yields | *Use <code>|sect=sect</code>to mark a section instead of the entire page. <code><nowiki>{{FromOther|sect=sect|Chinese Moe Girl Pedia|[https://zh.moegirl.org/博丽灵梦#基本资料 博丽灵梦#基本资料]}}</nowiki></code> yields | ||
{{FromOther|sect=sect|Chinese Moe Girl Pedia|[https://zh.moegirl.org/博丽灵梦#基本资料 博丽灵梦#基本资料]}} | |||
==Template data== | ==Template data== | ||
<templatedata> | <templatedata> |
This is a page-top or section-top template used to mark pages originally from different wiki projects.
{{FromOther}}
:{{FromOther|name of wiki}}
. For example, {{FromOther|Wikipedia}}
yields:{{FromOther|Chinese Moe Girl Pedia|[https://zh.moegirl.org/Template:Info Template:Info]}}
yields|sect=sect
to mark a section instead of the entire page. {{FromOther|sect=sect|Chinese Moe Girl Pedia|[https://zh.moegirl.org/博丽灵梦#基本资料 博丽灵梦#基本资料]}}
yieldsPage-top (or section-top) notice for pages originally from a different wiki project.
Parameter | Description | Type | Status | |
---|---|---|---|---|
site | 1 | The name of the original site
| String | suggested |
page | 2 | The page of the origin. Links should be provided.
| String | suggested |
is section | sect | Use "sect" verbatim to mark a section as from another wiki project, instead of the entire page. All other inputs are ignored.
| String | optional |