「モジュール:Documentation/config」の版間の差分
ナビゲーションに移動
検索に移動
en:Module:Documentation/config 2016年4月27日 (水) 20:43(UTC)より
template>Purposefree 編集の要約なし |
template>K-iczn (en:Module:Documentation/config 2016年4月27日 (水) 20:43(UTC)より) |
||
179行目: | 179行目: | ||
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format: | -- $2 is a link to the test cases page. If the test cases page exists, it is in the following format: | ||
-- | -- | ||
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display']) | -- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display']) | ||
-- | -- | ||
-- If the test cases page doesn't exist, it is in the format: | -- If the test cases page doesn't exist, it is in the format: | ||
260行目: | 260行目: | ||
-- The text to display for test cases "edit" links. | -- The text to display for test cases "edit" links. | ||
cfg['testcases-edit-link-display'] = '編集' | cfg['testcases-edit-link-display'] = '編集' | ||
-- cfg['testcases-run-link-display'] | |||
-- The text to display for test cases "run" links. | |||
cfg['testcases-run-link-display'] = '作動' | |||
-- cfg['testcases-create-link-display'] | -- cfg['testcases-create-link-display'] |