Rev 16 | Rev 6476 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 6345 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !default pedia_name=$pedia_lookup |
4 | !default pedia_name=$pedia_lookup |
- | 5 | if $module_language=cn |
|
- | 6 | new_lang=zh |
|
- | 7 | !endif |
|
- | 8 | !default new_lang=$module_language |
|
5 | !if _ref isin $wims_session |
9 | !if _ref isin $wims_session |
6 | <a href="http:// |
10 | <a href="http://$new_lang.wikipedia.org/wiki/$pedia_search">$pedia_name</a> |
7 | !else |
11 | !else |
8 | <a target=wims_pedia |
- | |
9 | href="http:// |
12 | <a target="wims_pedia" href="http://$new_lang.wikipedia.org/wiki/$pedia_search">$pedia_name</a> |
10 | !endif |
13 | !endif |
11 | 14 |