Doc:MassBank/PPR
From Metabolomics.JP
(Difference between revisions)
m |
m |
||
Line 10: | Line 10: | ||
===Step2=== | ===Step2=== | ||
− | + | 上のボタンを押した後に生成される文字列がページソースの基本です。 | |
+ | <nowiki>{{MassBank/Matrix|data=</nowiki> | ||
{{#lua: | {{#lua: | ||
FORMULA_PAT = "(C?[1-9]?[0-9]?)(H?[1-9]?[0-9]?)(C?l?[2-9]?)(F?[2-9]?)(I?[2-9]?)(N?[1-9]?[0-9]?)(O?[1-9]?[0-9]?)(P?[2-9]?)(S?[2-9]?)"; | FORMULA_PAT = "(C?[1-9]?[0-9]?)(H?[1-9]?[0-9]?)(C?l?[2-9]?)(F?[2-9]?)(I?[2-9]?)(N?[1-9]?[0-9]?)(O?[1-9]?[0-9]?)(P?[2-9]?)(S?[2-9]?)"; | ||
Line 64: | Line 65: | ||
table.insert(list, formula) | table.insert(list, formula) | ||
end | end | ||
− | + | print(table.concat(list,"&&").."<br/><br/>") | |
− | print(table.concat(list,"&&")) | + | |
for i=1,table.getn(list)-1 do | for i=1,table.getn(list)-1 do | ||
Line 76: | Line 76: | ||
end | end | ||
end | end | ||
− | if (label) then print(str) end | + | if (label) then print(str.."<br/>") end |
end | end | ||
|{{#get:Ions}} | |{{#get:Ions}} | ||
}} | }} | ||
− | + | <nowiki>}}</nowiki> | |
− | + | を、新しく作成したページ内にコピーします。 |
Revision as of 21:12, 3 June 2009
How to Create Precursor-Product Page
Step1
まず以下のスロットにイオンのリストを半角スペース区切りで質量の降順に入力してください。 その後、Createボタンを押してください。
Step2
上のボタンを押した後に生成される文字列がページソースの基本です。
{{MassBank/Matrix|data=
}} を、新しく作成したページ内にコピーします。