Modul:Subrefs: Unterschied zwischen den Versionen
Aus FürthWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
function p.subrefs( frame ) | function p.subrefs( frame ) | ||
pf = frame:getParent() | pf = frame:getParent() | ||
args = pf.args | args = pf.args | ||
t ='This is just a text'.. | t ='This is just a text'..args[0] | ||
return t | return t | ||
end | end | ||
return p | return p | ||