Template:BookTable
From Metabolomics.JP
(Difference between revisions)
(New page: {| class="wikitable sortable" {{#lua: for line stdin:gmatch("[%S]+") do print(line) end | {{{1}}} }} |}) |
m |
||
| Line 1: | Line 1: | ||
| − | { | + | {{#replace: |
{{#lua: | {{#lua: | ||
| − | for line stdin:gmatch("[% | + | print('{& style="wikitable sortable"\n') |
| − | print(line) | + | for name, line in stdin:gmatch("&&([%a]+)([^&]+&&[^\n]+)") do |
| + | print("&-") | ||
| + | print("[[Species:".. name .. "&" .. name .."]]" .. line) | ||
end | end | ||
| − | | | + | print('&}') |
| − | }} | + | | |
| + | &&Erigeron hello&&foo && foo 日本語 && arita | ||
| + | &&Veronica 1 2 && 3 日本語 && foo && foo | ||
| + | }} |&|{{#bar:}} }} | ||
|} | |} | ||
Revision as of 16:44, 3 February 2010
|}