Difference between revisions of "Template:Ansreq"

From Pathfinder Wiki
(Undo revision 435865 by Jomegat (talk))
Tag: Undo
Line 10: Line 10:
 
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.
 
[[Category:Requirements Template]]
 
[[Category:Requirements Template]]
</noinclude><includeonly><div class="req-container"><div class="req-head"><p class="req-num">{{{dispreq|{{{num}}}}}}</p><div class="req-text">{{#lst:{{#titleparts:{{PAGENAME}}|2|1}}/Requirements{{GetLangSuffix}}|req{{{num}}} }}</div></div></div><div class="req-answer"></includeonly>
+
</noinclude><includeonly><div class="req-container"><div class="req-head"><p class="req-num">{{{dispreq|{{{num}}}}}}</p><div class="req-text">{{#lst:{{#titleparts:{{GetHonorLandingPage}}|2|1}}/Requirements{{GetLangSuffix}}|req{{{num}}} }}</div></div></div><div class="req-answer"></includeonly>

Revision as of 20:55, 15 April 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.