Difference between revisions of "Activity:Learn Lua"

From PKC
Jump to navigation Jump to search
 
(14 intermediate revisions by 2 users not shown)
Line 5: Line 5:


[https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Tokens]
[https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Tokens]
[[Module:Banana]]
[[Module:Banana]]


{{#invoke:Bananas|hello}}
<nowiki>
{{#invoke:Banana|hello}}
</nowiki>
 
{{#invoke:Banana|hello}}
 
 
* Mediawiki API in Lua and the access to others still not found. 
[[Wikipedia:Representational_state_transfer]]
 
The Title objects could access lots of properties and methods.
 
* How to use Lua to send GET, POST as specified in RESTful API?




[[Category:Activity]]
[[Category:Activity]]

Latest revision as of 08:34, 3 February 2022

Date 2021-07-24
Person @KevinTung


[1]

Module:Banana

 
 {{#invoke:Banana|hello}}

table


  • Mediawiki API in Lua and the access to others still not found.

Wikipedia:Representational_state_transfer

The Title objects could access lots of properties and methods.

  • How to use Lua to send GET, POST as specified in RESTful API?