Search Results: Help:ParserFunctions
Redirect to:
Help:Magic words
Kamis, 2026-06-04 12:11:25magic words, including the "standard" parser functions. mw:Help:Extension:ParserFunctions: Additional parser functions, including conditional expressions...
Click to read more »Help:Time function
Rabu, 2023-01-18 10:44:23mw:Help:Extension:ParserFunctions##time This page is a soft redirect. Template:Time, the current date/time Template:Now, shows a sentence with the current...
Click to read more »Help:Switch parser function
Rabu, 2025-10-22 04:42:55The switch parser function, coded as #switch, selects the first matching branch in a list of choices, acting as a case statement. Each branch can be a...
Click to read more »Help:Conditional tables
Kamis, 2025-02-27 14:38:08table row. For more information on #if (and other # functions), see: mw:Help:Extension:ParserFunctions The following help topics deal with templates: m:Help:Template...
Click to read more »Help:Conditional expressions
Selasa, 2026-06-02 05:41:43mw:Help:Extension:ParserFunctions##ifeq for more details, including possible counterintuitive results due to the way this function is implemented. The #switch function...
Click to read more »Help:Magic words for beginners
Senin, 2026-03-30 05:25:54available MediaWiki standard magic words. mw:Help:Extension:ParserFunctions: parser function extensions to MediaWiki, to supplement magic words. mw:Manual:Extending...
Click to read more »Help:Template limits
Jumat, 2026-05-01 10:38:19size: 11844/2097152 bytes Highest expansion depth: 15/100 Expensive parser function count: 42/500 Unstrip recursion depth: 1/20 Unstrip post‐expand size:...
Click to read more »Help:Labeled section transclusion
Rabu, 2026-04-01 01:38:35Labeled Section Transclusion (LST) is a parser function that provides two ways for designating a "section" of a page for transclusion. The first method...
Click to read more »Help:Manipulating strings
Senin, 2025-07-28 01:39:08*|%1|plain=false}} gives AaAa. Wikipedia does not have the "StringFunctions" series of parser functions (listed below), and is not going to get them (per phab:T8455)...
Click to read more »Help:Template
Senin, 2026-05-25 06:38:52words and mw:Help:Extension:ParserFunctions. The ParserFunctions extension provides more programming-oriented parser functions: The {{PAGENAME}} and {{NAMESPACE}}variables...
Click to read more »Help:Calculation
Rabu, 2024-07-03 11:32:57mw:Manual:Expr parser function syntax This page is a soft redirect....
Click to read more »Help:Lua for beginners
Senin, 2026-06-01 01:10:25Identity function local yesno = require('Module:Yesno') -- #if yesno then returns its input parameter print(mw.getCurrentFrame():callParserFunction("#if"...
Click to read more »Help:HTML in wikitext
Sabtu, 2025-11-08 23:03:42<pre> is actually a parser tag and not HTML, but the function is the same. It also prevents the parsing of templates. <pre> parses HTML entities. If you...
Click to read more »Help:Transclusion
Minggu, 2026-05-17 03:15:52tags can be used and sections of the source page named, then using parser functions the template can be called with the section name as a parameter:...
Click to read more »Help:Lua debugging
Minggu, 2026-05-24 15:40:48developer can view any page, and can also enter raw wikitext, and ask the parser to parse it using the faux templates and modules she created under the "Sandbox...
Click to read more »Help:Cheatsheet
Sabtu, 2026-05-16 12:06:58For a full list of editing commands, see Help:Wikitext For including parser functions, variables and behavior switches, see Help:Magic words For a guide...
Click to read more »Help:A quick guide to templates
Minggu, 2025-08-31 11:36:00often with customizable input. Templates sometimes use MediaWiki parser functions, nicknamed "magic words", a simple scripting language. Template pages...
Click to read more »Help:Transwiki guide
Kamis, 2017-03-09 22:52:39templates generally involve intricate features of template syntax and parser functions, and are split into multiple core or sub-templates. Unlike template...
Click to read more »Help:URL
Selasa, 2026-05-19 08:19:59option of the {{urlencode:}} parser function). Single apostrophes do not need to be encoded, but unencoded multiples will be parsed as italic or bold markup...
Click to read more »Help:Section
Kamis, 2026-04-23 00:29:26section will show a preview of the footnote. When conditionally (using a parser function) transcluding a template with sections, the "edit" links of this and...
Click to read more »Help:Purge
Jumat, 2026-03-06 09:34:17monthly. In a future update, in templates, the #time parser function and the formatDate() function in Modules will update server cache once the resulting...
Click to read more »Help:What links here
Minggu, 2026-04-19 17:03:21with the desired target article title). It should be noted that the parser function #ifexist: used to cause a listing in "What links here" among the normal...
Click to read more »Help:Category
Senin, 2026-05-11 19:22:29into standard UTF-8-encoded characters, by using the {{titleparts:}} parser function, like this: {{PAGESINCATEGORY:{{titleparts:{{PAGENAME}}}}}} Categories...
Click to read more »Help:Substitution
Sabtu, 2026-05-09 20:48:48a fixed copy. The source can be a template, magic word, variable, parser function, or other Wikipedia page. Substitution differs from transclusion, which...
Click to read more »Help:Graph
Senin, 2026-04-13 23:58:02extension allows the creation of graphs by use of the <graph>...</graph> parser tag. The graphs include bar charts, pie charts, line charts, area charts...
Click to read more »Help:Displaying a formula
Kamis, 2026-06-04 14:19:14Use {{abs}} to wrap values in absolute value bars (| · |), avoiding parser function confusion with template pipes. For a single vertical bar (|), use {{...
Click to read more »Help:Printing
Senin, 2026-02-23 22:19:37Print page is not needed for any modern browser, as these browsers will parse the media="print" CSS styles included in the markup of Wikipedia pages....
Click to read more »Help:Magic links
Kamis, 2021-10-28 11:28:13<nowiki>...</nowiki> around the entire magic link: Magic links are rendered by Parser.php. The links for PMID and RFC are rendered by MediaWiki interface pages:...
Click to read more »Help:MediaWiki namespace
Rabu, 2026-03-04 05:14:56because they contain $1 and similar parameters not evaluated by the template parser, or raw CSS and XHTML markup not permitted on normal pages. MediaWiki messages...
Click to read more »Help:Cite errors/Cite error references duplicate key
Sabtu, 2026-03-28 11:24:31a reference tag such as <ref ref_content name=ref_name>, the #tag parser function must be used. Currently #tag only supports balanced tags, not a singular...
Click to read more »Help:Creating a bot
Minggu, 2026-02-01 16:24:49simple wikitext parser, using CeJS MediaWiki module. See Wikipedia bot examples on GitHub. wikiparser-node - A powerful Node.js wikitext parser that outputs...
Click to read more »Help:Lua
Kamis, 2024-12-26 06:59:36"What do converted templates look like?" (slideshow) Wikipedia:Lua string functions Wikipedia:Guide to Scribbling Module:SimpleDebug - It allows to collect...
Click to read more »Help:Useful styles
Senin, 2023-01-23 06:32:14right (using float: right;). margin:0 1em 0.5em 0; This performs the same function as the style directly above, but should be used for boxes which are floated...
Click to read more »Help:List
Senin, 2026-03-16 02:05:25most versatile method, as it does not rely on any peculiarities of the parser, nor on abusing any semantic markup for purely visual purposes. It allows...
Click to read more »Help:Wikitext
Selasa, 2026-04-28 12:18:11behind their pipe): {{<nowiki />{1|default}}} → {{{1|default}}} For a parser function nowiki goes between bracketing-pair characters, or anywhere before...
Click to read more »Help:Log
Selasa, 2026-05-19 10:32:25continuously growing and without any pruning of old entries. There is no function where regular users can delete entire logs or individual log entries. However...
Click to read more »Help:CharInsert
Rabu, 2026-04-08 22:30:45entry may need to be enclosed within <nowiki> to prevent it from being parsed + is where your cursor will appear after the text is inserted, or if you...
Click to read more »Help:Footnotes
Kamis, 2026-05-14 11:51:06will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double...
Click to read more »Help:Collapsing tables and more
Senin, 2025-01-20 01:24:11wikitable is merely for appearance; it is not needed for mw-collapsible to function. More complex data tables can also be collapsible. Just using the mw-collapsible...
Click to read more »Help:Link
Selasa, 2026-05-26 22:31:10namespace part of the name are recognized in wikilinks and in the parser functions that create URL-style links – canonicalurl and fullurl. They are also...
Click to read more »Help:Link color
Kamis, 2025-08-14 21:50:18(MOS:LINKCOLOR) The {{colored link}} template takes two parameters to function: the color of the link, the article being linked to, with an optional third...
Click to read more »Help:Parameter default
Sabtu, 2026-01-24 00:27:59suitable for putting parameters b and c in a template call (there is no function for removing nowiki tags): {{t2|{{{a|<nowiki>b|c</nowiki>}}}}} gives...
Click to read more »Help:Diff
Rabu, 2026-05-06 03:52:46auto-summary may not work. Though the link exists on all diff pages, it does not function when the revisions conflict. Often, versions older than the current one...
Click to read more »Help:Interwiki linking
Selasa, 2026-03-17 07:45:10[[m:project:language:page name]] (e.g. m:b:nl:Wiskunde); this routes the parsing of the links via Meta (bug 4285). m:mos:Soraogo links the mos Wikipedia...
Click to read more »Help:Keyboard shortcuts
Rabu, 2025-12-10 22:55:48the a–z range, only a is unassigned. p, v, w are assigned to multiple functions, depending on the context. By modifying your user CSS file, access key...
Click to read more »Help:Infobox
Minggu, 2026-04-05 12:34:26Special:MyPage/skin.css for just the current skin), on a line by itself: div.mw-parser-output .infobox { display: none; } Alternatively, you can add the following...
Click to read more »Help:User style
Kamis, 2026-03-05 04:48:51Special:MyPage/skin.css for just the current skin), on a line by itself: div.mw-parser-output .infobox { display: none; } Alternatively, you can add the following...
Click to read more »Help:Notifications
Senin, 2026-05-25 04:15:04cases (usually when changing another recent comment with a signature) the parser does not realise that a user has made a new signed comment, and so does...
Click to read more »Help:Special page
Selasa, 2026-06-02 06:22:39an extension used to produce expanded wikitext, i.e. templates, parser functions and variables in the input text are expanded recursively. See also...
Click to read more »Help:Books/Feedback
Sabtu, 2025-05-24 03:17:50In other words, book size (as number of pages) grows non-linearly as a function of numerous random variables, including the grow of semantic topics included...
Click to read more »Help:Page history
Kamis, 2026-04-23 21:52:07contributor, as well as other technical and diagnostic information. Some of the functions of this page that are labeled in numbers are: The "View history" tab is...
Click to read more »Help:Table
Minggu, 2026-04-26 16:54:15tables with header cells makes it difficult for assistive screen readers to parse them sensibly. Editors sometimes use headerless tables as an aid to content...
Click to read more »Help:Sortable tables
Jumat, 2026-05-22 08:20:50to the first number in the string (parseFloat is applied); in other cases (including if the string is empty) (parseFloat returns NaN), the element is positioned...
Click to read more »Help:Related changes
Selasa, 2026-02-10 14:06:12Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Job queue
Senin, 2025-10-06 07:39:41Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Sound file markup
Selasa, 2026-03-24 16:25:15Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Archiving (plain and simple)
Selasa, 2025-12-16 00:30:00Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Attached KML
Sabtu, 2025-05-24 03:17:54Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Hide Pages in Watchlist
Sabtu, 2025-12-13 14:40:45Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Template/feedback
Sabtu, 2023-01-14 20:13:58It appears to be too much technical in some areas related to the parser functions and the parameters. (As of 16:36, 2 August 2012 (UTC), the latter at...
Click to read more »Help:Columns
Selasa, 2026-04-28 20:33:30Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Musical symbols
Minggu, 2025-01-19 15:21:30Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Designing infoboxes
Sabtu, 2025-08-16 04:02:29{{{Parameter name3}}} Note the concatenation of the three parameters. See mw:Help:Extension:ParserFunctions for a description of the #if parser function....
Click to read more »Help:Reset password
Selasa, 2025-12-16 11:39:31Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Barchart
Sabtu, 2025-05-24 03:17:46Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Redirect
Selasa, 2026-03-31 21:02:18Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Page name
Selasa, 2026-05-19 06:51:31Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Permanent link
Kamis, 2026-04-30 04:23:13Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Special characters
Sabtu, 2026-04-11 19:06:22Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Page information
Rabu, 2026-02-04 02:39:27Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Reverting
Selasa, 2026-05-19 13:06:58Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Citation tools
Selasa, 2026-04-07 20:01:01Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Edit conflict
Sabtu, 2026-05-16 03:52:32Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:When to place technical requests in "Administrator needed"
Selasa, 2026-03-03 23:39:19Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Markup validation
Minggu, 2025-06-22 00:22:38Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Import
Minggu, 2025-12-14 06:54:14Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Citation Style 1
Rabu, 2026-06-03 08:01:04will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double...
Click to read more »Help:Files
Sabtu, 2026-02-21 00:42:06Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Linksearch
Kamis, 2026-01-15 00:49:16Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:User contributions
Senin, 2025-11-10 15:19:49Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Mobile access
Selasa, 2026-05-19 07:52:48Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Editing
Rabu, 2026-05-13 17:32:42Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Interlanguage links
Selasa, 2026-05-19 08:17:35Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Watchlist
Minggu, 2026-05-03 05:52:43Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Options to hide an image
Senin, 2026-04-13 05:03:11Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Cascading Style Sheets
Sabtu, 2026-05-09 14:02:50Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Logging in
Kamis, 2026-05-21 20:06:43Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Preferences
Rabu, 2026-06-03 14:49:08Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Using colours
Rabu, 2026-05-20 23:32:25Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Entering special characters
Senin, 2026-02-09 11:29:25Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Creation and usage of media files
Senin, 2026-05-18 09:00:30Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:CS1 errors
Kamis, 2026-06-04 20:06:09maintenance messages, refresh the page you were editing earlier.) :root .mw-parser-output .cs1-maint {display: inline;} /* display Citation Style 1 maintenance...
Click to read more »Help:Family trees
Senin, 2024-12-16 17:59:37Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Line-break handling
Jumat, 2026-05-08 02:53:01Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Extended image syntax
Selasa, 2026-04-28 06:55:39Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Archiving a talk page
Senin, 2026-06-01 01:10:19Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Score
Senin, 2026-02-02 07:13:49Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Gallery tag
Minggu, 2026-03-22 16:50:11Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:WikiHiero syntax
Kamis, 2026-04-23 20:04:10Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Pictures
Minggu, 2026-05-31 01:32:16Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:EasyTimeline syntax
Rabu, 2026-04-22 16:36:58Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Multilingual support
Rabu, 2026-05-13 03:13:58Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:VisualEditor
Selasa, 2026-05-19 08:25:56Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Books/Feedback/Archives/2009/March
Rabu, 2019-08-14 21:59:27--He!ko (talk) 21:54, 26 February 2009 (UTC) Wouldn't it be simpler if the parser could detect class="noprint" ? --TheDJ (talk • contribs) 11:41, 1 March...
Click to read more »Help:Metatemplating
Kamis, 2026-02-05 04:46:58Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Text editor support
Minggu, 2026-05-31 12:06:57on the dwb:settings page. The text-only browser elinks also provides a function to edit text areas. The key combination Ctrl+T calls an external editor...
Click to read more »Help:Searching/Features
Rabu, 2026-04-08 18:42:09attachment, is all indexed together in a search database. CirrusSearch can parse and index thousands of formats. Characters not allowed in pagenames are...
Click to read more »Help:Creating tables
Sabtu, 2026-05-30 09:16:17deselect just the text or date cells by ctrl-click. Consider also a parser function {{Formatnum}} and template {{Formatnum}} (see Help:Magic words § Formatting)...
Click to read more »Help:Visual file markup/upright
Sabtu, 2024-06-08 16:52:13Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:AllPages
Rabu, 2025-12-24 09:49:03Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Books/Feedback/Archives/2011/January
Kamis, 2018-09-06 04:00:45that go to articles already in the book, and hence, upon rendering, would parse any such hyperlinks to go to the proper article, with the correct name,...
Click to read more »Help:Safe mode
Selasa, 2026-01-06 22:17:15Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Recent changes
Selasa, 2025-10-28 13:35:32Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Advanced table features
Selasa, 2026-04-14 02:19:00Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Displaying a formula/LaTeX symbols
Rabu, 2026-04-22 07:23:17Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »Help:Visual file markup
Rabu, 2026-01-21 01:27:15Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Advanced...
Click to read more »