Module:NewDYKnomination
Appearance
This module implements {{newDYKnomination}}. Please see the template page for documentation.
-- This module implements {{newDYKnomination}}.
local OUTPUT_TEMPLATE = [=[
{{DYKsubpage
|monthyear=${MONTH_AND_YEAR}
|passed=<!--When closing discussion, enter yes or no -->
|2=
{{DYK conditions}}
====${HEADING}====
{{DYK nompage links|nompage=${NOM_SUBPAGE}|${NOMPAGE_LINK_ARGS}}}
${IMAGE}${DYK_SOUND}${DYK_WATCH}<!--
Please do not edit above this line unless you are a DYK volunteer who is closing the discussion.
-->
* ${HOOK}
${ALT_HOOKS}${REVIEWED}${COMMENT}
<small>${STATUS} by ${AUTHORS}. ${NOMINATED} at ~~~~~.</small>
<!--${CHECK_CREDITS_WARNING}
${CREDITS}
-->
:* <!-- REPLACE THIS LINE TO WRITE FIRST COMMENT, KEEPING :* -->
${FILE_BREAK}}}]=]
local p = {}
function p._main(args)
end
function p.main(frame)
local args = require('Module:Arguments').getArgs(frame, {
wrappers = 'Template:NewDYKnomination'
})
return p._main(args)
end
return p