Difference between revisions of "Template:Ansreq"

From Pathfinder Wiki
m (fix groupId)
 
(31 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><!--
+
 
-------------------------
+
{{Ansreq|level1_ID=1|page=AY Honors/Taste}}<nowiki />
render requirements box
+
This is the example answer. Any MediaWiki-Content is possible (Tables, Templates, ...).
-------------------------
+
{{CloseReq}}
--><table width="100%" cellspacing=0 style="display:table">
+
</noinclude><includeonly><div class="req-container"><div class="req-head"><p class="req-num">{{#vardefine:landingID|{{GetHonorLandingPageID|honorname={{{honorname|{{#titleparts:{{{page|{{PAGENAME}}}}}|1|2}}}}}}}}}{{#vardefine:req|{{#cargo_query:
<tr>
+
tables=Honors_Requirements
<td bgcolor=#8080e0 style="width: 15%; padding:0 0.5em; vertical-align:top;">
+
|where=landingID='{{#var:landingID}}'
<font size=3 color=#202020>
+
      AND reqVariantNo='{{{reqVariantNo|0}}}'
'''''{{{num}}}'''''</font>
+
      {{#if:{{{sectionID|}}}|AND sectionID='{{{sectionID}}}'|}}
</td>
+
      {{#if:{{{groupID|}}}|AND groupID='{{{groupID}}}'|}}
<td bgcolor=c0c0ff style="width: 85%; padding:0 0.5em;">
+
      {{#if:{{{level1_ID|{{{num|}}}}}}|AND level1_ID ='{{{level1_ID|{{{num|}}}}}}'|}}
<b><font size=3 color=#202020>{{#lst:{{#titleparts:{{{page}}}|2|1}}/Requirements{{#switch:{{SUBPAGENAME}}|es=/es|fr=/fr}}|req{{{num}}} }}</font></b>
+
      {{#if:{{{level2_ID|}}}|AND level2_ID ='{{{level2_ID}}}'|}}
</td>
+
      {{#if:{{{level3_ID|}}}|AND level3_ID ='{{{level3_ID}}}'|}}
<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}}}}}
+
      {{#if:{{{level4_ID|}}}|AND level4_ID ='{{{level4_ID}}}'|}}
</td>
+
      {{#if:{{{level5_ID |}}}|AND level5_ID ='{{{level5_ID}}}'|}}
</tr>
+
      {{#if:{{{level6_ID|}}}|AND level6_ID ='{{{level6_ID}}}'|}}
</table>
+
      AND language='{{{language|{{PAGELANGUAGE}}}}}'  
<!--create collapsible box for the answers-->
+
|fields=text
<div class="toccolours mw-collapsible" id="mw-customcollapsible-ansreq-{{{num|1}}}"></includeonly>
+
|template=CargoOutput-NoFormatting
<noinclude></translate></noinclude>
+
|default=}}}}{{#if:{{#pos:{{{page|}}}
 +
            |Requirements}}
 +
    |{{#vardefine:reqpage|{{{page}}}}}
 +
    |{{#vardefine:reqpage|{{#titleparts:{{{page}}}|2|1}}/Requirements}}
 +
}}{{{dispreq|{{{level6_ID|{{{level5_ID|{{{level4_ID|{{#if:{{{level3_ID|}}}|{{#invoke:Converters|FNumToRoman|{{{level3_ID}}} }}|{{#if:{{{level2_ID|}}}|{{#invoke:Converters|FNumToAlphabet|{{{level2_ID}}} }}|{{{level1_ID|{{{num}}}}}}}}}}}}}}}}}}}}}}</p><div class="req-text">{{#if:{{#var:req}}|{{#var:req}}|{{#lst:{{#var:reqpage}}{{GetLangSuffix}}|req{{{num}}} }}}}</div></div></div><div class="req-answer"></includeonly>
 
<noinclude>[[Category:Requirements Template]]</noinclude>
 
<noinclude>[[Category:Requirements Template]]</noinclude>

Latest revision as of 16:37, 29 December 2022

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 aan colonization commenced?

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


1

What is the gustatory system?

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