Difference between revisions of "Help:Add new Honor"

From Pathfinder Wiki
(Created page with "Here you'll find a guide on how to add a new honor to the wiki. <div class="toc toccolours toclimit-3" style="float: left; margin-right: 1em;"> __TOC__ </div> To know which pa...")
 
Line 29: Line 29:
 
<nowiki>{{</nowiki>Localize|Challenging Part}}
 
<nowiki>{{</nowiki>Localize|Challenging Part}}
  
<nowiki>{{</nowiki>#lst:{{#titleparts:{{PAGENAME}}|2|1}}/Requirements{{GetLangSuffix}} |challenge}}<br>
+
<nowiki>{{</nowiki>#lst:<nowiki>{{</nowiki>#titleparts:<nowiki>{{</nowiki>PAGENAME}}|2|1}}/Requirements<nowiki>{{</nowiki>GetLangSuffix}} |challenge}}<br>
 
<nowiki>{{</nowiki>CloseHonorPage}}<br>
 
<nowiki>{{</nowiki>CloseHonorPage}}<br>
 
</code>
 
</code>

Revision as of 17:52, 2 October 2023

Here you'll find a guide on how to add a new honor to the wiki.

To know which pages are important for an honor, read the section about the Structure of an Honor.

Create the Honor Landing Page

That is the first page that need's to be created. It has the following structure: The Honor Navigation, followed by an Overview and the Challenging-Part-Section. On the right side it has the infobox that is displaying the most important information about an honor.

Source Code wise it has the following structure: Template call of HonorLanding followed by the Overview and the Challenging-Part-Section. The content ends with a call of the CloseHonorPage-Template Use the following code as a starting point and fill in the needed parts:

{{HonorLanding
|skill=2
|year=Unknown
|category=Regional
|authority=Florida Conference
|insignia=Scrapbooking (FL) AY Honor.png
|insignia_source=FL
|primary=AY Honors/Scrapbooking
}}

== {{Localize|Overview}}==
<translate>
WRITE AN AWESOME OVERVIEW HERE :)
</translate>

== {{Localize|The Challenging Part}} ==
{{Localize|Challenging Part}}

{{#lst:{{#titleparts:{{PAGENAME}}|2|1}}/Requirements{{GetLangSuffix}} |challenge}}
{{CloseHonorPage}}