Project:New Pages: Difference between revisions
From Eli's Software Encyclopedia
Created page with "<div class="d-none" hidden> {{#get_web_data: url=https://elisoftware.org/w/api.php?action=query&format=json&list=recentchanges&rcnamespace=0&rclimit=20&rctype=new |format=JSON..." Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
<div class="d-none" hidden> | <div class="d-none" hidden> | ||
{{#get_web_data: | {{#get_web_data: | ||
url=https://elisoftware.org/w/api.php?action=query&format=json&list=recentchanges&rcnamespace=0&rclimit=20&rctype=new | url=https://elisoftware.org/w/api.php?action=query&format=json&list=recentchanges&rcnamespace=0&rcprop=title%7Ctimestamp%7Cuser&rclimit=20&rctype=new | ||
|format=JSON | |format=JSON | ||
|data=page=title | |data=page=title,date=timestamp,user=user | ||
}} | }} | ||
{{#arraydefine: npages | {{#arraydefine: npages | ||
|{{#for_external_table: {{{page}}};}} | |{{#for_external_table: {{{page}}}*{{{date}}}*{{{user}}};}} | ||
|; | |; | ||
|unique | |unique | ||
}} | }} | ||
</div> | </div> | ||
< | <ol> | ||
{{#arrayprint: npages | {{#arrayprint: npages | ||
| | | | ||
|@@@ | |@@@ | ||
|<li>[[@@@]]</li> | |<li>{{#time: H:i M j, Y|{{#explode:@@@|*|1}}}} [[{{#explode:@@@|*|0}}]] by [[User:{{#explode:@@@|*|2}}|{{#explode:@@@|*|2}}]]</li> | ||
}} | }} | ||
</ | </ol> | ||
