Home
Random
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:TemplateDataGenerator/doc
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
'''<code>Module:TemplateDataGenerator</code>''' β Module for generation of a skeleton for TemplateData from the parameter usage within template programming. == From wikitext == ; f : Trigger analysis of template around (base page). :* No parameters on <code>#invoke</code>. :* Yields block to be inserted by copy&paste. === Template wrapping === The module is supposed to be wrapped for convenience into something like a template <nowiki>{{#invoke:TemplateDataGenerator|f}}</nowiki> Documentation That template may be transcluded with one parameter: '''sort''' alias '''1''' β if that is provided with the value <code>1</code>, parameter list will be sorted in alphabetical order. === Productive usage === When editing a template (documentation) page, users are supposed to insert the following line, where TemplateData shall appear: <code><nowiki>{{subst:#invoke:TemplateDataGenerator|f}}</nowiki></code> After click on [Preview], the generated lines are displayed and can be inserted by copy & paste to replace the temporary transclusion. If forgotten to remove on saving, <code>subst</code> comes into effect and the plain lines are stored into source text. Next time someone will do the cleanup. == Functions for Lua modules == ; getBlock( about, ahead, alphabetical ) : Trigger analysis of template like '''f''' but from Lua call. :* ''about'' β string; page title related to template code on base page :* ''ahead'' β string, number or nil; namespace (Template:) :* ''alphabetical'' β boolean or nil; sort parameter list
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)