Sandbox91
From Metabolomics.JP
(Difference between revisions)
Line 1: | Line 1: | ||
<!-- | <!-- | ||
{{#get:listpage}} リストページ | {{#get:listpage}} リストページ | ||
− | {{#get: | + | {{#get:initset}} 現在セットされている項目。&&区切りの文字列 |
{{#get:prevpage}} 飛んできたページ | {{#get:prevpage}} 飛んできたページ | ||
--> | --> | ||
{{#if:{{#get:listpage}}|{{#def:listpage|{{#get:listpage}} }}|{{#def:listpage|Test}} }} <!-- リストページ def. Test --> | {{#if:{{#get:listpage}}|{{#def:listpage|{{#get:listpage}} }}|{{#def:listpage|Test}} }} <!-- リストページ def. Test --> | ||
− | {{#get: | + | {{#get:initset}} |
{{#lua: | {{#lua: | ||
--%% 前処理 %%-- | --%% 前処理 %%-- | ||
Line 59: | Line 59: | ||
--%% あらかじめセットしてあるデータの場合は、チェックを付けておく - データは&&区切りで渡す %%-- | --%% あらかじめセットしてあるデータの場合は、チェックを付けておく - データは&&区切りで渡す %%-- | ||
− | if(string.match("{{#get: | + | if(string.match("{{#get:initset}}", "&&" .. list[i] .. "&&", 0)) then |
checked = ' checked="yes"' | checked = ' checked="yes"' | ||
else | else |
Revision as of 21:52, 22 January 2009