Content deleted Content added
Sophivorus (talk | contribs) Testing new idea for "custom" entry point |
Sophivorus (talk | contribs) Undid revision 955466401 by Sophivorus (talk) |
||
Line 816:
return table.concat(output)
end
-- Entry points for template callers using #invoke:
function p.lead(frame) return invoke(frame, "lead") end -- {{Transclude lead excerpt}} reads the first and only article
function p.linked(frame) return invoke(frame, "linked") end -- {{Transclude linked excerpt}} reads a randomly selected article linked from the given page
|