Difference between revisions of "User:Cowladmin"

From Compendium of Worldly Lore

Jump to: navigation, search
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
Get all pages that are of a category in a plain list
<nowiki>
{{#ask:[[Category:<CAT>]]|? # -|mainlabel=-|headers=hide|format=plainlist|sep=§}}
</nowiki>


Iterate through all some string with separator "§":
<nowiki>
{{#arraymap:<ITER>|§|<ITEM>|<OUTPUT>|<SEP>}}
</nowiki>

Revision as of 00:12, 2 October 2022

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>}}