Difference between revisions of "User:Cowladmin"
From Compendium of Worldly Lore
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Hey, I run the COWL. This is my personal page where I keep track of tasks and other important things. | |||
== Work In Progress Pages == | |||
[[User:Cowladmin/Fragmented]] (Class) | |||
== To-Do List == | |||
* Race Template | |||
* Spell Backreference macro fix | |||
* Template meta-documentation | |||
* Templates index | |||
== Useful Macros == | |||
Get all pages that are of a category in a plain list | Get all pages that are of a category in a plain list | ||
<nowiki> | <nowiki> | ||
{{#ask:[[Category:<CAT>]]|? # -|mainlabel=-|headers=hide|format=plainlist|sep=§}} | {{#ask:[[Category:<CAT>]]|? # -|mainlabel=-|headers=hide|format=plainlist|sep=§}} | ||
Line 5: | Line 18: | ||
Iterate through all some string with separator "§": | Iterate through all some string with separator "§": | ||
<nowiki> | <nowiki> | ||
{{#arraymap:<ITER>|§|<ITEM>|<OUTPUT>|<SEP>}} | {{#arraymap:<ITER>|§|<ITEM>|<OUTPUT>|<SEP>}} | ||
</nowiki> | </nowiki> |
Latest revision as of 04:34, 18 October 2024
Hey, I run the COWL. This is my personal page where I keep track of tasks and other important things.
Work In Progress Pages
User:Cowladmin/Fragmented (Class)
To-Do List
- Race Template
- Spell Backreference macro fix
- Template meta-documentation
- Templates index
Useful Macros
Get all pages that are of a category in a plain list
{{#ask:[[Category:<CAT>]]|? # -|mainlabel=-|headers=hide|format=plainlist|sep=§}}
Iterate through all some string with separator "§":
{{#arraymap:<ITER>|§|<ITEM>|<OUTPUT>|<SEP>}}