Difference between revisions of "User:Ch4zm/Lore Recipe"

From Golly.Life Wiki
(Created page with "==How to write a lore fragment== Should look something like this: <pre> <nowiki> Lorem ipsum dolor sit amet, consectetur adipiscing elit.<noinclude> Category:Lore Fragment...")
 
 
(10 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
 
==How to create standalone page for single lore fragment==
 
==How to create standalone page for single lore fragment==
 +
 +
Example: [[Triple X]]
 +
 +
* Sections not needed
 +
* Add the lore fragment template to the page
 +
* Add relevant categories (cup categories, team categories, and topic categories)
 +
* Add history navboxes for each cup
 +
* Add categories for each cup
 +
* Add categories for topics
 +
* Add categories for teams
 +
 +
<pre>
 +
<nowiki>
 +
{{TripleXFragment}}
 +
 +
{{Navbox toroidal history}}
 +
 +
[[Category:Toroidal Cup]]
 +
[[Category:Midwest Love Triangle]]
 +
 +
[[Category:TB]]
 +
[[Category:MILF]]
 +
</nowiki>
 +
</pre>
  
 
==How to create standalone page for multiple lore fragments==
 
==How to create standalone page for multiple lore fragments==
 +
 +
Example: [[Midwest Love Triangle]]
 +
 +
* Sections correspond to cups
 +
* Subsections correspond to lore fragments
 +
* Add lore fragment templates to subsections
 +
* Add history navboxes for each cup
 +
* Add categories for each cup
 +
* Add categories for topics
 +
* Add categories for teams
 +
 +
<pre>
 +
<nowiki>
 +
=Hellmouth Cup=
 +
 +
==Midwest Crown==
 +
 +
{{MidwestCrownHellmouthFragment}}
 +
 +
==Snowbird Series==
 +
 +
{{SnowbirdSeriesFragment}}
 +
 +
==Valentines Day Series==
 +
 +
{{ValentinesDayFragment}}
 +
 +
 +
 +
=Navboxes=
 +
 +
{{Navbox hellmouth history}}
 +
{{Navbox toroidal history}}
 +
 +
[[Category:Hellmouth Cup]]
 +
[[Category:Toroidal Cup]]
 +
[[Category:Midwest Love Triangle]]
 +
 +
[[Category:TB]]
 +
[[Category:MILF]]
 +
</nowiki>
 +
</pre>
 +
 +
==How to add fragments to season pages==
 +
 +
Example: [[Season 10]]
 +
 +
<pre>
 +
<nowiki>
 +
==Postseason==
 +
 +
{{HellmouthPostseasonBracket Season 10}}
 +
 +
===Valentines Day Series===
 +
 +
{{ValentinesDayFragment}}
 +
</nowiki>
 +
</pre>
 +
 +
==How to add fragments to team pages==
 +
 +
Example: [[Milwaukee Flamingos]]
 +
 +
* Add subsection to the "X in the Y Cup" section
 +
* Add sub-subsection for each fragment
 +
* Add a {{Tl|Main}} template reference if there is a standalone page
 +
 +
<pre>
 +
<nowiki>
 +
==Flamingos in the Toroidal Cup==
 +
 +
===Grape Chews Blow Their Last Chance===
 +
 +
{{Main|Grape Chews Blow Their Last Chance}}
 +
 +
{{GrapeChewsBlowTheirLastChanceFragment}}
 +
 +
===The Championships the Butchers Gave Away===
 +
 +
{{ChampionshipButchersGaveAwayFragment}}
 +
</nowiki>
 +
</pre>

Latest revision as of 00:30, 30 December 2022

How to write a lore fragment

Should look something like this:


Lorem ipsum dolor sit amet, consectetur adipiscing elit.<noinclude>
[[Category:Lore Fragments]]
[[Category:Hellmouth Cup Lore]]
[[Category:Midwest Love Triangle]]
[[Category:TB]]
[[Category:MILF]]
[[Category:DET]]
</noinclude>

How to create standalone page for single lore fragment

Example: Triple X

  • Sections not needed
  • Add the lore fragment template to the page
  • Add relevant categories (cup categories, team categories, and topic categories)
  • Add history navboxes for each cup
  • Add categories for each cup
  • Add categories for topics
  • Add categories for teams

{{TripleXFragment}}

{{Navbox toroidal history}}

[[Category:Toroidal Cup]]
[[Category:Midwest Love Triangle]]

[[Category:TB]]
[[Category:MILF]]

How to create standalone page for multiple lore fragments

Example: Midwest Love Triangle

  • Sections correspond to cups
  • Subsections correspond to lore fragments
  • Add lore fragment templates to subsections
  • Add history navboxes for each cup
  • Add categories for each cup
  • Add categories for topics
  • Add categories for teams

=Hellmouth Cup=

==Midwest Crown==

{{MidwestCrownHellmouthFragment}}

==Snowbird Series==

{{SnowbirdSeriesFragment}}

==Valentines Day Series==

{{ValentinesDayFragment}}



=Navboxes=

{{Navbox hellmouth history}}
{{Navbox toroidal history}}

[[Category:Hellmouth Cup]]
[[Category:Toroidal Cup]]
[[Category:Midwest Love Triangle]]

[[Category:TB]]
[[Category:MILF]]

How to add fragments to season pages

Example: Season 10


==Postseason==

{{HellmouthPostseasonBracket Season 10}}

===Valentines Day Series===

{{ValentinesDayFragment}}

How to add fragments to team pages

Example: Milwaukee Flamingos

  • Add subsection to the "X in the Y Cup" section
  • Add sub-subsection for each fragment
  • Add a {{Main}} template reference if there is a standalone page

==Flamingos in the Toroidal Cup==

===Grape Chews Blow Their Last Chance===

{{Main|Grape Chews Blow Their Last Chance}}

{{GrapeChewsBlowTheirLastChanceFragment}}

===The Championships the Butchers Gave Away===

{{ChampionshipButchersGaveAwayFragment}}