Difference between revisions of "Template:GetHonorMetaData"

From Pathfinder Wiki
(11 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
                     }}
 
                     }}
 
             }}}
 
             }}}
}}{{#vardefine:srcpage
+
}}{{#vardefine:localizationSource|{{#ifeq:{{{parameter}}}|authority|Authorities|All}}
            |{{#if:{{#explode:{{#var:page}}
 
                            |(
 
                            |1
 
                  }}
 
                  |{{#explode:{{#var:page}}
 
                            |(
 
                            |0
 
                  }}
 
                  |{{#var:page}}
 
            }}
 
 
}}{{#vardefine:landingpage
 
}}{{#vardefine:landingpage
             |{{#titleparts:{{#var:srcpage}}|2}}
+
             |{{#titleparts:{{#var:page}}|2}}
}}{{#vardefine:pvalue|{{#dpl:
+
}}{{#vardefine:localOutput|}}{{#vardefine:pvalue|{{#dpl:
 
|debug=0
 
|debug=0
 
|title={{#var:landingpage}}
 
|title={{#var:landingpage}}
Line 24: Line 14:
 
}}{{#if:{{#var:pvalue}}
 
}}{{#if:{{#var:pvalue}}
 
     |{{#vardefine:localOutput
 
     |{{#vardefine:localOutput
                   |{{#lst:Localization:All{{{language|{{GetLangSuffix}}}}}
+
                   |{{#lst:Localization:{{#var:localizationSource}}{{{language|{{GetLangSuffix}}}}}
 
                         |{{#var:pvalue}}
 
                         |{{#var:pvalue}}
 
                   }}
 
                   }}
 
       }}
 
       }}
}}{{#if:{{#var:localOutput}}|{{#var:localOutput}}|{{#var:pvalue}}}}</includeonly><noinclude>
+
}}{{#if:{{#var:localOutput}}|{{#var:localOutput}}|{{#var:pvalue}}}}{{#if:{{{debug|}}}
This template returns the value of a parameter as defined in a template on a given honor landing page. Unless told otherwise, it will localize the parameter value into the language of the invoking page. If no localization for the parameter value exists, it will return the parameter as it exists in the honor's landing page in the source language.
+
|*landingpage={{#var:landingpage}}
 +
*parameter={{{parameter|category}}}
 +
*template={{{template|HonorLanding}}}
 +
*language={{{language|undefined}}}
 +
*pvalue={{#var:pvalue}}
 +
*srcpage={{#var:srcpage}}
 +
}}</includeonly><noinclude>
 +
This template returns the value of a parameter as defined in a template on a given honor landing page. Unless told otherwise, it will localize the parameter value into the language of the invoking page. If no localization for the parameter value exists, it will return the parameter as it exists in the honor's landing page in the source language.
  
If the template cannot locate the desired data, it will return an empty string. This can happen if the specified page does not use the specified template, or if the page does not specify the parameter requested.
+
If the template cannot locate the desired data, it will return an empty string. This can happen if the specified page does not use the specified template, or if the page does not specify the parameter requested.
  
 
It takes up to four arguments:
 
It takes up to four arguments:
;page|honor: You can specify either the page or the honor. If you specify both it will use page. If you specify neither, it will assume you are on an honor page or subpage and treat the first two elements of the invoking page's title as the page. The page argument is the page title of an honor or one of its subpages.
+
;page|honor: You can specify either the page or the honor. If you specify both it will use page. If you specify neither, it will assume you are on an honor page or subpage and treat the first two elements of the invoking page's title as the page. The page argument is the page title of an honor or one of its subpages.
;template: Specifies which template holds the parameter you want. If omitted, it defaults to HonorLanding, but if you are experimenting and have some other template in place, you can specify it.
+
;template: Specifies which template holds the parameter you want. If omitted, it defaults to HonorLanding, but if you are experimenting and have some other template in place, you can specify it.
;parameter: This specifies which parameter of template you want the template to return. If omitted, it will assume you want the category parameter.
+
;parameter: This specifies which parameter of template you want the template to return. If omitted, it will assume you want the category parameter.
 
;language: This takes a language suffix. The available once can be seen at [[Template:GetLangSuffix]]. If non is provided, the template will translate the data to the language of the page it has been invoked off. Don't forget the /
 
;language: This takes a language suffix. The available once can be seen at [[Template:GetLangSuffix]]. If non is provided, the template will translate the data to the language of the page it has been invoked off. Don't forget the /
  
Line 43: Line 40:
 
*<nowiki>{{</nowiki>GetHonorMetaData|page=AY Honors/Cycling/Requirements/es|parameter=skill}} &rarr; {{GetHonorMetaData|page=AY Honors/Cycling/Requirements/es|parameter=skill}}
 
*<nowiki>{{</nowiki>GetHonorMetaData|page=AY Honors/Cycling/Requirements/es|parameter=skill}} &rarr; {{GetHonorMetaData|page=AY Honors/Cycling/Requirements/es|parameter=skill}}
 
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Camping Skills III|parameter=authority}} &rarr; {{GetHonorMetaData|honor=Camping Skills III|parameter=authority}}
 
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Camping Skills III|parameter=authority}} &rarr; {{GetHonorMetaData|honor=Camping Skills III|parameter=authority}}
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Animal Tracking (General Conference)|parameter=year}} &rarr; {{GetHonorMetaData|honor=Animal Tracking (General Conference)|parameter=year}}
+
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Animal Tracking|parameter=year}} &rarr; {{GetHonorMetaData|honor=Animal Tracking|parameter=year}}
 
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Currency|parameter=year|template=User:DesignerThan/Sandbox/LandingPage}} &rarr; {{GetHonorMetaData|honor=Currency|parameter=year|template=User:DesignerThan/Sandbox/LandingPage}}
 
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Currency|parameter=year|template=User:DesignerThan/Sandbox/LandingPage}} &rarr; {{GetHonorMetaData|honor=Currency|parameter=year|template=User:DesignerThan/Sandbox/LandingPage}}
 +
*<nowiki>{{</nowiki>GetHonorMetaData|honor=Biblical Language (Hebrew)|parameter=year}} &rarr; {{GetHonorMetaData|honor=Biblical Language (Hebrew)|parameter=year}}
 
</noinclude>
 
</noinclude>

Revision as of 22:54, 2 September 2021

This template returns the value of a parameter as defined in a template on a given honor landing page. Unless told otherwise, it will localize the parameter value into the language of the invoking page. If no localization for the parameter value exists, it will return the parameter as it exists in the honor's landing page in the source language.

If the template cannot locate the desired data, it will return an empty string. This can happen if the specified page does not use the specified template, or if the page does not specify the parameter requested.

It takes up to four arguments:

page|honor
You can specify either the page or the honor. If you specify both it will use page. If you specify neither, it will assume you are on an honor page or subpage and treat the first two elements of the invoking page's title as the page. The page argument is the page title of an honor or one of its subpages.
template
Specifies which template holds the parameter you want. If omitted, it defaults to HonorLanding, but if you are experimenting and have some other template in place, you can specify it.
parameter
This specifies which parameter of template you want the template to return. If omitted, it will assume you want the category parameter.
language
This takes a language suffix. The available once can be seen at Template:GetLangSuffix. If non is provided, the template will translate the data to the language of the page it has been invoked off. Don't forget the /

Examples

  • {{GetHonorMetaData|page=AY Honors/Cycling/Requirements|parameter=category}} → Recreation
  • {{GetHonorMetaData|page=AY Honors/Cycling/Requirements/es|parameter=skill}} → 1
  • {{GetHonorMetaData|honor=Camping Skills III|parameter=authority}} → General Conference
  • {{GetHonorMetaData|honor=Animal Tracking|parameter=year}} → 1976
  • {{GetHonorMetaData|honor=Currency|parameter=year|template=User:DesignerThan/Sandbox/LandingPage}} →
  • {{GetHonorMetaData|honor=Biblical Language (Hebrew)|parameter=year}} → 2020