Difference between revisions of "Template:GetHonorLandingPage"

From Pathfinder Wiki
(Created page with "<includeonly> {{#vardefine:page|{{{page|{{#if:{{{honor|}}}|AY Honors/{{{honor}}}|{{#titleparts:{{PAGENAME}}|2}}}}}}}}} {{#vardefineecho:landing:{{#if:{{#explode:{{#var:page}}|...")
 
(- removed linebreak after the result and updated example to fit the new honor structure)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#vardefine:page
{{#vardefine:page|{{{page|{{#if:{{{honor|}}}|AY Honors/{{{honor}}}|{{#titleparts:{{PAGENAME}}|2}}}}}}}}}
+
            |{{{page|{{#if:{{{honor|}}}
{{#vardefineecho:landing:{{#if:{{#explode:{{#var:page}}|(|1}}}}|{{#explode:{{#var:page}}|(|0}}|{{:var:page}}}}
+
                          |AY Honors/{{{honor}}}
</includeonly>
+
                          |{{#titleparts:{{PAGENAME}}|2}}
<noinclude>
+
                    }}
 
+
            }}}
{{GetLandingPage|page=AY Honors/Cycling/Requirements}}
+
}}{{#titleparts:{{#var:page}}|2}}</includeonly><noinclude>
 
+
This template returns the page title of an honor's main landing page.  It accepts a page argument which can be any subpage of an honor, and it can also be any variant of an honor.  If no page argument is given, it can accept an honor instead.  If neither a page nor an honor argument is supplied, the template will assume it is being invoked from an honor page or subpage.
{{GetLandingPage|page=AY Honors/Currency (United States)/Answer Key}}
 
 
 
{{GetLandingPage|honor=Camping Skills III}}
 
 
 
{{GetLandingPage|honor=Animal Tracking (General Conference)}}
 
  
 +
The page the template returns is the master source of metadata for the honor.
  
 +
*<nowiki>{{</nowiki>GetHonorLandingPage}} &rarr; {{GetHonorLandingPage}}
 +
*<nowiki>{{</nowiki>GetHonorLandingPage|page=AY Honors/Cycling/Requirements}} &rarr; {{GetHonorLandingPage|page=AY Honors/Cycling/Requirements}}
 +
*<nowiki>{{</nowiki>GetHonorLandingPage|page=AY Honors/Cycling/Requirements/es}} &rarr; {{GetHonorLandingPage|page=AY Honors/Cycling/Requirements/es}}
 +
*<nowiki>{{</nowiki>GetHonorLandingPage|page=AY Honors/Currency/Answer Key 2}} &rarr; {{GetHonorLandingPage|page=AY Honors/Currency/Answer Key 2}}
 +
*<nowiki>{{</nowiki>GetHonorLandingPage|honor=Camping Skills III}} &rarr; {{GetHonorLandingPage|honor=Camping Skills III}}
 +
*<nowiki>{{</nowiki>GetHonorLandingPage|honor=Animal Tracking}} &rarr; {{GetHonorLandingPage|honor=Animal Tracking}}
 
</noinclude>
 
</noinclude>

Latest revision as of 18:45, 5 September 2021

This template returns the page title of an honor's main landing page. It accepts a page argument which can be any subpage of an honor, and it can also be any variant of an honor. If no page argument is given, it can accept an honor instead. If neither a page nor an honor argument is supplied, the template will assume it is being invoked from an honor page or subpage.

The page the template returns is the master source of metadata for the honor.

  • {{GetHonorLandingPage}} → GetHonorLandingPage
  • {{GetHonorLandingPage|page=AY Honors/Cycling/Requirements}} → AY Honors/Cycling
  • {{GetHonorLandingPage|page=AY Honors/Cycling/Requirements/es}} → AY Honors/Cycling
  • {{GetHonorLandingPage|page=AY Honors/Currency/Answer Key 2}} → AY Honors/Currency
  • {{GetHonorLandingPage|honor=Camping Skills III}} → AY Honors/Camping Skills III
  • {{GetHonorLandingPage|honor=Animal Tracking}} → AY Honors/Animal Tracking