Template:FL digit78
From Metabolomics.JP
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | {{#lua: | ||
| + | local L = {} | ||
| + | local h | ||
| + | for word in stdin:gmatch("%S+") | ||
| + | do h = string.sub(word,1,8) s = string.sub(word,7,8).."<BR>" | ||
| + | if (L[h] == nil) then L[h]=s end | ||
| + | end | ||
| + | table.sort(L) | ||
| + | table.foreach(L, function(x) print( x .. " " .. L[x] .. " ") end) | ||
| + | | {{#SearchTitle:^{{PAGENAME}}{{{1}}}|}} }} | ||
| + | |||
{{#repeat: SearchMainLink|2| | {{#repeat: SearchMainLink|2| | ||
{{#lua: | {{#lua: | ||
Revision as of 15:52, 20 March 2008