Template:Index/author
From Metabolomics.JP
(Difference between revisions)
Line 13: | Line 13: | ||
local H = {}; | local H = {}; | ||
local I = {}; | local I = {}; | ||
− | for names in stdin:gmatch("([% | + | for names in stdin:gmatch("([%a:_']+),") do |
− | for name in string.gmatch(names,"([% | + | for name in string.gmatch(names,"([%a_']+)") do |
if (string.sub(name,0,1) == key) then | if (string.sub(name,0,1) == key) then | ||
if (H[name] == nil) then | if (H[name] == nil) then | ||
Line 32: | Line 32: | ||
print(ret); | print(ret); | ||
| | | | ||
− | {{{1}}} {{#SearchTitle:.*|Reference}} | + | {{{1|a}}} {{#SearchTitle:.*|Reference}} |
}} | }} | ||
[[#top]] | [[#top]] |
Revision as of 13:47, 5 October 2008
著者名のインデクス {{{1}}} 値(文字列) {{{2}}} ページタイトル (FL/LB/..)
This page is automatically generated using Persist function (Last updated: 20081005134741).
[[Index:{{{2}}}|Back to Index]] |