Difference between revisions of "Template:Ansreq"

From Pathfinder Wiki
(+ translation tags, going to try to figure out the translation part)
 
(55 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude><translate></noinclude>
+
<noinclude>
<!--close the collapsible box from previous requirement-->
+
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>
{{#ifeq:{{{num}}}|1
+
For example like that:<br>
|<!--first requirement doesn't close previous box-->
+
<div class="toccolours">
|</div></div><!--if this is not the first requirement, close the previous box-->}}
+
:<nowiki>{{Ansreq|num=1|page={{PAGENAME}}}}<nowiki /></nowiki><br>
<!--render requirements box-->
+
:<nowiki>Here you can write your answer. Any MediaWiki-Content is possible.</nowiki><br>
<table width="100%" cellspacing=0>
+
:<nowiki>{{CloseReq}}</nowiki>
<tr>
+
</div>
<td bgcolor=#8080e0>
+
The <nowiki><nowiki /></nowiki> tag is needed so there is no unnecessary line break at the begining of the answer.
<font size=3 color=#202020>
+
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.
'''''{{#switch:{{SUBPAGENAME}}
+
 
|es=Requisito
+
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
|fr=Exigence
+
<pre>page=AY Honors/''honor''/Requirements_2</pre>
|Requirement}} {{{num}}}'''''</font>
+
in the honor landing template.
</td>
+
 
</tr>
+
{{Ansreq|num=1|page=AY Honors/Aboriginal Lore}}<nowiki />
<tr>
+
This is the example answer. Any MediaWiki-Content is possible (Tables, Templates, ...).
<td bgcolor=#c0c0ff>
+
{{CloseReq}}
<b><font size=3 color=#202020>{{:{{#titleparts:{{{page}}}|3|1}}/Requirement/{{{num}}}{{#switch:{{SUBPAGENAME}}|es=/es|fr=/fr}}}}</font></b>
+
</noinclude><includeonly><div class="req-container"><div class="req-head"><p class="req-num">
</td></tr>
+
{{#if:{{#pos:{{{page|}}}
</table>
+
            |Requirements}}
<!--create collapsible box for the answers-->
+
    |{{#vardefine:reqpage|{{{page}}}}}
<!--div class="toccolours mw-collapsible mw-collapsed" style="width:100%"-->
+
    |{{#vardefine:reqpage|{{#titleparts:{{{page}}}|2|1}}/Requirements}}
<div class="toccolours mw-collapsible" style="width:100%">Answers<div class="mw-collapsible-content">
+
}}{{{dispreq|{{{num}}}}}}</p><div class="req-text">{{#lst:{{#var:reqpage}}{{GetLangSuffix}}|req{{{num}}} }}</div></div></div><div class="req-answer"></includeonly>
<noinclude></translate></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, ...).