Template:Bestiary/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Vinifera7
(Created page with "{{Documentation subpage}} {{Lua|Module:Bestiary}} ==Overview== Creates cargo tables for Bestiary content. The data is taken from subpages on the Bestiary modules and sto...")
 
(category)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


{{Lua|Module:Bestiary}}
This page is not an actual [[mw:Help:Templates|template]]. It exists to group templates that define or attach Cargo templates related to Bestiary under a common base page name.


==Overview==
==Overview==
Line 17: Line 17:
-->
-->
==Cargo==
==Cargo==
* [[Template:Bestiary/cargo/components]]
{| class="wikitable"
* [[Template:Bestiary/cargo/recipe components]]
! Table !! Declared by !! Attached by !! Data
* [[Template:Bestiary/cargo/recipes]]
|-
| [[Special:CargoTables/bestiary_components|bestiary_components]]
| {{tl|Bestiary/cargo/bestiary components/declare}}
| {{tl|Bestiary/cargo/bestiary components/attach}}
| {{tl|Bestiary/cargo/bestiary components/store data 1}}
|-
| [[Special:CargoTables/bestiary_recipe_components|bestiary_recipe_components]]
| {{tl|Bestiary/cargo/bestiary recipe components/declare}}
| {{tl|Bestiary/cargo/bestiary recipe components/attach}}
| {{tl|Bestiary/cargo/bestiary recipe components/store data 1}}
|-
| [[Special:CargoTables/bestiary_recipes|bestiary_recipes]]
| {{tl|Bestiary/cargo/bestiary recipes/declare}}
| {{tl|Bestiary/cargo/bestiary recipes/attach}}
| {{tl|Bestiary/cargo/bestiary recipes/store data 1}}
|}


{{Documentation categories|
{{Documentation categories|
<!-- Categories and interwikis go here. -->
<!-- Categories and interwikis go here. -->
[[Category:Templates]]
[[Category:Cargo templates]]
}}
}}

Latest revision as of 15:42, 30 May 2024

This subpage provides documentation for Template:Bestiary.

This page is not an actual template. It exists to group templates that define or attach Cargo templates related to Bestiary under a common base page name.

Overview

Creates cargo tables for Bestiary content. The data is taken from subpages on the Bestiary modules and stored via cargo calls.

Cargo

Table Declared by Attached by Data
bestiary_components {{Bestiary/cargo/bestiary components/declare}} {{Bestiary/cargo/bestiary components/attach}} {{Bestiary/cargo/bestiary components/store data 1}}
bestiary_recipe_components {{Bestiary/cargo/bestiary recipe components/declare}} {{Bestiary/cargo/bestiary recipe components/attach}} {{Bestiary/cargo/bestiary recipe components/store data 1}}
bestiary_recipes {{Bestiary/cargo/bestiary recipes/declare}} {{Bestiary/cargo/bestiary recipes/attach}} {{Bestiary/cargo/bestiary recipes/store data 1}}