Find traditional instrumental music
Documentation for this module may be created at Module:ResetForm/doc
local p = {}
function p.generateResetButton(frame)
local buttonWikiText = "'''''<span class='reset-form-button'>Reset Form</span>'''''"
return buttonWikiText
end
return p