- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:View/Quest"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
return { | return { | ||
− | render = 'foo' | + | render = function () |
+ | return 'foo' | ||
+ | end | ||
} | } |
Revision as of 08:25, 22 July 2018
Documentation for this module may be created at Module:View/Quest/doc
return {
render = function ()
return 'foo'
end
}