20 |
);}, |
);}, |
21 |
); |
); |
22 |
%link-to-wikipage ( |
%link-to-wikipage ( |
|
page => {IndexPage}, |
|
|
label => {%link-to-it ( |
|
|
label=>"%res(name=>GoToIndexPage);"p, |
|
|
description=>"%res(name=>GoToIndexPageLong);"p, |
|
|
);}, |
|
|
rel => index, |
|
|
); |
|
|
%link-to-wikipage ( |
|
23 |
page => {Wiki//Page//Search}, |
page => {Wiki//Page//Search}, |
24 |
label => {%link-to-it ( |
label => {%link-to-it ( |
25 |
label=>"%res(name=>GoToSearchPage);"p, |
label=>"%res(name=>GoToSearchPage);"p, |
28 |
rel => search, |
rel => search, |
29 |
); |
); |
30 |
%link-to-wikipage ( |
%link-to-wikipage ( |
31 |
page => {RecentChanges}, |
page => {IndexPage}, |
32 |
label => {%link-to-it ( |
label => {%link-to-it ( |
33 |
label=>"%res(name=>GoToRecentChanges);"p, |
label=>"%res(name=>GoToIndexPage);"p, |
34 |
description=>"%res(name=>GoToRecentChangesLong);"p, |
description=>"%res(name=>GoToIndexPageLong);"p, |
35 |
);}, |
);}, |
36 |
rel => news, |
rel => index, |
37 |
); |
); |
38 |
|
|
39 |
|
|
40 |
ViewFragment: |
ViewFragment: |
41 |
@Name: links |
@Name: links |
42 |
@Formatting: |
@Formatting: |
48 |
description=>"%res(name=>GoToWikiPageLicenseLink);"p); |
description=>"%res(name=>GoToWikiPageLicenseLink);"p); |
49 |
|
|
50 |
%link-wiki(page=>"Wiki//Page//Search",rel=>search, |
%link-wiki(page=>"Wiki//Page//Search",rel=>search, |
51 |
description=>"%res(name=>GoToSearchPageLink);"p); |
description=>"%res(name=>GoToSearchPageLink);"p); |
52 |
|
|
53 |
ViewFragment: |
## TODO: Resource, URI |
54 |
@Name: ws--post-content |
%link-to-resource ( |
55 |
@Description: |
uri => {javascript:var%20WikiName=prompt('Please%20input%20the%20WikiName:','','Jump%20to%20SuikaWiki');if(WikiName)%7B_content.location.href='wiki%3F'+encodeURIComponent(WikiName)%7D}, |
56 |
@@@: After content body -- navigation bar |
rel => jump, |
57 |
@@lang:en |
class => wiki-cmd, |
58 |
@Order: 100 |
label => {%html-link ( |
59 |
@Formatting: |
description => {%res(name=>JumpToLink);}p, |
60 |
%section ( |
);}, |
61 |
id => children, |
); |
62 |
title => {%res(name=>{Children:Title});}p, heading, |
%link-to-resource ( |
63 |
content => {%page-list ( |
uri => {javascript:var%20WikiName=prompt('Please%20input%20the%20WikiName:','','Jump%20to%20SuikaWiki');if(WikiName)%7B_content.location.href='wiki%3Fmycmd=edit;mypage='+encodeURIComponent(WikiName)%7D}, |
64 |
ns => {%page-name;}p, recursive => 0, |
rel => jump, |
65 |
type => both, |
class => wiki-cmd, |
66 |
template => {%res(name=>{Children:Item});}p, |
label => {%html-link ( |
67 |
);}p, |
description => {%res(name=>JumpToEditLink);}p, |
68 |
|
);}, |
69 |
); |
); |
|
%section ( |
|
|
id => see-also, |
|
|
title => {%res(name=>SeeAlso);}p, heading, |
|
|
content => {%search-result;}p, |
|
|
); |
|
|
%section ( |
|
|
id => referer, |
|
|
title => {%res(name=>Referer);}p, heading, |
|
|
content => {%referer-list;}p, |
|
|
); |
|
70 |
|
|
71 |
ViewFragment: |
ViewFragment: |
72 |
@Name: ws--footer |
@Name: ws--footer |
78 |
description => {%res (name => {Footer:License:SeeLicensePageLong});}p, |
description => {%res (name => {Footer:License:SeeLicensePageLong});}p, |
79 |
);}, |
);}, |
80 |
); |
); |
81 |
%wpr--remove-button; |
# %wpr--remove-button; |
82 |
|
|
83 |
ViewFragment: |
ViewFragment: |
84 |
@Template[list]:wr--read-body |
@Template[list]:wr--read-body |