Modul:Subrefs: Unterschied zwischen den Versionen
Aus FürthWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
local p = {} --p stands for package | local p = {} --p stands for package | ||
function p.subrefs( frame | function p.subrefs( frame ) | ||
pf = frame:getParent() | pf = frame:getParent() | ||
args = pf.args | args = pf.args[1] | ||
t ='This is just a text'..s | t ='This is just a text'..s | ||