-- Questo codice proviene dal
local p = --p stands for package
function p.EsempioTemplate(frame) local SubPageName if not frame.args[1] then SubPageName='Esempio' else SubPageName=frame.args[1] end return SubPageNameend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Lucamauri/sandbox".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.