Content deleted Content added
m Archiving 1 discussion(s) from Module talk:Wd) (bot |
m Archiving 1 discussion(s) from Module talk:Wd) (bot |
||
Line 625:
Is it possible to sort out by a specific unit? [[User:Soshial|Soshial]] ([[User talk:Soshial|talk]]) 13:14, 15 January 2021 (UTC)
:Please could you provide an example? — Martin <small>([[User:MSGJ|MSGJ]] · [[User talk:MSGJ|talk]])</small> 23:30, 15 January 2021 (UTC)
== Fetch link and transclude linked page ==
I'm attempting to transclude all linked pages under a property, and I'm hoping there's a way to use wd to achieve this.
I'm trying to do something like this:
<nowiki>{{#invoke:wd|properties|linked|Q151973|P26|format=\{\{:%p\}\}<br>}}</nowiki>
To give me this:
{{#invoke:wd|properties|linked|Q151973|P26|format=\{\{:%p\}\}<br>}}
But I want it to actually transclude those pages in this order.
Is something like this possible? [[User:Supertrinko|El Dubs]] ([[User talk:Supertrinko|talk]]) 07:49, 18 January 2021 (UTC)
:That's unfortunately not possible, unless you substitute the result like this:
:<nowiki>{{subst:#invoke:wd|properties|Q151973|P26|format=\{\{:%p\}\}<br>}}</nowiki>
:[[User:Thayts|<span style="color:#466383;font-family:Georgia;font-style:italic;letter-spacing:1px">Thayts</span>]] [[User talk:Thayts|<span style="color:#7892A5">•••</span>]] 21:48, 18 January 2021 (UTC)
|