Jump to content

Wikipedia:User scripts/Function template

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ABCD (talk | contribs) at 00:42, 13 August 2005 (create template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

//


function FUNCTION_NAME(){
    FUNCTION_CODE;
}

//