Difference between revisions of "Template:Ansreq"

From Pathfinder Wiki
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude><translate><!--T:1-->
+
<noinclude>
 
This template is used to create the header and the answerbox of a requirement. The answerbox needs to be closed by using the [[Template:CloseReq|CloseReq]]-Template.<br>
 
This template is used to create the header and the answerbox of a requirement. The answerbox needs to be closed by using the [[Template:CloseReq|CloseReq]]-Template.<br>
 
For example like that:<br>
 
For example like that:<br>
Line 7: Line 7:
 
:<nowiki>{{CloseReq}}</nowiki>
 
:<nowiki>{{CloseReq}}</nowiki>
 
</div>
 
</div>
The <nowiki><nowiki /></nowiki>-tag is needed so there is no unnecessary line break at the begining of the answer.
+
The <nowiki><nowiki /></nowiki> tag is needed so there is no unnecessary line break at the begining of the answer.
 
For the Example the <nowiki>{{PAGENAME}}</nowiki> was replaced with a fixed name, but at an honor page the template will get the needed information out of the pagename.
 
For the Example the <nowiki>{{PAGENAME}}</nowiki> was replaced with a fixed name, but at an honor page the template will get the needed information out of the pagename.
{{Ansreq|num=1|page=Adventist Youth Honors Answer Book/Nature/Amphibians/Sandbox}}<nowiki />
+
 
 +
If the page argument contains the word "Requirement" then the requirements are fetched directly from that page.  If it doesn't, then we construct the requirements page by extracting the first two elements of the page (assumed to be "AY Honors/''honor''") and appending "/Requirements" to it.  We need this to support variant requirements, as it allows us to specify
 +
<pre>page=AY Honors/''honor''/Requirements_2</pre>
 +
in the honor landing template.
 +
 
 +
{{Ansreq|num=1|page=AY Honors/Aboriginal Lore}}<nowiki />
 
This is the example answer. Any MediaWiki-Content is possible (Tables, Templates, ...).
 
This is the example answer. Any MediaWiki-Content is possible (Tables, Templates, ...).
{{CloseReq}}</noinclude>
+
{{CloseReq}}
<includeonly><!--
+
</noinclude><includeonly><div class="req-container"><div class="req-head"><p class="req-num">
-------------------------
+
{{#if:{{#pos:{{{page|}}}
render requirements box
+
            |Requirements}}
-------------------------
+
    |{{#vardefine:reqpage|{{{page}}}}}
--><table width="100%" cellspacing=0 style="display:table">
+
    |{{#vardefine:reqpage|{{#titleparts:{{{page}}}|2|1}}/Requirements}}
<tr>
+
}}{{{dispreq|{{{num}}}}}}</p><div class="req-text">{{#lst:{{#var:reqpage}}{{GetLangSuffix}}|req{{{num}}} }}</div></div></div><div class="req-answer"></includeonly>
<td bgcolor=#8080e0 style="width: 15%; padding:0 0.5em; vertical-align:top;">
 
<font size=3 color=#202020>
 
'''''{{{num}}}'''''</font>
 
</td>
 
<td bgcolor=c0c0ff style="width: 85%; padding:0 0.5em;">
 
<b><font size=3 color=#202020>{{#lst:{{#titleparts:{{{page}}}|2|1}}/Requirements{{#switch:{{SUBPAGENAME}}|es=/es|fr=/fr}}|req{{{num}}} }}</font></b>
 
</td>
 
<td class="nomobile" bgcolor=#E5E5FF style="text-align: right; padding:0 0.5em; white-space:nowrap;">{{CustomToggleButton|text={{#switch:{{SUBPAGENAME}}|es=Mostrar/ocultar Respuesta|fr=Afficher/Masquer Réponse|Show/Hide Answer}}|name=ansreq-{{{num|1}}}}}
 
</td>
 
</tr>
 
</table>
 
<!--create collapsible box for the answers-->
 
<div class="toccolours mw-collapsible" id="mw-customcollapsible-ansreq-{{{num|1}}}"></includeonly>
 
<noinclude></translate></noinclude>
 
 
<noinclude>[[Category:Requirements Template]]</noinclude>
 
<noinclude>[[Category:Requirements Template]]</noinclude>

Latest revision as of 03:48, 15 July 2021

This template is used to create the header and the answerbox of a requirement. The answerbox needs to be closed by using the CloseReq-Template.
For example like that:

{{Ansreq|num=1|page={{PAGENAME}}}}<nowiki />
Here you can write your answer. Any MediaWiki-Content is possible.
{{CloseReq}}

The <nowiki /> tag is needed so there is no unnecessary line break at the begining of the answer. For the Example the {{PAGENAME}} was replaced with a fixed name, but at an honor page the template will get the needed information out of the pagename.

If the page argument contains the word "Requirement" then the requirements are fetched directly from that page. If it doesn't, then we construct the requirements page by extracting the first two elements of the page (assumed to be "AY Honors/honor") and appending "/Requirements" to it. We need this to support variant requirements, as it allows us to specify

page=AY Honors/''honor''/Requirements_2

in the honor landing template.

1

Who are the Aborigines and where did they come from? How many tribes were there when European colonization commenced?

This is the example answer. Any MediaWiki-Content is possible (Tables, Templates, ...).