Module:TagCreatures: Difference between revisions
From Teriock
More actions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- Module:TagCreatures | |||
-- Readonly via mw.loadData in consumers. | |||
return { | return { | ||
traits = { | traits = { | ||
undead = { text = 'Undead', link = 'Undead creatures', symbol = '🪦' }, | undead = { text = 'Undead', link = 'Undead creatures', symbol = '🪦' }, | ||
corporeal = { text = 'Corporeal', link = 'Corporeal undead creatures', symbol = '🧟♀️' }, | corporeal = { text = 'Corporeal', link = 'Corporeal undead creatures', symbol = '🧟♀️' }, | ||
skeletal = { text = 'Skeletal', link = 'Skeletal undead creatures', symbol = '🦴' }, | skeletal = { text = 'Skeletal', link = 'Skeletal undead creatures', symbol = '🦴' }, | ||
spectral = { text = 'Spectral', link = 'Spectral undead creatures', symbol = '👻' }, | spectral = { text = 'Spectral', link = 'Spectral undead creatures', symbol = '👻' }, | ||
minor = { text = 'Minor', link = 'Minor undead creatures', symbol = '🧟' }, | minor = { text = 'Minor', link = 'Minor undead creatures', symbol = '🧟' }, | ||
full = { text = 'Full', link = 'Full undead creatures', symbol = '💀' }, | full = { text = 'Full', link = 'Full undead creatures', symbol = '💀' }, | ||
greater = { text = 'Greater', link = 'Greater undead creatures', symbol = '🧛' }, | greater = { text = 'Greater', link = 'Greater undead creatures', symbol = '🧛' }, | ||
outsider = { text = 'Outsider', link = 'Outsider creatures', symbol = '👽️' }, | outsider = { text = 'Outsider', link = 'Outsider creatures', symbol = '👽️' }, | ||
angelic = { text = 'Angelic', link = 'Angelic creatures', symbol = '😇' }, | angelic = { text = 'Angelic', link = 'Angelic creatures', symbol = '😇' }, | ||
demonic = { text = 'Demonic', link = 'Demonic creatures', symbol = '👿' }, | demonic = { text = 'Demonic', link = 'Demonic creatures', symbol = '👿' }, | ||
elemental = { text = 'Elemental', link = 'Elemental creatures', symbol = '🌞' }, | elemental = { text = 'Elemental', link = 'Elemental creatures', symbol = '🌞' }, | ||
plant = { text = 'Plant', link = 'Plant creatures', symbol = '🌿' }, | plant = { text = 'Plant', link = 'Plant creatures', symbol = '🌿' }, | ||
construct = { text = 'Construct', link = 'Construct creatures', symbol = '🗿' }, | construct = { text = 'Construct', link = 'Construct creatures', symbol = '🗿' }, | ||
draconic = { text = 'Draconic', link = 'Draconic creatures', symbol = '🐲' }, | draconic = { text = 'Draconic', link = 'Draconic creatures', symbol = '🐲' }, | ||
fae = { text = 'Fae', link = 'Fae creatures', symbol = '🧚' }, | fae = { text = 'Fae', link = 'Fae creatures', symbol = '🧚' }, | ||
animal = { text = 'Animal', link = 'Animal creatures', symbol = '🦀' }, | animal = { text = 'Animal', link = 'Animal creatures', symbol = '🦀' }, | ||
common = { text = 'Common', link = 'Common animal creatures', symbol = '🐾' }, | common = { text = 'Common', link = 'Common animal creatures', symbol = '🐾' }, | ||
ooze = { text = 'Ooze', link = 'Ooze creatures', symbol = '💩' }, | ooze = { text = 'Ooze', link = 'Ooze creatures', symbol = '💩' }, | ||
monstrous = { text = 'Monstrous', link = 'Monstrous creatures', symbol = '🧌' }, | monstrous = { text = 'Monstrous', link = 'Monstrous creatures', symbol = '🧌' }, | ||
humanoid = { text = 'Humanoid', link = 'Humanoid creatures', symbol = '👤' }, | humanoid = { text = 'Humanoid', link = 'Humanoid creatures', symbol = '👤' }, | ||
partial = { text = 'Partial', link = 'Partial humanoid creatures', symbol = '🐒' }, | partial = { text = 'Partial', link = 'Partial humanoid creatures', symbol = '🐒' }, | ||
aquatic = { text = 'Aquatic', link = 'Aquatic creatures', symbol = '🐟️' }, | aquatic = { text = 'Aquatic', link = 'Aquatic creatures', symbol = '🐟️' }, | ||
} | } | ||
} | } | ||
Revision as of 19:12, 12 August 2025
Documentation for this module may be created at Module:TagCreatures/doc
-- Module:TagCreatures
-- Readonly via mw.loadData in consumers.
return {
traits = {
undead = { text = 'Undead', link = 'Undead creatures', symbol = '🪦' },
corporeal = { text = 'Corporeal', link = 'Corporeal undead creatures', symbol = '🧟♀️' },
skeletal = { text = 'Skeletal', link = 'Skeletal undead creatures', symbol = '🦴' },
spectral = { text = 'Spectral', link = 'Spectral undead creatures', symbol = '👻' },
minor = { text = 'Minor', link = 'Minor undead creatures', symbol = '🧟' },
full = { text = 'Full', link = 'Full undead creatures', symbol = '💀' },
greater = { text = 'Greater', link = 'Greater undead creatures', symbol = '🧛' },
outsider = { text = 'Outsider', link = 'Outsider creatures', symbol = '👽️' },
angelic = { text = 'Angelic', link = 'Angelic creatures', symbol = '😇' },
demonic = { text = 'Demonic', link = 'Demonic creatures', symbol = '👿' },
elemental = { text = 'Elemental', link = 'Elemental creatures', symbol = '🌞' },
plant = { text = 'Plant', link = 'Plant creatures', symbol = '🌿' },
construct = { text = 'Construct', link = 'Construct creatures', symbol = '🗿' },
draconic = { text = 'Draconic', link = 'Draconic creatures', symbol = '🐲' },
fae = { text = 'Fae', link = 'Fae creatures', symbol = '🧚' },
animal = { text = 'Animal', link = 'Animal creatures', symbol = '🦀' },
common = { text = 'Common', link = 'Common animal creatures', symbol = '🐾' },
ooze = { text = 'Ooze', link = 'Ooze creatures', symbol = '💩' },
monstrous = { text = 'Monstrous', link = 'Monstrous creatures', symbol = '🧌' },
humanoid = { text = 'Humanoid', link = 'Humanoid creatures', symbol = '👤' },
partial = { text = 'Partial', link = 'Partial humanoid creatures', symbol = '🐒' },
aquatic = { text = 'Aquatic', link = 'Aquatic creatures', symbol = '🐟️' },
}
}