Open main menu

Changes

Created page with "<noinclude> Use this template to display all the questions that the modification suggests to become accepted. '''NOTE:''' As any "printing" template, it doesn't store any val..."
<noinclude>
Use this template to display all the questions that the modification suggests to become accepted.

'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.

'''Parameters:'''
* <code><nowiki>|modification=</nowiki></code> - the modification that attempts to answer questions.
* <code><nowiki>|intro=</nowiki></code> - initial text that precedes the output, if at least some results exist.
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.

</noinclude><includeonly><!--
--><!-- add the questions
-->{{#arraydefine: questionsArray|{{GetPropertyValues|object={{{modification|}}}|property=To Accept Questions|link=none}} }}<!--
--><!--
-->{{#switch: {{#arraysize: questionsArray}} <!--
-->|0={{{default|}}}<!--
-->|{{{intro|}}}<!--
-->{{#arrayprint:questionsArray<!--
-->||@@@@<!--
-->|{{#if:@@@@|<nowiki/>
* [[@@@@]]: {{#show:@@@@|?Question}}<!--
-->}}<!-- if
-->}}<!-- arrayprint
-->{{{outro|}}}<!--
-->}}<!-- switch
--></includeonly>