enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Module:Side box - Wikipedia

    en.wikipedia.org/wiki/Module:Side_box

    This Lua module is used on approximately 1,240,000 pages, or roughly 2% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox .

  3. Wikipedia : Guide to Scribbling

    en.wikipedia.org/wiki/Wikipedia:Guide_to_Scribbling

    A name in Lua is either an access of a local variable or a table lookup. [3] math.floor is a table lookup (of the string "floor") in the (global) math table, for example. Table lookups are slower, at runtime, than local variable lookups. Table lookups in tables such as the args table with its "specialness" are a lot slower.

  4. Help:Table - Wikipedia

    en.wikipedia.org/wiki/Help:Table

    Note: Wikipedia:HTML 5#Table attributes. CSS to replace obsolete attributes for borders, padding, spacing, etc. Add a border around a table using the CSS property border: thickness style color;, for example border:3px dashed red. This example uses a solid (non-dashed) gray border that is one pixel wide:

  5. Template:Template-linking templates - Wikipedia

    en.wikipedia.org/wiki/Template:Template-linking...

    Link to Lua modules and built-in libraries, showing Lua code. {{para|title ... HTML tags; can add content, choose opening, closing, or self-closing ...

  6. Module:Shortcut - Wikipedia

    en.wikipedia.org/wiki/Module:Shortcut

    options is a table of options. The following keys are supported: msg - a message to leave after the list of shortcuts. category - if set to false (or a value regarded as false by Module:Yesno, such as "no"), categories are suppressed. frame is a frame object. This is optional, and only intended to be used internally. cfg is a table of config ...

  7. Help:Table/Advanced - Wikipedia

    en.wikipedia.org/wiki/Help:Table/Advanced

    Tables will show the "[hide]" / "[show]" controls in the first row of the table (whether or not it is a header row), unless a table caption is present.(see § Tables with captions) Example with a header row

  8. Help:Lua for beginners - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_for_beginners

    The module itself must return a Lua table of values. A Lua table is expressed as a list of values separated by commas, within curly braces. When the module is called by #invoke, the function it names (the first argument after |) is looked for in that table. That function, in turn, is expected to return something that can be represented as a string.

  9. Help:Advanced table formatting - Wikipedia

    en.wikipedia.org/wiki/Help:Advanced_table_formatting

    For years in HTML, a table has always forced an implicit line-wrap (or line-break). So, to keep a table within a line, the workaround is to put the whole line into a table, then embed a table within a table, using the outer table to force the whole line to stay together. Consider the following examples: Wikicode (showing table forces line-break)