enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Help:Infobox/user style - Wikipedia

    en.wikipedia.org/wiki/Help:Infobox/user_style

    div. mw-parser-output. infobox {display: none;} Alternatively, you can add the following code to your common.js or into a browser user script that is executed by an extension like Greasemonkey : $ ( '.infobox' ). hide ();

  3. Help:Magic words - Wikipedia

    en.wikipedia.org/wiki/Help:Magic_words

    Magic words (including parser functions, variables and behavior switches) are features of wiki markup that give instructions to Wikipedia's underlying MediaWiki software. For example, magic words can suppress or position the table of contents, disable indexing by external search engines, and produce output dynamically based on the current page or on user-defined conditional logic.

  4. Help:Strip markers - Wikipedia

    en.wikipedia.org/wiki/Help:Strip_markers

    Strip markers are placeholders that the MediaWiki parser inserts to indicate that more complicated content will be included. Strip markers can be exposed when the marker text is changed or truncated after it is inserted, or when badly-formed code causes the parser to be reset, and lose its memory of which strip marker corresponds to which piece ...

  5. Module:MalformedSPIs - Wikipedia

    en.wikipedia.org/wiki/Module:MalformedSPIs

    end-- Try to parse the JSON data local data, err = mw. text. jsonDecode (page)-- Check if the data was parsed correctly if not data or type (data) ~= "table" then return "Error: Could not parse the JSON data. ".. (err or "Unknown error") end-- Check if the data is a list of malformed SPI cases if type (data) ~= "table" then return "Error: The ...

  6. Wikipedia talk : Lua/Archive 5

    en.wikipedia.org/wiki/Wikipedia_talk:Lua/Archive_5

    mw.loadData does all steps only once and relies on the read-only wrapping to prevent one invoke from affecting the next. Anomie ⚔ 15:26, 26 February 2017 (UTC) Sorry if I repeat myself: I'm asking if there is any way to declare a function that the parser can safetly cache its output jumping all these 4 steps. E.g. sqrt(5) is the same even if ...

  7. Help:Wikitext - Wikipedia

    en.wikipedia.org/wiki/Help:Wikitext

    The markup language called wikitext, also known as wiki markup or wikicode, consists of the syntax and keywords used by the MediaWiki software to format a page. (Note the lowercase spelling of these terms.

  8. Module:Wikitext Parsing/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Wikitext_Parsing/doc

    Any code using this function directly should consider using mw.text.decode to correct the output at the end if part of the processed text is returned, though this will also decode any input that was encoded but not inside a no-processing tag, which likely isn't a significant issue but still something worth considering.

  9. Wikipedia:Database download - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Database_download

    WikiDumpParser – a .NET Core library to parse the database dumps. Dictionary Builder is a Rust program that can parse XML dumps and extract entries in files; Scripts for parsing Wikipedia dumps ­– Python based scripts for parsing sql.gz files from wikipedia dumps.