「Module:Bananas」の版間の差分

提供: VANGUARD FLIGHT wiki
移動先: 案内検索
(ページの作成:「-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p」)
 
(相違点なし)

2014年3月30日 (日) 12:05時点における最新版

このモジュールについての説明文ページを Module:Bananas/doc に作成できます
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
	return "Hello, world!"
end

return p