Sandbox92

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
 
(10 intermediate revisions by one user not shown)
Line 1: Line 1:
{{#lua:
+
<!--- {{{1}}} ID numbers to search
if(string.len("{{get:34[]}}") == 0) then
+
      {{{2}}} Result size per page
  print("..");
+
      {{{3}}} Page number (starting from 0)--->
  return
+
{{#def:RESULT|{{#repeat:SearchTitle|1|{{{1}}}}}}}
end
+
<!--{{#def:SIZE|{{#if:{{#var:RESULT}}|{{#expr:1+{{#count:{{#var:RESULT}}|&#160;}}}}|0}}}}-->
 +
{{#def:SIZE|{{#if:{{#var:RESULT}}|{{#expr:{{#count:{{#var:RESULT}}}}}}|0}}}}
  
local id, id3s, id4s
+
==Search Result ({{#var:SIZE}} Hits)==
id3s = "["
+
View (previous {{#ifexpr: {{{3}}} <= 0 | {{{2}}} | [[{{FULLPAGENAME}}|{{{1}}}|{{{2}}}|{{#expr:{{{3}}}-1}}|{{{2}}}]]}}) (next {{#ifexpr: {{{3}}}*{{{2}}} > {{#var:SIZE}} | {{{2}}} | [[{{FULLPAGENAME}}|{{{1}}}|{{{2}}}|{{#expr:{{{3}}}+1}}|{{{2}}}]]}})
id4s = "["
+
([[{{FULLPAGENAME}}|{{{1}}}|20|{{{3}}}|20]] | [[{{FULLPAGENAME}}|{{{1}}}|50|{{{3}}}|50]] | [[{{FULLPAGENAME}}|{{{1}}}|100|{{{3}}}|100]] | [[{{FULLPAGENAME}}|{{{1}}}|250|{{{3}}}|250]] | [[{{FULLPAGENAME}}|{{{1}}}|500|{{{3}}}|500]])<br>
for id in string.gmatch("{{#get:34[]}}", "%S+") do
+
{{#repeat: Search/Item|2|
  id3s = id3s .. string.sub(id, 1, 1)
+
{{#lua:
   id4s = id4s .. string.sub(id, 2, 2)
+
  local L = {};
end
+
  local start=tonumber({{{2}}})*tonumber({{{3}}});
id3s = id3s .. "]"
+
  local output ="";
id4s = id4s .. "]"
+
  for word in stdin:gmatch("%S+") do
print(id3s .. id4s)
+
    table.insert(L,word);
|}}
+
   end
 +
  table.sort(L);
 +
  for idx=start+1, math.min(table.getn(L),start+tonumber({{{2}}})) do
 +
    output=output .. idx .. " " .. L[idx] .. " ";
 +
  end
 +
  print(output);
 +
|{{#var:RESULT}}
 +
}}|&#160;}}

Latest revision as of 22:44, 25 January 2009



[edit] Search Result (0 Hits)

View (previous Expression error: Unrecognised punctuation character "{".) (next Expression error: Unrecognised punctuation character "{".) ({{{1}}}|20|{{{3}}}|20 | {{{1}}}|50|{{{3}}}|50 | {{{1}}}|100|{{{3}}}|100 | {{{1}}}|250|{{{3}}}|250 | {{{1}}}|500|{{{3}}}|500)
./lua:.   /tmp/mw_ex_lua_TbFmBg:2:  
attempt.   to  
perform.   arithmetic  
on.   a  
nil.   value  

Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox