enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Template:Parameters/doc - Wikipedia

    en.wikipedia.org/wiki/Template:Parameters/doc

    } extracts a specified template's parameters and performs a variety of tasks to aid in its documentation or WP:TFD merge nominations. It itself takes two parameters: |1=, the output format; and |base=, the title of a template. The compare function requires a third parameter, |other=. {} must always be substituted. Its usage is demonstrated below.

  3. Module:Template wrapper - Wikipedia

    en.wikipedia.org/wiki/Module:Template_wrapper

    Call this function to 'execute' the working template]] local function wrap (frame) local args = {};-- table of default and live parameters and their values to be passed to the wrapped template local template;-- the name of the working template template = _main (frame, args, false);-- get default and live parameters and the name of the working ...

  4. Wikipedia : Guide to Scribbling

    en.wikipedia.org/wiki/Wikipedia:Guide_to_Scribbling

    Everything in args is thus an argument that the user of the template has specified, where it was transcluded, that you can reference with code such as args [1] and args ["language"]. These will be the normal template arguments, as documented on your template's /doc page.

  5. JSDoc - Wikipedia

    en.wikipedia.org/wiki/JSDoc

    JSDoc differs from Javadoc, in that it is specialized to handle JavaScript's dynamic behaviour. [1] An early example using a Javadoc-like syntax to document JavaScript was released in 1999 with the Netscape/Mozilla project Rhino, a JavaScript run-time system written in Java. It included a toy "JSDoc" HTML generator, versioned up to 1.3, as an ...

  6. Template:Template link with parameters - Wikipedia

    en.wikipedia.org/wiki/Template:Template_link...

    Certain templates have the parameter "on" by default; see the main table for all alternate options. If a row renders identically to a previous row, it means the current template does not support that option and {} needs to be used instead.

  7. Module:Template parameter value/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Template_parameter...

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  8. Template:Parameter names example/sandbox - Wikipedia

    en.wikipedia.org/wiki/Template:Parameter_names...

    When {{Parameter names example}} is used on an immediate subpage of its target template – e.g. on the target template's /doc page – its own |_template= parameter identifying the target template may be omitted. In other words, the code above, if used on Template:Infobox/page (where page could be "doc", "testcases", etc.), would become:

  9. Help:A quick guide to templates - Wikipedia

    en.wikipedia.org/.../Help:A_quick_guide_to_templates

    A template is a Wikipedia page created to be included in other pages. It usually contains repetitive material that may need to show up on multiple articles or pages, often with customizable input. Templates sometimes use MediaWiki parser functions, nicknamed "magic words", a simple scripting language. Template pages are found in the template ...