Knowledge

Help:Template

Source đź“ť

736: 530: 5013: 263: 54: 2065:, check whether it is displayed in Knowledge with the link overextending by one or more characters after the URL so that clicking the link causes an error or failure. This could happen because the source code does not have a space after the URL or it contains or generates a space that is discarded in the processing. Ensure that in the template expansion a soft space ( 314:), such as dates, times, and page names. They may also contain markup to define certain parts of the page to be included while other parts are not. This means that when you display the template page itself, you may see more than when you display a page that includes it (for example, it can contain documentation, categories, etc. for the template). 2869:—the unmatched braces are treated as text during processing—they do not affect the parsing of braces in the calling template. But where the template is substituted, the unmatched braces will be parsed as braces when the page is subsequently displayed. This has little practical use, but can occasionally introduce unexpected errors. 540:, just like linking to any other nonexistent page. Following the link allows one to create that particular template. It is not possible to transclude pages between projects (such as different-language Wikipedias or MediaWiki)—to use a template on another language project, a copy of the template must be created in that project. 3899:
of a template is the name of the wikipedia page (which is also the title of the page). The namespace is normally left off if it is "Template" (which it almost always is). Furthermore, it is customary to write the name with double braces, like a template call, to emphasize that it names a template.
3577:
When templates are rendered or expanded to HTML for viewing in your browser, they use memory. This is called the "post-expand include size" and has a limit of 2,048,000 bytes. This size is included as an invisible comment in the HTML output—use your browser's view source feature to show the raw HTML
2093:
to make the template's behavior depend on the environment in which it is included (such as the current time or namespace). Parser functions can be used for some arithmetic calculations and string manipulations on variables and parameter values, but certain standard programming features such as loops
1203:
When an editor changes a template (by editing the template or one of its subtemplates), the change will ultimately be reflected any time any page that transcludes that template is subsequently displayed. However, the change may not become visible on all pages immediately; a previously cached version
682:
The value of a parameter can be the empty string, such as when the pipe or equals sign is followed immediately by the next pipe or the closing braces. This is different from not specifying the parameter at all, which results in a default value, although templates are often coded so as to behave the
269: 267: 265: 3335:
To protect server resources and avoid infinite loops, the parser imposes certain limits on the depth of transclusion nesting and on the page size with expanded templates. This may cause a page to break if it uses very complex templates, particularly if there are multiple such templates on the same
1135:
Remember that whitespace characters (spaces, tabs, carriage returns, and line feeds) are not automatically stripped from the start and end of unnamed parameters, unlike with named parameters. Including such characters (or any other non-visible characters in any parameters) may in some cases affect
678:
What parameters (if any) can or should be passed to a template and how they are to be named is defined in the coding of that template. A template call can specify named parameters in any order. Superfluous or misnamed parameters are ignored; unspecified parameters are assigned default values. If a
3437:
Some templates generate category declarations in their expansion, since the template is intended to place calling pages in particular categories. This is often done with maintenance categories. Placing articles into ordinary content categories in this way is discouraged. When doing this, you may
3097:
Perhaps the most common issue with the use of these blocks is unwanted spaces or lines. It is important to remember that the effect of these tags begins immediately before the first angle bracket, not on the previous line or at the previous visible character; similarly the effect ends immediately
2920:
By default, when a page calls a template, MediaWiki includes the expansion of the entire template in the calling page. However, it is possible to modify that behavior, using tags that specify which parts of the template code are to be included. This makes it possible for the template to contain
1225:
To get a list of templates transcluded on a page, bring up the edit page and find the list below the edit window. This list also includes the subtemplates used by the templates that are directly transcluded. To get such a list for a page section, an old version of the page, or your newly edited
2617:
variables are particularly useful, and frequently used, to change template behavior based on the context in which they are included. Templates that contain category links often do this. For example, a cleanup template contains a category link to categorize the calling page as one which needs
268: 270: 702:
and other templates with a large number of complicated parameters, where the presence of an unknown one is usually an unintentional error. If you update such a template to define a new parameter, its call to the module must also be updated to include the new parameter.
271: 266: 3223:, it is processed during display as though it were at the beginning of a line, even if the template call is not. This allows you to create various kinds of lists with templates where the template call may not be in the correct place for a list. To avoid this, use 3201:
iki") to more-or-less transclude the source of the template rather than its expansion. It is not perfect: lists are rendered, comments are removed, and single newlines are replaced with spaces (which is particularly confounding when transcluding wikitext
3809:
is the process of generating page source from a template, when a page calls it, by applying parameters and other features. MediaWiki expands a template as it renders a page. One can also say that the template itself expands, so both "MediaWiki expands
1320:) to see if there is already a template that does what you want or a similar template whose code can be copied and modified (or left in place and expanded). Look for generic templates on which the new template can be based; for example, you can create a 1510:
You can use default parameter values to effect a parameter alias: For example, if parameters "text" and "message" are names for the same parameter, which can also be specified as the only unnamed parameter, then refer to the parameter with
768:(by clicking on the foregoing link), then click on the "Edit" tab to see the template code (its page source). The active part of that code, which becomes the expansion of the template when it is transcluded, is the single link wikitext 1470:
If a parameter is not specified in the template call, then the parameter reference is not replaced with anything -- it is expanded literally; this means that if the template call does not specify the parameter "xxx", the wikitext
1040:
An unnamed parameter (positional parameter) value cannot contain an ordinary equals sign, as this would be interpreted in the parameter specification as a named parameter (with the equals sign separating the name from its value).
924:. Note the usage of an empty parameter—in this instance, the consecutive pipes mean that the first parameter specified is an empty string, which in this template will cause it to omit the initial "about" sentence. This produces: 3443:
tags to keep the template itself out of the category. While developing, testing, sandboxing, or demonstrating a template intended to apply a category, either temporarily replace each category with a test category (starting with
2933:
be displayed when the template page itself is displayed and not be processed when the template page itself is saved (e.g., categories to be applied to calling pages which do not apply to the template). The tags are as follows:
850:, because the template call was replaced by the expansion of the template when you saved the page. There is no ongoing connection to the template call; no one can tell by looking at the page source that you didn't just type 2861:
Template recursion is not available; that is, a template may not call itself directly, or indirectly by calling other templates which call it. Attempts to do so will result in an error message describing a "template loop".
3612:
If too many templates are included on a page, the post-expand include size may exceed the limit. When this happens, templates after the limit will no longer expand and will instead display as a wikilink (for example,
1526:
Because of the multiple meanings of double-brace and triple-brace syntax in wikitext, expressions can sometimes be ambiguous. It may be helpful or necessary to include spaces to resolve such ambiguity. For example,
1466:, and so on are expanded to the first, second, and so on unnamed parameters. (Note that an unnamed parameter can alternatively be specified in a template call as an equivalent named parameter named "1", "2", etc.). 1515:. If the template call specifies more than one of those parameters, "message" will have priority, followed by "text", and finally by the first unnamed parameter. So if a template call specifies parameters 1163:
in the source page, that will of course call the template, so to make it easy to display the name with the braces, and also make the name a link to the template for the reader's convenience, there is the
710:, but only pseudo-variadic ones, that check the incoming parameters one by one until a certain fixed amount. It is possible to break this limitation however by using dedicated modules. For simple cases, 2668:. When WikiMedia expands the template, it expands subtemplates as the calls to them appear, so that the final product is essentially the result of expanding templates from the most deeply nested out. 205:
is a Knowledge page created to be included in other pages. Templates usually contain repetitive material that might need to show up on a larger number of articles or pages. They are commonly used for
264: 3351:
wikimarkup to create a section header in a template which is intended for use in article space; this will create an edit link on a page that transcludes the template that will confusingly open the
377:
Transcluding a template means that when MediaWiki displays the page, it treats the template as if it were in the wiki source of the page, whereas substituting means MediaWiki does that when it
6201: 4501: 1335:
says: "Template function should be clear from the template name". If similar templates exist, try to follow a consistent naming pattern. You can rename a template without breaking existing
4221: 1097:
in a template parameter specification, as it would be interpreted as separating one parameter specification from another. This problem can similarly be solved by using the magic word
1358:
Be extremely careful when editing existing templates—changes made can affect a large number of pages, often in ways you might not expect. For this reason many high-use templates are
916:(also called positional parameters) in the example above, but you can call the same template with different numbers of parameters to give slightly different results, as explained in 4708: 2094:
and variable assignment are not available. Full string manipulation not available; some templates providing such function have been created, but they are inefficient and imperfect.
5123: 4375: 2883: 2002: 5904: 4442: 7115: 1211:
When viewing old versions of pages, remember that templates will be transcluded as they are now, not necessarily as they were when the old page version was active.
1017:
for more possibilities. Notice that the template is called here without specifying all its possible parameters, so undefined parameters are given default values.
5435: 3910:
template to generate the trademark symbol." But don't go so far as to put a template name in the code font, to prevent confusion with an actual template call.
6620: 1407:—which allow the transcluded content to vary depending on context. There are also special tags to control which information is transcluded and which is not. 1149:
In documentation and discussions, it is customary to put the name of a template in double braces to emphasize the reference to a template (for example, use
1479:(not the null string you may have expected). You can get a more useful behavior by specifying a default value in the parameter reference. Do this with the 7232: 4743: 4534: 4486: 4474: 3779:
a template means transcluding or substituting one. A page calls a template. The wikitext on a page that causes the page to call a template is called a
3313:
For issues with template substitution, such as how to control whether subtemplates are substituted as well when the parent template is substituted, see
2630:
variable so that talk pages, user pages, and any other pages that might call the template incidentally do not get categorized as pages needing cleanup.
381:
the page (i.e. the content of the template gets stored as part of the target page and subsequent editors cannot tell that it got there via a template).
6953: 5943: 1268:
does not allow this technique; in many instances, these purpose-built newlines are treated by MediaWiki as content. One possible workaround is to add
392:
in the page source at the place where the template is to appear. The first letter of each word of the title may equivalently be lower- or upper-case.
1535:, rather than typing five consecutive braces, may be more human-readable. But watch out for unwanted whitespace appearing in the template expansion. 1208:
function to force a page to be displayed using the latest versions of templates—including on the template page itself, if it contains usage examples.
686:
If a template call specifies a parameter which is not defined in the template, it has no effect. Sometimes editors do this on purpose: For example,
287:". It is possible, however, to transclude and substitute from any namespace, and so some template pages are placed in other namespaces, such as the 4653: 1106: 864:
template changes (or ceases to exist), your page will continue to display as it does now. (In contrast, in the transclusion example above, if the
3966:
a parameter (not explicitly -- just by the template being designed to use it). The code in a template that expands to the parameter value (e.g.
509:
in the template name, and it is conventional to do so. However, you must specify the namespace prefix for templates in other namespaces, such as
62: 6525: 6364: 5049: 5911: 3773:, but don't have to be. Pages can transclude or substitute any page, not just templates; what makes a page a template is the page's purpose. 4513: 4409: 367:
of the template and is treated as part of the calling page source. Like functions, some templates accept parameters that affect the output.
4581: 4576: 4571: 4496: 3942:
is a particular piece of information that can be specified in a template call to affect the expansion of the template. A parameter has a
3170:
to substitute a template (rather than transclude it), which can show more clearly what is happening when the template is transcluded; see
4554: 4539: 217:, and similar purposes. Templates can have parameters so that the same page generates different text on multiple pages that include it. 2839:. The third unnamed parameter passed to Template:A is passed as the name of the parameter passed to subtemplate B with the value "fox". 2084: 1066:
Another method is to explicitly specify the positional parameters. The first unnamed parameter is named "1" and so on. To call template
6958: 6894: 2674:
To pass a parameter value from a template call to to a subtemplate, use a parameter reference in the template call to the subtemplate.
690:
is frequently used as a pseudo-parameter to explain briefly in the wiki source why the template call was put there. Some templates use
6781: 6722: 4631: 4122: 3432: 1371: 795:. The page will be displayed with the template call replaced by the expansion of the template, as if the wikitext actually contained 761:
article, at that point in the displayed page. A programmer would say that the template "returns" the trademark symbol link wikitext.
188: 2877: 5455: 5440: 4703: 4665: 4604: 1302:
To create a template, choose an appropriate name, navigate to that page, then click the "Edit" tab or create a new page as needed.
6798: 3982:
It is common to use "template" to refer not only to a template, but to a template call, a template result, and a template name.
5490: 5425: 5237: 4693: 4643: 4559: 4549: 4544: 4508: 3415:
tags. If the "/doc" subpage does not exist, a link appears when you display the template that you can use to create the subpage.
2073:) follows the URL, regardless of whether you or a user supplied the URL or whether it was generated by automated processing. The 5111: 3872:
The displayed page content generated by a template call (which is the rendering of the expansion of the called template) is the
3526:
It is good to prepare template aliases for variations in whitespace and capitalization. For example, there is a template called
6577: 6508: 6455: 5936: 5841: 5669: 5300: 5221: 4893: 4815: 4304: 4199: 4194: 3418:
The documentation subpage, rather than the template itself, is normally what is placed in categories to represent a template.
3387:
tag immediately after the end of the code, with no intervening spaces or newlines, to avoid transcluding unwanted whitespace.
3300:
does not. The problem often occurs when a parameter value in a template call starts with one of the four characters. See also
7013: 6535: 5747: 4845: 4758: 4347:
This does not apply if the equals sign comes within another template call or other item which the parser handles separately.
7214: 7082: 7067: 6642: 6572: 6450: 5505: 5480: 5315: 4857: 4616: 4518: 3427: 1397:
Anything that can be included on a normal page or article can be included on a template, including other templates (called
4019:
These usages can be confusing, especially to someone less familiar with templates. Consider using more specific language.
698:
to warn the editor if a parameter is being used that is not accounted for in the template's code; this is mostly used for
346:
Note that while templates are the usual way transclusion and substitution happen on Knowledge, they are not the only way.
7140: 6374: 5516: 5445: 5430: 5287: 4998: 4768: 4733: 4718: 4688: 3631: 1382:
Unused or inappropriate templates should be deleted. Templates that can be easily merged into another should be merged.
1197: 718:
allows to expand all sequential parameters blindly and has the ability to set custom delimiters. For more complex cases,
693: 780:
tags, so it shows up when you display the template page itself but not when you display a page that calls the template.
7094: 6948: 6943: 6702: 5971: 5898: 5866: 5330: 5305: 5042: 4810: 4793: 4660: 4097: 1386: 4171: 2106: 370:
Calling a template causes it to be either transcluded or substituted in the page that calls it (which is known as the
7252: 7157: 7050: 6863: 6776: 6513: 5975: 5929: 5823: 5812: 5685: 5605: 5470: 5404: 5373: 5186: 5142: 4929: 4924: 4840: 4599: 4449: 4402: 3769:
is a Knowledge page whose purpose is to be transcluded or substituted in another page. Templates are usually in the
70: 2056: 236:, where the content of the template is copied into the wiki source of the target page, just once, when it is saved. 7290: 7087: 7018: 6882: 6707: 6582: 6114: 5551: 5211: 4919: 4803: 4621: 4491: 4469: 4437: 4432: 4102: 3468:
Categorizing your template and documenting its proper usage will make it easier for other editors to find and use.
3373: 3340:. You can check a page's overall load on the server by examining the generated HTML for a page and looking for the 2955: 2922: 1424: 1294:
Templates are just Knowledge pages. They are created, deleted, and edited in much the same way as any other page.
726:
allows to count, list, map, filter and propagate all incoming parameters without knowing their number in advance.
7225: 6683: 6550: 5485: 5460: 5191: 4967: 4944: 4798: 4763: 4626: 4611: 4136: 4065: 3207:
If the first character of a template expansion (or parser function result) is one of four wiki markup characters—
1034: 239: 152: 27: 6899: 3471:
Category declarations for a template itself should be placed on the template's documentation subpage (or inside
3378:
Documentation for users, together with the template's categories, normally goes after the template code, inside
2754:. The third unnamed parameter passed to Template:A gets passes as the first unnamed parameter to subtemplate B. 7247: 6811: 6327: 6043: 5836: 5536: 5531: 5475: 5465: 5450: 5099: 4862: 4850: 4825: 4481: 4464: 4161: 3749:
is stored in pages called modules, and templates invoke these individual modules. For example, you can invoke
1204:
of a page, based on the previous version of the template, may continue to be displayed for some time. Use the
842:" just as with the transclusion example above. But if you save the page and then look again at the saved page 7264: 7220: 7077: 7072: 6788: 6545: 6445: 5035: 4934: 4773: 4723: 4638: 3115:
These tags can be nested inside each other, though (for a given page) this is really meaningful only for the
1428: 1331:
There is no hard rule about what name to choose for a template—make it short but reasonably descriptive. The
181: 3606:
The example shows that template expansion is using 63,476 bytes out of 2,048,000 bytes of available memory.
3150: 363:
in a programming language – call it, and it returns a value. For a template, the return value is called the
7259: 7040: 7023: 6872: 6727: 6567: 6332: 6220: 6121: 6009: 5861: 5383: 5320: 5200: 5196: 5016: 4977: 4951: 4867: 4778: 4738: 4395: 4117: 3824:
of a page is also the page source that results from template expansion. For example, the expansion of the
3770: 1332: 1317: 1306: 1264:
To improve readability, programmers usually like to split code with newlines and indent it. Unfortunately,
280: 41: 1419:
and metamodules exist to help accomplish common template tasks. They are called like normal templates and
7237: 7045: 6933: 6848: 6615: 6337: 6004: 5521: 5206: 4820: 4459: 4006: 3639: 3399: 1359: 556: 333: 4994: 4209: 4141: 2873: 1309:, though you can place a template intended for your own personal use or for experimentation in your own 251: 206: 6858: 6831: 6688: 6540: 6097: 5871: 5680: 5325: 4872: 4830: 4728: 4365:
For an old version, the subtemplate tree will be constructed according to the templates' current state.
4356:
Again, this does not apply if it comes within another separately parsed item, such as a piped wikilink.
3993: 3734: 3514: 3496: 4151: 7285: 7207: 7125: 6637: 6630: 6230: 6196: 6065: 5846: 5500: 5414: 4788: 4783: 4713: 4698: 4648: 4112: 4087: 4044: 3337: 3328:
to strip any initial or final whitespace from unnamed parameter values if this would cause problems;
1367: 743: 4033:
As an alternative to using this index linked above, you can search the Template namespace using the
3296:(those templates may not exist at other wikis). In some cases, the HTML entities will work when the 3098:
after the last angle bracket, not on the next line or with the next visible character. For example:
1020: 435:
Whereas MediaWiki variable names are all uppercase, template names have the same basic features and
6889: 6838: 6712: 6666: 6423: 6312: 6169: 5351: 5342: 5169: 5106: 4972: 4835: 4418: 4107: 4028: 1363: 1355:
Edit a template the same way as any other page: navigate to the template and click the "Edit" tab.
877: 713: 174: 20: 4166: 3402:
templates, so that non-administrators can edit the documentation. To do this, place a call to the
1434: 1233:
There are limits to the number and complexity of the templates that an article may have. See the "
302:, including calls to other templates. There is some programming ability: customizable values (via 6983: 6742: 6594: 6384: 6369: 6267: 6191: 6109: 5999: 5989: 5802: 5732: 5696: 5691: 5657: 5640: 5417: 5347: 4753: 4320: 4238: 4233: 3537: 3529: 3463: 3160: 2852: 1227: 792: 747: 343:. Note that template calls are not the only thing for which double braces are used in wikitext. 242:
gives a brief introduction to the subject. There is further help from MediaWiki and Wikimedia at
139: 4338:
There is no way to preview the effect on the page source of substitution without saving the page
3738: 3565: 2921:
information only for display when the template page itself is displayed, such as the template's
1053: 7035: 6963: 6589: 6428: 6213: 6126: 6053: 5792: 5777: 5393: 5179: 5118: 4898: 4748: 4269: 4188: 4131: 4127: 3635: 3405: 2911: 2904: 1558: 1014: 935: 134: 5952: 2633: 2043: 1392: 1222:
include pages where the template has been substituted, as there is no record of substitutions.
1105:
in place of the pipe, or—if the pipe is not intended to be parsed at a higher level—using the
7172: 6938: 6673: 6164: 6075: 5876: 5752: 5541: 5232: 3623: 2897: 958: 577: 422: 307: 157: 4204: 3935:
tag at the top of the page." This is one of many ways the term "tag" is used in Knowledge.
3127:
tags is fairly pointless. Be careful to properly nest the tags, however. Constructions like
2671:
While fairly straightforward in application, it involves some noteworthy quirks and tricks.
1403:). Templates often make use of programming features—parameters, parser functions, and other 99: 7120: 6877: 6717: 6654: 6389: 6277: 6245: 6143: 6102: 5767: 5362: 5262: 4683: 4227: 3551: 3304: 3290: 1316:
Before creating a template, do a quick search for existing templates (such as by exploring
1310: 1215: 659:
Whitespace characters (spaces, tabs, returns) are stripped from the beginnings and ends of
288: 224:, where the wiki source of the target page contains a reference to the template, using the 5292: 4302:
Namespaces from which transclusion is not allowed are specified on a wiki by the variable
4176: 4146: 3722: 3147:
work as expected. Use the "first opened, last closed" rule that is standard for HTML/XML.
2102: 549: 8: 7177: 7135: 7008: 6968: 6806: 6747: 6433: 6240: 6179: 6080: 5967: 5851: 5709: 5652: 5337: 5310: 5078: 4564: 4273: 4257: 4245: 4092: 3643: 2097:
Some of the most frequently used variables and functions are listed below. For more, see
1499:
for the first unnamed parameter. Most often, one specifies a null default value, such as
1416: 1049: 514: 490:), fragment identifiers have no meaning in a template call and are ignored. For example, 487: 436: 74: 4263: 3977: 3656:
would still have a post-expand include size even though it would have no output at all.
3421: 2647: 6973: 6661: 6555: 6396: 6342: 6208: 6060: 6026: 5963: 5856: 5828: 5583: 5277: 5252: 5135: 5072: 3921:
Some template calls perform a tagging function; such a template call is often called a
3557: 3488: 3391: 2889: 2844: 2639: 2070: 1344: 1119: 917: 562: 537: 84: 4278: 4181: 3479:
if there is no documentation subpage) to avoid placing calling pages in the category.
3367: 2929:. It is also possible to have parts of the template be included in calling pages, but 1410: 243: 7167: 7162: 7030: 6911: 6771: 6754: 6610: 6154: 6131: 6070: 6031: 5630: 5590: 5578: 5378: 5272: 5174: 4454: 4075: 4070: 3314: 3280: 3171: 1336: 1030: 913: 827: 707: 570: 322: 318: 233: 221: 7099: 4156: 3226: 1541: 1439:
In template code, the value of a parameter is represented by items enclosed between
783:
To transclude Template:TM onto another page (i.e., to use it on another page), type
325:
in the page), a page contains wikitext in double braces. For example, the wikitext
247: 69:
It explains concepts or processes used by the Knowledge community. It is not one of
7152: 7147: 6998: 6993: 6843: 6821: 6562: 6520: 6462: 6322: 6235: 5762: 5727: 5546: 4283: 4082: 3627: 3457: 2390: 2362: 2230:
The ParserFunctions extension provides more programming-oriented parser functions:
2098: 2090: 1404: 1321: 1190: 444: 311: 214: 4329:
as visible output; whether to do so is determined on a template-by-template basis.
4045: 2321:
Testing whether a string (or parameter) contains anything (other than whitespace)
1893:
style="border-right: solid black 1px; border-bottom: solid black 1px; background:
1862:
style="border-right: solid black 1px; border-bottom: solid black 1px; background:
1800:
style="border-right: solid black 1px; border-bottom: solid black 1px; background:
1769:
style="border-right: solid black 1px; border-bottom: solid black 1px; background:
7242: 7190: 7185: 7062: 7057: 6853: 6487: 6472: 6467: 6379: 6300: 6255: 6174: 6021: 5886: 5676: 5625: 5619: 5573: 5257: 5158: 5130: 4996: 4251: 3929: 2089:
Template code often makes use of the variables and parser functions described at
2076: 1325: 1205: 292: 162: 124: 4042: 3390:
In the case of complex templates, the documentation is often kept on a separate
757:, which expands to wikitext that places the trademark symbol (™), linked to the 257: 7130: 7003: 6764: 6272: 6262: 6250: 6085: 6036: 5881: 5742: 5664: 5635: 5600: 5267: 5242: 5224: 5058: 4903: 4034: 3750: 3667:
would still increase post-expand include size even if Module:Test were simply:
3260: 2926: 907: 885: 483: 440: 426: 4040: 3542:(with lowercase "w") exists because editors may misremember it as the latter. 2954:
processed when the template itself is displayed or saved; a common use is for
2758:
A template can even choose which subtemplate parameter to pass conditionally.
1564:
template. Here is the code in the template that implements those parameters:
543: 7279: 6906: 6816: 6737: 6625: 6530: 6349: 6295: 6287: 6159: 6092: 6048: 5979: 5722: 5717: 5647: 5526: 5388: 5247: 5094: 4888: 4215: 3728: 3660: 3323: 1370:; other editors can propose changes on the talk page. Some templates offer a 1153: 1140: 1070: 953:{{payoff matrix | UL = 5 | UR = 7 | DL = 2 | DR = 9 | Name = Example usage }} 721: 418: 299: 129: 115: 92: 3741:
MediaWiki extension. You can embed Lua code into templates by employing the
3534:. The "W" is capitalized, since the word "Wiktionary" is so, but a redirect 1549: 1284: 6354: 6307: 6016: 5921: 5772: 5737: 5610: 5568: 5558: 3828: 3502: 3492: 2032: 2026: 1420: 1277: 1044:
To specify an unnamed parameter including an equals sign (for example in a
699: 479: 471: 210: 5508: 5147: 4015:
There are many kinds of infoboxes. The templates all start with "Infobox".
3482: 2618:
cleanup, so the template is likely to condition that category link on the
2011:-style opening tags. Thus, the following will not work within a template: 1289: 735: 729: 590:, which are used to control the template's output. The syntax for this is 529: 505:
The template namespace is the default, so you can leave out the namespace
6225: 5706: 4999: 3904: 3746: 3453: 3449: 3445: 1241: 1218:
link on the page when you display the template page. Note that this will
1168: 1058: 868: 858: 833: 812: 786: 765: 754: 644:). The first, second, third, etc. unnamed parameters are given the names 464: 457: 4022: 3545: 1136:
the template's behavior in unexpected ways. (Template designers can use
874:
template subsequently changes, your page may then display differently).
354: 349: 6826: 6759: 6649: 6503: 6498: 6359: 5782: 5595: 5027: 4241:—templates which are not transcluded (but may be used for substitution) 4055: 3270: 1127: 1113: 1100: 799:
at that point. The displayed page will therefore contain the wikilink "
451:
are parsed as spaces; and they cannot contain any of these characters:
448: 360: 144: 34: 4387: 2973:
what appears between the tags is included when the template is called.
548:
This section is about template parameters. For search parameters, see
6440: 6418: 6410: 6406: 6317: 5757: 5615: 5563: 1265: 897:
This page is about how to use templates. For how to use modules, see
839: 820: 800: 758: 587: 414: 3803:), but not everything enclosed in double braces is a template call. 1423:, but they serve a purpose that makes writing templates easier. See 1350: 1324:
template easily by creating a brief template that calls the generic
838:
and preview or save the page, you will see "The trademark symbol is
679:
parameter is specified more than once, the last value takes effect.
425:
are distinct from templates, but they are both identified by double
6732: 6477: 6186: 5797: 3476: 928: 898: 536:
Attempting to transclude a template that does not exist produces a
1538:
Parameter references do not get expanded when they are wrapped in
1377: 1297: 746:
or your user page or sandbox. You can try out your template with
1841:"border-right: solid black 1px; text-align: right; " 1748:"border-right: solid black 1px; text-align: right; " 1717:"width:33%; border-bottom: solid black 1px;" 1689:"width:33%; border-bottom: solid black 1px;" 1674:"width:33%; " 339:
template. Sometimes the call includes parameters and looks like
40:"Knowledge:Template" redirects here. For content guidelines, see 3760: 2022:
because the parameter is not expanded. Instead, you can use the
1093:
Similarly, it is not possible to use an ordinary pipe character
1991:
instructs the template to use the value of the named parameter
1063:, which expands to an equals sign that will not be interpreted. 1025:
The following points may be worth noting when using templates:
882:
An example of a template that takes parameters is the template
586:
The basic transclusion syntax given above can be extended with
5000: 4046: 3818:
expands as the value of the first positional parameter" work.
3358:
You may avoid section edit links to the template by including
3156:
The following techniques are helpful in debugging a template:
3925:, as in, "If you are in the middle of a major edit, place an 3690:-- remove this line and post-expand include size becomes zero 3163:
to see the full recursive expansion of one or more templates.
742:
If you wish to experiment with any of these, you can use the
3745:
functionality of the Scribunto MediaWiki extension. The Lua
2978: 2963: 2940: 934:
A simple example of a template that has named parameters is
775: 6921: 5815: 4222:
WP:Database reports/Templates transcluded on the most pages
3237: 675:
parameters, where all whitespace characters are preserved.
4050: 2884:
Inclusion control: noinclude, includeonly, and onlyinclude
1080:
as the literal value for the first parameter, type either
892:{{about|how to use templates|how to use modules|Help:Lua}} 663:
parameter names and values, but not from the middle: thus
283:, which means that they have titles in the form "Template: 6925: 5161: 3799:. Template calls are always delimited by double braces ( 2250:
Testing for equality between two strings (or parameters)
2062: 2008: 1045: 791:
into the source of that page (the target page) and click
3332:
parameter values are automatically stripped in this way.
2051:{{#tag:ref | Smith, Adam (1776)... | name={{{param}}} }} 2003:
Special case: parameters within an XML-style opening tag
706:
Wikitext syntax does not allow natively to create truly
1385:
To propose the deletion or merger of a template, go to
823:" when previewing the page or after saving the change. 772:. The remainder of the page source is enclosed between 482:
in a Knowledge article). Although you can use it in a
275:
A basic overview of how templates work (8-minute video)
3876:. The template result generated by the template call 2662:
and the called template is called, in this context, a
1214:
To list all pages that transclude a template, use the
3814:
as the value of the first positional parameter" and "
1146:
to remove unwanted whitespace in unnamed parameters).
753:
An example of a very simple template can be found at
33:"H:T" redirects here. For help regarding tables, see 4289: 3650:
Non-rendered tranclusions still count towards limit.
2656:
A template may call another template—this is called
2101:
and the fuller documentation at the MediaWiki pages
5365: 4012:
template, the reader may decide to come back later.
3578:and search for "newpp". The report will look like: 2865:When a subtemplate contains unmatched braces—as in 894:in the sandbox—it will produce the following text: 3491:of a template functions as an alias. For example, 3383:tags. It is normally necessary to put the opening 2992:processed when the template is displayed or saved. 1455:expands to the value of the parameter named "xxx". 622:may either contain just a value (these are called 3410:template after the main template code and within 1159:as the name of Template:Trim). If you just type 7277: 1554:The parameter usage example above refers to the 341:{{under construction|comment=This is a comment}} 3622:). Common causes are the inclusion of too many 1999:if the parameter is not specified in the call. 938:, used to generate a 2-by-2 grid. For example: 2046:. Therefore, the following example will work: 486:to link to a section of a template page (like 220:The most common method of inclusion is called 5937: 5083: 5043: 4403: 4224:—not counting transclusions through redirects 3958:a parameter and the code that does that is a 3592:Post-expand include size: 63476/2048000 bytes 2988:included when the template is called, but is 182: 5951: 2007:Parameter references aren't expanded inside 209:messages, standardized warnings or notices, 5903: 4130:—standardized template description used by 3428:WP:Categorization § Template categorization 2061:If a parameter's value is (or ends with) a 1431:for a list of those templates and modules. 26:For a quick introduction to templates, see 5944: 5930: 5050: 5036: 4410: 4396: 3595:Template argument size: 9517/2048000 bytes 2950:included when the template is called, but 819:and you will see "The trademark symbol is 395:To substitute a template into a page, use 384:To transclude a template into a page, put 310:); and access to wiki-specific variables ( 189: 175: 19:For lists of commonly used templates, see 1475:inside the template expands to literally 456:. This is because those are reserved for 5057: 3652:For example, a page which contains only 3398:/doc"). This applies especially to many 359:Using a template is much like calling a 261: 4417: 2878:m:Help:Recursive conversion of wikitext 2789:. Template:B (a subtemplate) contains 2704:. Template:B (a subtemplate) contains 2234:Examples of extension parser functions 1033:, in some cases, other methods such as 557:Help:Transclusion § Template parameters 7278: 3598:Expensive parser function count: 2/500 3433:Categorize pages by template inclusion 3394:of the template page (named "Template: 3361:__NOEDITSECTION__</includeonly: --> 2085:System variables and conditional logic 922:{{about||how to use modules|Help:Lua}} 826:The other way to use a template is to 616:is the name of the template, and each 5925: 5031: 4391: 4200:mw:Manual:$ wgNonincludableNamespaces 4195:mw:Manual:$ wgEnableScaryTranscluding 3989:I am going to put more detail in the 3589:Preprocessor node count: 2382/1000000 1305:Templates are normally placed in the 1029:Templates are not the only method of 517:, precede its title with a colon, as 306:); calculation and branchings (using 16:Main technical help page on templates 7215:Category:Knowledge information pages 4230:—all pages in the Template namespace 2525:Number of pages in a given category 2439:Displayed text (for this help page) 1240:If you want the template to leave a 1052:), replace the equals sign with the 694:#invoke:check for unknown parameters 665:{{ ... | myparam = this is a test }} 478:or section of a document (such as a 73:, and may reflect varying levels of 48: 6954:User CSS for monospaced coding font 6202:Non-admin and admin-only page moves 2391:Testing the result of a calculation 1491:for the named parameter "xxx", and 317:To call a template (cause it to be 13: 4123:WP:Template sandbox and test cases 3757:to print the text "Hello World!". 3456:) or suppress categorization (see 2363:Making a calculation (mathematics) 2113:Examples of core parser functions 2017:Smith, Adam (1776)...</ref: --> 1603:; clear:right; text-align:center;" 1272:before each newline character and 1234: 447:(except for the first character); 298:Templates can contain any desired 71:Knowledge's policies or guidelines 14: 7302: 4172:mw:Help:Extension:ParserFunctions 3737:is available for use through the 3575:"Post-expand include size" limit. 3458:category suppression in templates 2107:mw:Help:Extension:ParserFunctions 1513:{{{message|{{{text|{{{1|}}}}}}}}} 291:. Template pages have associated 6895:Bug reports and feature requests 5012: 5011: 3336:page. For more information, see 1519:, the above wikitext expands to 1425:Category:Knowledge metatemplates 734: 669:{{ ... |myparam=this is a test}} 528: 158:Using HTML codes within wikitext 52: 6723:Template sandbox and test cases 5962:Get personal technical help at 4228:Special:Allpages (namespace 10) 4066:Help:A quick guide to templates 3717:-- p.main() has no return value 2946:– The text between the tags is 2029:, which is—for example—used in 1253:, but this works only when you 1226:version prior to saving, click 1200:available with other functions. 1112:. Alternatively, for embedding 303: 240:Help:A quick guide to templates 28:Help:A quick guide to templates 5906:Ask for help on your talk page 4368: 4359: 4350: 4341: 4332: 4311: 4296: 3642:modules, remove templates, or 2483:Name of the current namespace 1182:ink" template). For example, 432:and they both return a value. 1: 3950:; an unnamed parameter has a 2428:Examples of system variables 2426: 2232: 2111: 2044:Help:Magic words § Formatting 2016:<ref name={{{param}}}: --> 1429:Category:Template metamodules 1237:" section for help with this. 1230:on the appropriate edit page. 6578:How to improve image quality 6456:Complete diff and link guide 4930:Maintenance template removal 4162:m:User:Happy-melon/Templates 2984:– The text between the tags 2224://en.wikipedia.org/Pagename 1495:specifies the default value 1487:specifies the default value 1318:Category:Knowledge templates 1276:after it, which produces an 927:For how to use modules, see 918:the template's documentation 42:Knowledge:Template namespace 7: 7014:Cleaning up vandalism tools 6900:TimedMediaHandler extension 6536:Preparing images for upload 5552:References and page numbers 4305:$ wgNonincludableNamespaces 4098:WP:Advanced template coding 3946:. A named parameter has a 3892:is "constellation prize ". 3078:text1 </includeonly: --> 3058:text1 </includeonly: --> 3039:text1 </onlyinclude: --> 2571:Timestamp of last revision 2504:Number of registered users 2057:Caution: overextending URLs 550:Help:Searching § Parameters 10: 7307: 7100:Beta Features at MediaWiki 6573:Basic bitmap image editing 6451:Simple diff and link guide 5331:"The rules are principles" 5316:Simplified Manual of Style 4709:Citation and verifiability 4266:—Multilingual portal pages 4260:—MediaWiki namespace pages 4210:mw:Manual:Parser functions 4026: 3726: 3634:. To resolve this problem 3555: 3549: 3497:Template:Template shortcut 3425: 3371: 2956:documentation in templates 2887: 2842: 2637: 2538:"Weird Al" Yankovic albums 2071:hard or non-breaking space 1587:"background:white; float: 1362:against editing except by 1347:to the new template name. 1261:it, you'll just get ~~~~~. 1198:template-linking templates 1196:. There are various other 1116:in templates, you may use 926: 896: 832:The trademark symbol is {{ 560: 554: 547: 513:. To transclude a page in 406:This wikitext is called a 279:Most templates are in the 232:syntax. Another method is 82: 39: 32: 25: 18: 7208:Category:Knowledge how-to 7201: 7108: 6982: 6920: 6797: 6682: 6603: 6486: 6405: 6375:Advanced table formatting 6286: 6142: 5988: 5959: 5895: 5811: 5705: 5537:Referencing for beginners 5499: 5413: 5361: 5286: 5220: 5157: 5065: 5007: 4988: 4960: 4912: 4881: 4674: 4666:Wikimedia sister projects 4592: 4527: 4443:Verifiability and sources 4425: 4374:These are defined in the 4142:m:Help:Advanced templates 4103:WP:Template documentation 4088:Help:Manipulating strings 3877: 3851: 3835: 3800: 3784: 3755:{{#invoke:Example|hello}} 3374:WP:Template documentation 3320:You can use the template 3020:text1 </noinclude: --> 2874:m:Help:Advanced templates 2866: 2832: 2808: 2790: 2766: 2747: 2723: 2705: 2682: 2619: 2606: 2594: 2574: 2553: 2550:Current software version 2528: 2507: 2486: 2465: 2447: 2443: 2438: 2435: 2432: 2396: 2368: 2324: 2287: 2253: 2249: 2244: 2241: 2238: 2207: 2182: 2179:Getting a namespace name 2157: 2132: 2123: 2120: 2117: 1976: 993: 946: 943: 852:The trademark symbol is ] 848:The trademark symbol is ] 714:#invoke:separated entries 671:. This does not apply to 252:m:Help:Advanced templates 7095:Wikimedia Cloud Services 6949:Common.js and common.css 6944:Catalogue of CSS classes 6703:Advanced template coding 6546:Options to hide an image 5972:village pump (technical) 5953:Knowledge technical help 5670:Simple vandalism cleanup 5306:Avoiding common mistakes 5301:Advice for young editors 4841:User noticeboard notices 4769:Proposed article mergers 4475:Linking country articles 4317:Some templates, such as 4152:m:Help:Parameter default 4137:WP:WikiProject Templates 3914:is a template name, but 3834:template when called by 3735:Lua programming language 3723:Lua programming language 3669: 3580: 3441:...</includeonly: --> 3151:Problems and workarounds 2982:...</includeonly: --> 2967:...</onlyinclude: --> 2722:. Page X calls A with 2566:1.43.0-wmf.22 (52791dc) 2204:Getting a Knowledge URL 2081:template may be useful. 1566: 1387:Templates for discussion 878:Examples with parameters 808:The trademark symbol is 7291:Knowledge template help 7219:Further navigation at: 6959:Classes in microformats 6514:Moving files to Commons 6333:Conditional expressions 5405:VisualEditor user guide 5187:Policies and guidelines 4470:External link templates 4325:, have code to display 4239:Special:Unusedtemplates 4234:Special:ExpandTemplates 4167:mw:Help:ExpandTemplates 3960:parameter specification 3256:, or use the templates 3161:Special:ExpandTemplates 2807:. Page X calls A with 2378:( pi * 4 ^ 2 ) round 3 1249:~~~~~<noinclude: --> 1242:time stamp or signature 748:Special:ExpandTemplates 667:has the same effect as 488:Template:Portal#Example 7019:Customizing watchlists 6934:Cascading Style Sheets 6708:Template documentation 6583:Graphics Lab resources 6526:Introduction to images 6338:Switch parser function 5379:Introductions by topic 5374:Why create an account? 4920:Template documentation 4764:Organization infoboxes 4379:function of Parser.php 4189:Mediawiki manual pages 3999:template on this page. 3900:For example, "Use the 3687:"{{msgnw::Main Page}}" 3654:{{#if:{{:Main Page}}}} 3474:...</noinclude: --> 3413:...</noinclude: --> 3381:...</noinclude: --> 3236:around it, or use the 3103:}}<includeonly: --> 2969:– Nothing on the page 2944:...</noinclude: --> 2880:for more information. 1372:sandbox and test cases 1035:selective transclusion 936:Template:Payoff matrix 327:{{under construction}} 276: 6832:File description page 6551:Extended image syntax 5832:(Encyclopedia proper) 5212:Who writes Knowledge? 5192:What Knowledge is not 4968:WikiProject Templates 4925:Examples of templates 4863:Userspace Disclaimers 4826:Transwiki maintenance 4689:Articles for deletion 4118:WP:Template namespace 3665:{{#invoke:Test|main}} 3550:Further information: 3372:Further information: 3231:before the markup or 3141:</includeonly: --> 3137:</onlyinclude: --> 3110:</includeonly: --> 3079:</onlyinclude: --> 1907:; font-size:120%; "| 1876:; font-size:120%; "| 1814:; font-size:120%; "| 1783:; font-size:120%; "| 1374:for experimentation. 1257:the template. If you 1037:are more appropriate. 1021:Hints and workarounds 555:Further information: 474:, which identifies a 421:that Knowledge uses, 274: 7083:Navigation shortcuts 7068:Alternative browsing 6066:Multilingual support 6044:How to create a page 5532:Citations/references 5491:Titles (of articles) 5436:Biographies (living) 5059:Knowledge help pages 4744:Introduction cleanup 4694:Birth, death and age 4205:mw:Manual:Parser.php 3918:is a template call. 3659:The same applies to 3638:templates, directly 3552:Help:Template limits 3464:Categorize templates 3440:<includeonly: --> 3360:<includeonly: --> 3133:<includeonly: --> 3129:<onlyinclude: --> 3121:<includeonly: --> 3117:<onlyinclude: --> 3077:<includeonly: --> 3076:<onlyinclude: --> 3057:<includeonly: --> 3038:<onlyinclude: --> 2765:Template:A contains 2681:Template:A contains 683:same in both cases. 628:) or be of the form 61:This help page is a 6789:Guide to Scribbling 6667:EasyTimeline syntax 6446:Simplest diff guide 6313:Line-break handling 5321:Simplified rule-set 5082:for an interactive 4935:Requested templates 4816:Sup and sub-related 4759:Notice and warnings 4582:WikiProject banners 4497:Sources of articles 4419:Knowledge templates 4274:Special:Booksources 4258:Help:System message 4246:Other backend pages 4177:mw:Help:Magic words 4093:Help:Metatemplating 3972:parameter reference 3954:. A template call 3887:constellation prize 3852:constellation prize 3845:constellation prize 3794:constellation prize 3234:...</nowiki: --> 2831:. This expands to 2429: 2235: 2114: 2103:mw:Help:Magic words 1517:|message=A|text=B|C 1445:parameter reference 1443:braces, which is a 1435:Handling parameters 1251:</noinclude: --> 1248:</noinclude: --> 1124:to avoid excessive 472:fragment identifier 258:General description 6782:Costs and benefits 6728:Citation templates 6595:Visual file markup 6568:Graphics tutorials 6509:Creation and usage 6385:Conditional tables 6268:User contributions 6209:Notifications/Echo 6122:User access levels 6110:Special Characters 6010:Keyboard shortcuts 5697:WP search protocol 5692:User contributions 5658:Email confirmation 5384:Graphics tutorials 5348:Your first article 5326:"Ignore all rules" 4952:Template namespace 4147:m:Help:Calculation 4113:WP:Template limits 4007:under construction 3854:&#32;&#91; 3771:template namespace 3624:citation templates 3586:NewPP limit report 3499:, so you can code 3473:<noinclude: --> 3412:<noinclude: --> 3385:<noinclude: --> 3380:<noinclude: --> 3342:NewPP limit report 3338:WP:Template limits 3125:<noinclude: --> 3019:<noinclude: --> 2427: 2233: 2174:heavens to betsy! 2167:Heavens to BETSY! 2149:HEAVENS TO BETSY! 2142:Heavens to BETSY! 2112: 2042:element; see also 1307:template namespace 1246:<noinclude: --> 914:unnamed parameters 806:For example, type 708:variadic templates 625:unnamed parameters 334:under construction 281:template namespace 277: 215:navigational boxes 7273: 7272: 7253:Citation metadata 7158:Navigation popups 7116:AfC helper script 7109:Automated editing 6964:Markup validation 6849:Project/Wikipedia 6616:Graphs and charts 6590:Sound file markup 6492:videos and sounds 6355:Sections and TOCs 6155:Special page help 5919: 5918: 5833: 5506:information pages 5025: 5024: 4858:Userspace linking 4264:m:Project portals 4254:—CSS and JS pages 4182:mw:Help:Templates 4108:WP:Template index 4076:Help:Transclusion 4071:Help:Substitution 4029:WP:Template index 3994:short description 3978:Common variations 3661:Scribunto modules 3515:Template shortcut 3315:Help:Substitution 3298:<nowiki /: --> 3172:Help:Substitution 3095: 3094: 3009:What is included 3002:What is rendered 2833:"the quick brown 2748:"the quick brown 2683:"the quick brown 2634:Nesting templates 2591: 2590: 2579:REVISIONTIMESTAMP 2425: 2424: 2228: 2227: 2154:Lowercasing text 2129:Uppercasing text 1934:"font-size: 90%;" 1393:Coding a template 1285:Writing templates 1011: 1010: 1000: 999: 272: 244:mw:Help:Templates 199: 198: 110: 109: 21:WP:Template index 7298: 7286:Knowledge how-to 7088:Optimum tool set 6939:HTML in wikitext 6883:User page design 6674:WikiHiero syntax 6541:Uploading images 6531:Picture tutorial 6098:Software notices 6076:Page information 5946: 5939: 5932: 5923: 5922: 5913: 5909: 5867:Manual of Style 5831: 5817: 5711: 5686:simple archiving 5542:Citation Style 1 5522:Article deletion 5517:Appealing blocks 5510: 5419: 5397: 5389:Picture tutorial 5367: 5294: 5226: 5222:Help for readers 5163: 5149: 5137: 5125: 5113: 5101: 5085: 5052: 5045: 5038: 5029: 5028: 5015: 5014: 5001: 4894:Discussion icons 4714:Citation Style 1 4649:Functional index 4528:Other namespaces 4412: 4405: 4398: 4389: 4388: 4382: 4378: 4372: 4366: 4363: 4357: 4354: 4348: 4345: 4339: 4336: 4330: 4328: 4324: 4315: 4309: 4307: 4300: 4284:Template:Example 4279:m:Spam blacklist 4083:Help:Magic words 4047: 4011: 4005: 3998: 3992: 3969: 3934: 3928: 3917: 3913: 3909: 3903: 3891: 3890: 3886: 3883: 3880: 3868: 3867: 3864: 3861: 3858: 3855: 3849: 3848: 3844: 3841: 3838: 3833: 3827: 3817: 3813: 3802: 3798: 3797: 3793: 3790: 3787: 3783:. For example, 3756: 3744: 3718: 3715: 3712: 3709: 3706: 3703: 3700: 3697: 3694: 3691: 3688: 3685: 3682: 3679: 3676: 3673: 3666: 3655: 3628:navbox templates 3621: 3610:Display problem. 3602: 3599: 3596: 3593: 3590: 3587: 3584: 3568: 3541: 3533: 3522: 3510: 3475: 3442: 3414: 3409: 3386: 3382: 3362: 3350: 3343: 3327: 3309: 3303: 3299: 3295: 3289: 3285: 3279: 3275: 3269: 3265: 3259: 3255: 3251: 3247: 3243: 3235: 3230: 3222: 3218: 3214: 3210: 3180: 3169: 3142: 3138: 3134: 3130: 3126: 3122: 3118: 3111: 3104: 3091: 3086: 3081: 3070: 3065: 3060: 3051: 3046: 3041: 3032: 3027: 3022: 3006:(template page) 2996: 2995: 2983: 2968: 2945: 2914: 2907: 2900: 2868: 2855: 2853:WP:TEMPLATE LOOP 2838: 2836: 2830: 2829: 2825: 2821: 2817: 2814: 2811: 2806: 2805: 2802: 2799: 2796: 2793: 2788: 2786: 2782: 2779: 2776: 2773: 2770: 2767:the quick brown 2753: 2751: 2746:This expands to 2745: 2744: 2740: 2736: 2732: 2729: 2726: 2721: 2720: 2717: 2714: 2711: 2708: 2703: 2701: 2698: 2695: 2692: 2689: 2686: 2650: 2629: 2628: 2625: 2622: 2616: 2615: 2612: 2609: 2604: 2603: 2600: 2597: 2584: 2583: 2580: 2577: 2563: 2562: 2559: 2556: 2542: 2541: 2537: 2534: 2531: 2517: 2516: 2513: 2510: 2496: 2495: 2492: 2489: 2475: 2474: 2471: 2468: 2457: 2456: 2453: 2450: 2430: 2418: 2417: 2413: 2409: 2405: 2402: 2399: 2382: 2381: 2377: 2374: 2371: 2354: 2353: 2349: 2345: 2342: 2339: 2336: 2333: 2330: 2327: 2313: 2312: 2308: 2304: 2300: 2296: 2293: 2290: 2279: 2278: 2274: 2270: 2266: 2262: 2259: 2256: 2236: 2221: 2220: 2216: 2213: 2210: 2196: 2195: 2191: 2188: 2185: 2171: 2170: 2166: 2163: 2160: 2146: 2145: 2141: 2138: 2135: 2115: 2099:Help:Magic words 2091:Help:Magic words 2080: 2052: 2041: 2040:...</ref: --> 2037:to generate the 2036: 2025: 2018: 1998: 1994: 1990: 1989: 1985: 1982: 1979: 1971: 1968: 1965: 1962: 1959: 1956: 1953: 1950: 1947: 1944: 1941: 1938: 1935: 1932: 1929: 1926: 1923: 1920: 1916: 1913: 1910: 1906: 1902: 1899: 1896: 1892: 1889: 1885: 1882: 1879: 1875: 1871: 1868: 1865: 1861: 1858: 1854: 1851: 1848: 1845: 1842: 1839: 1836: 1833: 1830: 1827: 1823: 1820: 1817: 1813: 1809: 1806: 1803: 1799: 1796: 1792: 1789: 1786: 1782: 1778: 1775: 1772: 1768: 1765: 1761: 1758: 1755: 1752: 1749: 1746: 1743: 1740: 1737: 1734: 1730: 1727: 1724: 1721: 1718: 1715: 1712: 1709: 1706: 1702: 1699: 1696: 1693: 1690: 1687: 1684: 1681: 1678: 1675: 1672: 1669: 1666: 1663: 1660: 1656: 1653: 1650: 1647: 1644: 1641: 1638: 1635: 1632: 1629: 1626: 1623: 1619: 1616: 1613: 1610: 1607: 1604: 1601: 1597: 1594: 1591: 1588: 1585: 1582: 1579: 1576: 1573: 1570: 1563: 1557: 1545: 1534: 1530: 1522: 1518: 1514: 1506: 1502: 1498: 1494: 1490: 1486: 1474: 1465: 1461: 1454: 1368:template editors 1339:(what is called 1333:naming guideline 1275: 1271: 1252: 1250:</nowiki: --> 1244:, you can write 1195: 1189: 1185: 1173: 1167: 1162: 1158: 1152: 1145: 1139: 1131: 1123: 1111: 1104: 1096: 1087: 1083: 1082:{{done|a{{=}}b}} 1079: 1075: 1069: 1062: 1050:name–value pairs 959: 941: 940: 923: 911: 893: 889: 873: 867: 863: 857: 853: 849: 837: 830:it. If you type 818: 817: 811: 798: 790: 779: 771: 744:template sandbox 738: 725: 717: 697: 689: 670: 666: 655: 651: 647: 641:named parameters 637: 621: 615: 609: 580: 573: 532: 524: 512: 508: 501: 500:{{Portal|Books}} 497: 469: 455: 431: 402: 391: 342: 338: 332: 328: 308:parser functions 273: 231: 191: 184: 177: 112: 111: 102: 95: 56: 55: 49: 7306: 7305: 7301: 7300: 7299: 7297: 7296: 7295: 7276: 7275: 7274: 7269: 7197: 7126:AutoWikiBrowser 7104: 6978: 6916: 6793: 6777:Labeled section 6718:Template limits 6678: 6655:Musical symbols 6631:To scale charts 6599: 6482: 6401: 6390:Sortable tables 6282: 6278:What links here 6246:Related changes 6231:Pending changes 6197:History merging 6180:Reset passwords 6138: 5984: 5955: 5950: 5920: 5915: 5891: 5807: 5701: 5495: 5409: 5395: 5363:Getting started 5357: 5282: 5263:Other languages 5216: 5207:Making requests 5201:parental advice 5159:About Knowledge 5153: 5107:Reference desks 5061: 5056: 5026: 5021: 5003: 5002: 4997: 4984: 4956: 4908: 4889:Knowledge icons 4877: 4836:User talk pages 4811:String-handling 4799:Speedy deletion 4719:Deletion review 4704:Category header 4670: 4588: 4523: 4502:Quick reference 4421: 4416: 4386: 4385: 4376: 4373: 4369: 4364: 4360: 4355: 4351: 4346: 4342: 4337: 4333: 4326: 4318: 4316: 4312: 4303: 4301: 4297: 4292: 4270:WP:Book sources 4252:Help:User style 4248: 4218: 4191: 4186: 4157:m:Help:Template 4128:WP:TemplateData 4062:Introductions: 4058: 4053: 4048: 4043: 4031: 4025: 4023:Template search 4009: 4003: 4002:Upon seeing an 3996: 3990: 3980: 3967: 3932: 3926: 3915: 3911: 3907: 3901: 3888: 3884: 3881: 3878: 3874:template result 3865: 3862: 3859: 3856: 3853: 3846: 3842: 3839: 3836: 3831: 3825: 3815: 3811: 3795: 3791: 3788: 3785: 3763: 3754: 3742: 3731: 3725: 3720: 3719: 3716: 3713: 3710: 3707: 3704: 3701: 3698: 3695: 3692: 3689: 3686: 3683: 3680: 3678:getCurrentFrame 3677: 3674: 3671: 3664: 3663:. For example, 3653: 3619: 3614: 3604: 3603: 3600: 3597: 3594: 3591: 3588: 3585: 3582: 3572: 3571: 3566:WP:INCLUDELIMIT 3564: 3560: 3554: 3548: 3546:Template limits 3535: 3527: 3520: 3512: 3508: 3500: 3485: 3472: 3466: 3439: 3435: 3430: 3424: 3411: 3403: 3397: 3384: 3379: 3376: 3370: 3359: 3348: 3341: 3321: 3307: 3301: 3297: 3293: 3287: 3283: 3277: 3273: 3267: 3263: 3257: 3253: 3249: 3245: 3241: 3233:<nowiki: --> 3232: 3224: 3220: 3216: 3212: 3208: 3178: 3167: 3153: 3140: 3136: 3132: 3128: 3124: 3120: 3116: 3107: 3102: 3089: 3084: 3075: 3068: 3063: 3056: 3049: 3044: 3037: 3030: 3025: 3018: 3013:(calling page) 2976: 2961: 2938: 2918: 2917: 2910: 2903: 2896: 2892: 2886: 2859: 2858: 2851: 2847: 2834: 2827: 2823: 2819: 2815: 2812: 2809: 2803: 2800: 2797: 2794: 2791: 2784: 2780: 2777: 2774: 2771: 2768: 2749: 2742: 2738: 2734: 2730: 2727: 2724: 2718: 2715: 2712: 2709: 2706: 2699: 2696: 2693: 2690: 2687: 2684: 2666: 2660: 2654: 2653: 2646: 2642: 2636: 2626: 2623: 2620: 2613: 2610: 2607: 2601: 2598: 2595: 2587:20240913194158 2581: 2578: 2575: 2560: 2557: 2554: 2539: 2535: 2533:PAGESINCATEGORY 2532: 2529: 2514: 2511: 2508: 2493: 2490: 2487: 2472: 2469: 2466: 2454: 2451: 2448: 2415: 2411: 2407: 2403: 2400: 2397: 2379: 2375: 2372: 2369: 2351: 2347: 2343: 2340: 2337: 2334: 2331: 2328: 2325: 2310: 2306: 2302: 2298: 2294: 2291: 2288: 2276: 2272: 2268: 2264: 2260: 2257: 2254: 2245:Displayed text 2218: 2214: 2211: 2208: 2193: 2189: 2186: 2183: 2168: 2164: 2161: 2158: 2143: 2139: 2136: 2133: 2124:Displayed text 2087: 2074: 2059: 2050: 2038: 2030: 2027:parser function 2023: 2015: 2005: 1996: 1992: 1987: 1983: 1980: 1977: 1973: 1972: 1969: 1966: 1963: 1960: 1957: 1954: 1951: 1948: 1945: 1942: 1939: 1936: 1933: 1930: 1927: 1924: 1921: 1918: 1914: 1911: 1908: 1904: 1900: 1897: 1894: 1890: 1887: 1883: 1880: 1877: 1873: 1869: 1866: 1863: 1859: 1856: 1852: 1849: 1846: 1843: 1840: 1837: 1834: 1831: 1828: 1825: 1821: 1818: 1815: 1811: 1807: 1804: 1801: 1797: 1794: 1790: 1787: 1784: 1780: 1776: 1773: 1770: 1766: 1763: 1759: 1756: 1753: 1750: 1747: 1744: 1741: 1738: 1735: 1732: 1728: 1725: 1722: 1719: 1716: 1713: 1710: 1707: 1704: 1700: 1697: 1694: 1691: 1688: 1685: 1682: 1679: 1676: 1673: 1670: 1667: 1664: 1661: 1658: 1654: 1651: 1648: 1645: 1642: 1639: 1636: 1633: 1630: 1627: 1624: 1621: 1617: 1614: 1611: 1608: 1605: 1602: 1599: 1595: 1592: 1589: 1586: 1583: 1580: 1578:"Payoff matrix" 1577: 1574: 1571: 1568: 1561: 1555: 1552: 1539: 1533:{{{ {{xxx}} }}} 1532: 1529:{{ {{{xxx}}} }} 1528: 1520: 1516: 1512: 1504: 1500: 1496: 1492: 1488: 1484: 1472: 1463: 1459: 1452: 1437: 1413: 1401: 1395: 1380: 1353: 1343:) by leaving a 1326:Template:Navbox 1300: 1292: 1287: 1273: 1269: 1247:<nowiki: --> 1245: 1235:§ Expand limits 1229: 1216:What links here 1193: 1187: 1183: 1174:template (the " 1171: 1165: 1160: 1156: 1150: 1143: 1137: 1125: 1117: 1109: 1098: 1094: 1085: 1081: 1077: 1073: 1067: 1056: 1023: 1001: 954: 932: 921: 920:. For example, 905: 902: 891: 883: 880: 871: 865: 861: 855: 851: 847: 846:, you will see 831: 815: 809: 807: 796: 794: 784: 773: 769: 732: 719: 711: 691: 687: 668: 664: 653: 649: 645: 642: 636: 632: 629: 626: 620: 617: 614: 611: 607: 603: 599: 595: 591: 584: 583: 576: 569: 565: 559: 553: 546: 522: 518: 510: 506: 499: 498:is the same as 495: 491: 467: 452: 429: 400: 396: 389: 385: 357: 352: 350:Using templates 340: 336: 330: 326: 286: 262: 260: 248:m:Help:Template 229: 225: 195: 106: 105: 98: 91: 87: 79: 78: 53: 45: 38: 31: 24: 17: 12: 11: 5: 7304: 7294: 7293: 7288: 7271: 7270: 7268: 7267: 7262: 7257: 7256: 7255: 7245: 7240: 7235: 7230: 7229: 7228: 7226:Administrators 7218: 7211: 7202: 7199: 7198: 7196: 7195: 7194: 7193: 7188: 7180: 7175: 7170: 7165: 7160: 7155: 7150: 7145: 7144: 7143: 7138: 7128: 7123: 7118: 7112: 7110: 7106: 7105: 7103: 7102: 7097: 7092: 7091: 7090: 7085: 7080: 7075: 7070: 7060: 7055: 7054: 7053: 7048: 7043: 7033: 7028: 7027: 7026: 7016: 7011: 7009:Citation tools 7006: 7001: 6996: 6990: 6988: 6986: 6980: 6979: 6977: 6976: 6971: 6966: 6961: 6956: 6951: 6946: 6941: 6936: 6930: 6928: 6918: 6917: 6915: 6914: 6909: 6904: 6903: 6902: 6897: 6887: 6886: 6885: 6875: 6870: 6869: 6868: 6867: 6866: 6851: 6846: 6841: 6836: 6835: 6834: 6824: 6819: 6814: 6809: 6803: 6801: 6799:Data structure 6795: 6794: 6792: 6791: 6786: 6785: 6784: 6779: 6769: 6768: 6767: 6757: 6752: 6751: 6750: 6745: 6735: 6730: 6725: 6720: 6715: 6713:Template index 6710: 6705: 6700: 6694: 6692: 6687: 6680: 6679: 6677: 6676: 6671: 6670: 6669: 6659: 6658: 6657: 6650:Musical scores 6647: 6646: 6645: 6635: 6634: 6633: 6628: 6623: 6613: 6607: 6605: 6604:Other graphics 6601: 6600: 6598: 6597: 6592: 6587: 6586: 6585: 6580: 6575: 6565: 6560: 6559: 6558: 6553: 6548: 6543: 6538: 6533: 6528: 6518: 6517: 6516: 6511: 6501: 6495: 6493: 6491: 6490:files: images, 6484: 6483: 6481: 6480: 6475: 6470: 6465: 6460: 6459: 6458: 6453: 6448: 6438: 6437: 6436: 6431: 6426: 6415: 6413: 6403: 6402: 6400: 6399: 6394: 6393: 6392: 6387: 6382: 6377: 6372: 6367: 6357: 6352: 6347: 6346: 6345: 6340: 6335: 6330: 6320: 6315: 6310: 6305: 6304: 6303: 6292: 6290: 6284: 6283: 6281: 6280: 6275: 6270: 6265: 6260: 6259: 6258: 6248: 6243: 6241:Recent changes 6238: 6233: 6228: 6223: 6218: 6217: 6216: 6206: 6205: 6204: 6199: 6189: 6184: 6183: 6182: 6172: 6170:Emailing users 6167: 6162: 6157: 6151: 6149: 6145: 6140: 6139: 6137: 6136: 6135: 6134: 6124: 6119: 6118: 6117: 6107: 6106: 6105: 6095: 6090: 6089: 6088: 6078: 6073: 6068: 6063: 6058: 6057: 6056: 6046: 6041: 6040: 6039: 6034: 6029: 6024: 6014: 6013: 6012: 6007: 5996: 5994: 5992:technical help 5991: 5986: 5985: 5960: 5957: 5956: 5949: 5948: 5941: 5934: 5926: 5917: 5916: 5902: 5899:Missing Manual 5896: 5893: 5892: 5890: 5889: 5884: 5879: 5874: 5869: 5864: 5859: 5854: 5849: 5844: 5842:Editor's index 5839: 5834: 5826: 5820: 5818: 5809: 5808: 5806: 5805: 5800: 5795: 5790: 5785: 5780: 5775: 5770: 5765: 5760: 5755: 5750: 5745: 5740: 5735: 5730: 5725: 5720: 5714: 5712: 5703: 5702: 5700: 5699: 5694: 5689: 5683: 5674: 5673: 5672: 5662: 5661: 5660: 5650: 5645: 5644: 5643: 5641:Renaming pages 5633: 5628: 5623: 5613: 5608: 5606:Image deletion 5603: 5598: 5593: 5588: 5587: 5586: 5581: 5576: 5566: 5561: 5556: 5555: 5554: 5549: 5544: 5539: 5529: 5524: 5519: 5513: 5511: 5504: 5497: 5496: 5494: 5493: 5488: 5483: 5478: 5473: 5468: 5463: 5458: 5456:Disambiguation 5453: 5448: 5443: 5441:Categorization 5438: 5433: 5428: 5422: 5420: 5415:Dos and don'ts 5411: 5410: 5408: 5407: 5402: 5401: 5400: 5391: 5381: 5376: 5370: 5368: 5359: 5358: 5356: 5355: 5352:article wizard 5345: 5343:Tip of the day 5340: 5335: 5334: 5333: 5328: 5318: 5313: 5308: 5303: 5297: 5295: 5289: 5284: 5283: 5281: 5280: 5275: 5270: 5265: 5260: 5255: 5250: 5245: 5240: 5235: 5229: 5227: 5218: 5217: 5215: 5214: 5209: 5204: 5194: 5189: 5184: 5183: 5182: 5177: 5170:Administration 5166: 5164: 5155: 5154: 5152: 5151: 5139: 5127: 5115: 5103: 5090: 5089: 5088: 5066: 5063: 5062: 5055: 5054: 5047: 5040: 5032: 5023: 5022: 5020: 5019: 5008: 5005: 5004: 4995: 4993: 4992: 4990: 4986: 4985: 4983: 4982: 4981: 4980: 4970: 4964: 4962: 4961:Related topics 4958: 4957: 4955: 4954: 4949: 4948: 4947: 4937: 4932: 4927: 4922: 4916: 4914: 4910: 4909: 4907: 4906: 4901: 4896: 4891: 4885: 4883: 4879: 4878: 4876: 4875: 4870: 4865: 4860: 4855: 4854: 4853: 4843: 4838: 4833: 4828: 4823: 4818: 4813: 4808: 4807: 4806: 4796: 4791: 4786: 4781: 4776: 4771: 4766: 4761: 4756: 4751: 4746: 4741: 4739:Inline cleanup 4736: 4731: 4726: 4721: 4716: 4711: 4706: 4701: 4696: 4691: 4686: 4680: 4678: 4677:with templates 4676: 4672: 4671: 4669: 4668: 4663: 4658: 4657: 4656: 4654:Language codes 4651: 4644:Redirect pages 4641: 4636: 4635: 4634: 4624: 4619: 4614: 4609: 4608: 4607: 4596: 4594: 4593:All namespaces 4590: 4589: 4587: 4586: 4585: 4584: 4574: 4569: 4568: 4567: 4557: 4552: 4547: 4542: 4537: 4531: 4529: 4525: 4524: 4522: 4521: 4516: 4511: 4509:Standard boxes 4506: 4505: 4504: 4494: 4489: 4484: 4479: 4478: 4477: 4472: 4462: 4457: 4452: 4447: 4446: 4445: 4435: 4429: 4427: 4426:Main namespace 4423: 4422: 4415: 4414: 4407: 4400: 4392: 4384: 4383: 4367: 4358: 4349: 4340: 4331: 4321:Requested move 4310: 4294: 4293: 4291: 4288: 4287: 4286: 4281: 4276: 4267: 4261: 4255: 4247: 4244: 4243: 4242: 4236: 4231: 4225: 4217: 4214: 4213: 4212: 4207: 4202: 4197: 4190: 4187: 4185: 4184: 4179: 4174: 4169: 4164: 4159: 4154: 4149: 4144: 4139: 4134: 4125: 4120: 4115: 4110: 4105: 4100: 4095: 4090: 4085: 4080: 4079: 4078: 4073: 4068: 4059: 4057: 4054: 4052: 4049: 4041: 4039: 4035:Special:Search 4024: 4021: 4017: 4016: 4013: 4000: 3985:For example: 3979: 3976: 3962:. A template 3762: 3759: 3753:with the code 3751:Module:Example 3724: 3721: 3670: 3632:flag templates 3617: 3581: 3570: 3569: 3561: 3556: 3547: 3544: 3538:See wiktionary 3530:See Wiktionary 3518: 3506: 3484: 3481: 3465: 3462: 3434: 3431: 3423: 3422:Categorization 3420: 3395: 3369: 3366: 3365: 3364: 3356: 3354: 3345: 3333: 3331: 3318: 3311: 3205: 3204: 3203: 3175: 3164: 3152: 3149: 3146: 3113: 3112: 3109: 3105: 3093: 3092: 3087: 3082: 3072: 3071: 3066: 3061: 3053: 3052: 3047: 3042: 3034: 3033: 3028: 3023: 3015: 3014: 3012: 3007: 3005: 3000: 2994: 2993: 2991: 2987: 2974: 2972: 2959: 2953: 2949: 2932: 2916: 2915: 2912:WP:ONLYINCLUDE 2908: 2905:WP:INCLUDEONLY 2901: 2893: 2888: 2885: 2882: 2857: 2856: 2848: 2843: 2841: 2840: 2837:jumps over..." 2763: 2756: 2755: 2752:jumps over..." 2702:jumps over..." 2679: 2664: 2658: 2652: 2651: 2643: 2638: 2635: 2632: 2589: 2588: 2585: 2572: 2568: 2567: 2564: 2558:CURRENTVERSION 2551: 2547: 2546: 2543: 2526: 2522: 2521: 2518: 2505: 2501: 2500: 2497: 2484: 2480: 2479: 2478:Help:Template 2476: 2462: 2461: 2458: 2445: 2441: 2440: 2437: 2434: 2423: 2422: 2419: 2406:1.23E+3 mod 2 2394: 2393: 2387: 2386: 2383: 2366: 2365: 2359: 2358: 2355: 2322: 2318: 2317: 2314: 2284: 2283: 2280: 2251: 2247: 2246: 2243: 2240: 2226: 2225: 2222: 2205: 2201: 2200: 2197: 2180: 2176: 2175: 2172: 2155: 2151: 2150: 2147: 2130: 2126: 2125: 2122: 2119: 2086: 2083: 2068: 2058: 2055: 2054: 2053: 2020: 2019: 2004: 2001: 1567: 1551: 1548: 1485:{{{xxx|dflt}}} 1468: 1467: 1456: 1442: 1436: 1433: 1412: 1409: 1399: 1394: 1391: 1379: 1376: 1364:administrators 1352: 1349: 1299: 1296: 1291: 1288: 1286: 1283: 1282: 1281: 1262: 1260: 1256: 1238: 1231: 1223: 1221: 1212: 1209: 1201: 1184:{{tl|Example}} 1147: 1133: 1091: 1090: 1089: 1086:{{done|1=a=b}} 1064: 1038: 1022: 1019: 1009: 1008: 1006: 1003: 1002: 998: 997: 991: 990: 987: 984: 980: 979: 976: 973: 969: 968: 965: 962: 957: 955: 952: 949: 948: 945: 879: 876: 845: 731: 728: 722:#invoke:params 674: 662: 640: 634: 630: 624: 618: 612: 605: 601: 597: 593: 582: 581: 574: 566: 561: 545: 542: 520: 493: 477: 445:case-sensitive 398: 387: 380: 356: 353: 351: 348: 289:user namespace 284: 259: 256: 227: 197: 196: 194: 193: 186: 179: 171: 168: 167: 166: 165: 160: 155: 147: 142: 137: 132: 127: 119: 118: 108: 107: 104: 103: 96: 88: 83: 80: 68: 67: 59: 57: 15: 9: 6: 4: 3: 2: 7303: 7292: 7289: 7287: 7284: 7283: 7281: 7266: 7263: 7261: 7258: 7254: 7251: 7250: 7249: 7246: 7244: 7241: 7239: 7236: 7234: 7233:Accessibility 7231: 7227: 7224: 7223: 7222: 7217: 7216: 7212: 7210: 7209: 7204: 7203: 7200: 7192: 7189: 7187: 7184: 7183: 7181: 7179: 7176: 7174: 7171: 7169: 7166: 7164: 7161: 7159: 7156: 7154: 7151: 7149: 7146: 7142: 7139: 7137: 7134: 7133: 7132: 7129: 7127: 7124: 7122: 7119: 7117: 7114: 7113: 7111: 7107: 7101: 7098: 7096: 7093: 7089: 7086: 7084: 7081: 7079: 7078:Editing tools 7076: 7074: 7073:Browser tools 7071: 7069: 7066: 7065: 7064: 7061: 7059: 7056: 7052: 7049: 7047: 7044: 7042: 7039: 7038: 7037: 7034: 7032: 7029: 7025: 7022: 7021: 7020: 7017: 7015: 7012: 7010: 7007: 7005: 7002: 7000: 6997: 6995: 6992: 6991: 6989: 6985: 6984:Customisation 6981: 6975: 6974:Useful styles 6972: 6970: 6967: 6965: 6962: 6960: 6957: 6955: 6952: 6950: 6947: 6945: 6942: 6940: 6937: 6935: 6932: 6931: 6929: 6927: 6923: 6919: 6913: 6910: 6908: 6905: 6901: 6898: 6896: 6893: 6892: 6891: 6888: 6884: 6881: 6880: 6879: 6876: 6874: 6871: 6865: 6862: 6861: 6860: 6857: 6856: 6855: 6852: 6850: 6847: 6845: 6842: 6840: 6837: 6833: 6830: 6829: 6828: 6825: 6823: 6820: 6818: 6815: 6813: 6810: 6808: 6805: 6804: 6802: 6800: 6796: 6790: 6787: 6783: 6780: 6778: 6775: 6774: 6773: 6770: 6766: 6763: 6762: 6761: 6758: 6756: 6753: 6749: 6746: 6744: 6741: 6740: 6739: 6736: 6734: 6731: 6729: 6726: 6724: 6721: 6719: 6716: 6714: 6711: 6709: 6706: 6704: 6701: 6699: 6696: 6695: 6693: 6690: 6685: 6681: 6675: 6672: 6668: 6665: 6664: 6663: 6660: 6656: 6653: 6652: 6651: 6648: 6644: 6641: 6640: 6639: 6638:Math formulas 6636: 6632: 6629: 6627: 6624: 6622: 6621:How to create 6619: 6618: 6617: 6614: 6612: 6609: 6608: 6606: 6602: 6596: 6593: 6591: 6588: 6584: 6581: 6579: 6576: 6574: 6571: 6570: 6569: 6566: 6564: 6561: 6557: 6554: 6552: 6549: 6547: 6544: 6542: 6539: 6537: 6534: 6532: 6529: 6527: 6524: 6523: 6522: 6519: 6515: 6512: 6510: 6507: 6506: 6505: 6502: 6500: 6497: 6496: 6494: 6489: 6485: 6479: 6476: 6474: 6471: 6469: 6466: 6464: 6461: 6457: 6454: 6452: 6449: 6447: 6444: 6443: 6442: 6439: 6435: 6432: 6430: 6427: 6425: 6424:Interlanguage 6422: 6421: 6420: 6417: 6416: 6414: 6412: 6408: 6404: 6398: 6397:Using colours 6395: 6391: 6388: 6386: 6383: 6381: 6378: 6376: 6373: 6371: 6368: 6366: 6363: 6362: 6361: 6358: 6356: 6353: 6351: 6348: 6344: 6343:Time function 6341: 6339: 6336: 6334: 6331: 6329: 6328:For beginners 6326: 6325: 6324: 6321: 6319: 6316: 6314: 6311: 6309: 6306: 6302: 6299: 6298: 6297: 6294: 6293: 6291: 6289: 6285: 6279: 6276: 6274: 6271: 6269: 6266: 6264: 6261: 6257: 6254: 6253: 6252: 6249: 6247: 6244: 6242: 6239: 6237: 6234: 6232: 6229: 6227: 6224: 6222: 6221:Page Curation 6219: 6215: 6212: 6211: 6210: 6207: 6203: 6200: 6198: 6195: 6194: 6193: 6192:Moving a page 6190: 6188: 6185: 6181: 6178: 6177: 6176: 6173: 6171: 6168: 6166: 6163: 6161: 6158: 6156: 6153: 6152: 6150: 6147: 6141: 6133: 6130: 6129: 6128: 6125: 6123: 6120: 6116: 6113: 6112: 6111: 6108: 6104: 6101: 6100: 6099: 6096: 6094: 6091: 6087: 6084: 6083: 6082: 6079: 6077: 6074: 6072: 6069: 6067: 6064: 6062: 6061:Mobile access 6059: 6055: 6052: 6051: 6050: 6047: 6045: 6042: 6038: 6035: 6033: 6030: 6028: 6027:Edit conflict 6025: 6023: 6020: 6019: 6018: 6015: 6011: 6008: 6006: 6003: 6002: 6001: 6000:Browser notes 5998: 5997: 5995: 5993: 5987: 5983: 5981: 5977: 5973: 5969: 5965: 5958: 5954: 5947: 5942: 5940: 5935: 5933: 5928: 5927: 5924: 5914: 5908: 5907: 5901: 5900: 5894: 5888: 5885: 5883: 5880: 5878: 5875: 5873: 5870: 5868: 5865: 5863: 5860: 5858: 5855: 5853: 5850: 5848: 5845: 5843: 5840: 5838: 5835: 5830: 5827: 5825: 5824:Abbreviations 5822: 5821: 5819: 5814: 5810: 5804: 5801: 5799: 5796: 5794: 5791: 5789: 5786: 5784: 5781: 5779: 5776: 5774: 5771: 5769: 5768:Music symbols 5766: 5764: 5761: 5759: 5756: 5754: 5751: 5749: 5746: 5744: 5741: 5739: 5736: 5734: 5731: 5729: 5726: 5724: 5721: 5719: 5716: 5715: 5713: 5708: 5704: 5698: 5695: 5693: 5690: 5687: 5684: 5682: 5678: 5675: 5671: 5668: 5667: 5666: 5663: 5659: 5656: 5655: 5654: 5651: 5649: 5646: 5642: 5639: 5638: 5637: 5634: 5632: 5629: 5627: 5624: 5621: 5617: 5614: 5612: 5609: 5607: 5604: 5602: 5599: 5597: 5594: 5592: 5589: 5585: 5584:edit conflict 5582: 5580: 5577: 5575: 5572: 5571: 5570: 5567: 5565: 5562: 5560: 5557: 5553: 5550: 5548: 5545: 5543: 5540: 5538: 5535: 5534: 5533: 5530: 5528: 5525: 5523: 5520: 5518: 5515: 5514: 5512: 5507: 5502: 5498: 5492: 5489: 5487: 5484: 5482: 5479: 5477: 5474: 5472: 5469: 5467: 5464: 5462: 5459: 5457: 5454: 5452: 5449: 5447: 5444: 5442: 5439: 5437: 5434: 5432: 5429: 5427: 5426:Accessibility 5424: 5423: 5421: 5416: 5412: 5406: 5403: 5399: 5392: 5390: 5387: 5386: 5385: 5382: 5380: 5377: 5375: 5372: 5371: 5369: 5364: 5360: 5353: 5349: 5346: 5344: 5341: 5339: 5336: 5332: 5329: 5327: 5324: 5323: 5322: 5319: 5317: 5314: 5312: 5309: 5307: 5304: 5302: 5299: 5298: 5296: 5291: 5285: 5279: 5278:Viewing media 5276: 5274: 5271: 5269: 5266: 5264: 5261: 5259: 5256: 5254: 5253:Mobile access 5251: 5249: 5246: 5244: 5241: 5239: 5236: 5234: 5231: 5230: 5228: 5223: 5219: 5213: 5210: 5208: 5205: 5202: 5198: 5195: 5193: 5190: 5188: 5185: 5181: 5178: 5176: 5173: 5172: 5171: 5168: 5167: 5165: 5160: 5156: 5150: 5145: 5144: 5140: 5138: 5133: 5132: 5128: 5126: 5121: 5120: 5116: 5114: 5109: 5108: 5104: 5102: 5097: 5096: 5092: 5091: 5087: 5081: 5080: 5075: 5074: 5068: 5067: 5064: 5060: 5053: 5048: 5046: 5041: 5039: 5034: 5033: 5030: 5018: 5010: 5009: 5006: 4991: 4987: 4979: 4976: 4975: 4974: 4971: 4969: 4966: 4965: 4963: 4959: 4953: 4950: 4946: 4943: 4942: 4941: 4940:Template help 4938: 4936: 4933: 4931: 4928: 4926: 4923: 4921: 4918: 4917: 4915: 4911: 4905: 4902: 4900: 4899:Comment icons 4897: 4895: 4892: 4890: 4887: 4886: 4884: 4882:Inline images 4880: 4874: 4871: 4869: 4866: 4864: 4861: 4859: 4856: 4852: 4849: 4848: 4847: 4844: 4842: 4839: 4837: 4834: 4832: 4829: 4827: 4824: 4822: 4819: 4817: 4814: 4812: 4809: 4805: 4802: 4801: 4800: 4797: 4795: 4792: 4790: 4787: 4785: 4782: 4780: 4777: 4775: 4772: 4770: 4767: 4765: 4762: 4760: 4757: 4755: 4752: 4750: 4747: 4745: 4742: 4740: 4737: 4735: 4732: 4730: 4727: 4725: 4722: 4720: 4717: 4715: 4712: 4710: 4707: 4705: 4702: 4700: 4697: 4695: 4692: 4690: 4687: 4685: 4682: 4681: 4679: 4673: 4667: 4664: 4662: 4659: 4655: 4652: 4650: 4647: 4646: 4645: 4642: 4640: 4637: 4633: 4630: 4629: 4628: 4625: 4623: 4620: 4618: 4615: 4613: 4610: 4606: 4603: 4602: 4601: 4598: 4597: 4595: 4591: 4583: 4580: 4579: 4578: 4575: 4573: 4570: 4566: 4563: 4562: 4561: 4558: 4556: 4553: 4551: 4548: 4546: 4543: 4541: 4538: 4536: 4533: 4532: 4530: 4526: 4520: 4517: 4515: 4512: 4510: 4507: 4503: 4500: 4499: 4498: 4495: 4493: 4490: 4488: 4485: 4483: 4480: 4476: 4473: 4471: 4468: 4467: 4466: 4463: 4461: 4458: 4456: 4453: 4451: 4448: 4444: 4441: 4440: 4439: 4436: 4434: 4431: 4430: 4428: 4424: 4420: 4413: 4408: 4406: 4401: 4399: 4394: 4393: 4390: 4380: 4377:doBlockLevels 4371: 4362: 4353: 4344: 4335: 4322: 4314: 4306: 4299: 4295: 4285: 4282: 4280: 4277: 4275: 4271: 4268: 4265: 4262: 4259: 4256: 4253: 4250: 4249: 4240: 4237: 4235: 4232: 4229: 4226: 4223: 4220: 4219: 4216:Special pages 4211: 4208: 4206: 4203: 4201: 4198: 4196: 4193: 4192: 4183: 4180: 4178: 4175: 4173: 4170: 4168: 4165: 4163: 4160: 4158: 4155: 4153: 4150: 4148: 4145: 4143: 4140: 4138: 4135: 4133: 4129: 4126: 4124: 4121: 4119: 4116: 4114: 4111: 4109: 4106: 4104: 4101: 4099: 4096: 4094: 4091: 4089: 4086: 4084: 4081: 4077: 4074: 4072: 4069: 4067: 4064: 4063: 4061: 4060: 4038: 4036: 4030: 4020: 4014: 4008: 4001: 3995: 3988: 3987: 3986: 3983: 3975: 3973: 3968:{{{myparam}}} 3965: 3961: 3957: 3953: 3949: 3945: 3941: 3936: 3931: 3924: 3919: 3906: 3898: 3893: 3875: 3870: 3830: 3823: 3819: 3808: 3804: 3782: 3781:template call 3778: 3774: 3772: 3768: 3758: 3752: 3748: 3740: 3736: 3730: 3668: 3662: 3657: 3651: 3647: 3645: 3641: 3637: 3633: 3629: 3625: 3620: 3618:Template name 3611: 3607: 3579: 3576: 3567: 3563: 3562: 3559: 3553: 3543: 3539: 3531: 3524: 3516: 3504: 3498: 3495:redirects to 3494: 3490: 3480: 3478: 3469: 3461: 3459: 3455: 3451: 3447: 3429: 3419: 3416: 3407: 3406:Documentation 3401: 3393: 3388: 3375: 3368:Documentation 3357: 3352: 3346: 3339: 3334: 3329: 3325: 3319: 3316: 3312: 3306: 3292: 3282: 3272: 3262: 3239: 3228: 3206: 3200: 3196: 3192: 3188: 3184: 3176: 3173: 3165: 3162: 3158: 3157: 3155: 3154: 3148: 3144: 3119:tag; nesting 3106: 3101: 3100: 3099: 3088: 3083: 3074: 3073: 3067: 3062: 3055: 3054: 3048: 3043: 3036: 3035: 3029: 3024: 3017: 3016: 3010: 3008: 3003: 3001: 2998: 2997: 2989: 2985: 2980: 2975: 2970: 2965: 2960: 2957: 2951: 2947: 2942: 2937: 2936: 2935: 2930: 2928: 2924: 2923:documentation 2913: 2909: 2906: 2902: 2899: 2895: 2894: 2891: 2881: 2879: 2875: 2870: 2863: 2854: 2850: 2849: 2846: 2787:jumps over... 2764: 2761: 2760: 2759: 2680: 2677: 2676: 2675: 2672: 2669: 2667: 2661: 2649: 2645: 2644: 2641: 2631: 2586: 2573: 2570: 2569: 2565: 2552: 2549: 2548: 2544: 2527: 2524: 2523: 2519: 2512:NUMBEROFUSERS 2506: 2503: 2502: 2498: 2485: 2482: 2481: 2477: 2464: 2463: 2459: 2446: 2442: 2431: 2420: 2395: 2392: 2389: 2388: 2384: 2367: 2364: 2361: 2360: 2356: 2323: 2320: 2319: 2315: 2286: 2285: 2281: 2252: 2248: 2237: 2231: 2223: 2206: 2203: 2202: 2198: 2181: 2178: 2177: 2173: 2156: 2153: 2152: 2148: 2131: 2128: 2127: 2116: 2110: 2108: 2104: 2100: 2095: 2092: 2082: 2078: 2072: 2066: 2064: 2049: 2048: 2047: 2045: 2034: 2028: 2014: 2013: 2012: 2010: 2000: 1565: 1560: 1559:payoff matrix 1547: 1543: 1536: 1524: 1508: 1482: 1478: 1457: 1450: 1449: 1448: 1446: 1440: 1432: 1430: 1426: 1422: 1418: 1417:metatemplates 1411:Metatemplates 1408: 1406: 1402: 1390: 1388: 1383: 1375: 1373: 1369: 1365: 1361: 1356: 1348: 1346: 1342: 1338: 1337:transclusions 1334: 1329: 1327: 1323: 1319: 1314: 1312: 1308: 1303: 1295: 1279: 1267: 1263: 1258: 1254: 1243: 1239: 1236: 1232: 1224: 1219: 1217: 1213: 1210: 1207: 1202: 1199: 1192: 1181: 1177: 1170: 1155: 1148: 1142: 1134: 1129: 1121: 1115: 1108: 1102: 1092: 1072: 1065: 1060: 1055: 1051: 1047: 1043: 1042: 1039: 1036: 1032: 1028: 1027: 1026: 1018: 1016: 1015:template page 1007: 1005: 1004: 996: 995:Example usage 992: 988: 985: 982: 981: 977: 974: 971: 970: 966: 963: 961: 960: 956: 951: 950: 942: 939: 937: 930: 925: 919: 915: 909: 904:The template 900: 895: 890:. Try typing 887: 875: 870: 860: 843: 841: 835: 829: 824: 822: 814: 804: 802: 788: 781: 777: 767: 762: 760: 756: 751: 749: 745: 741: 737: 727: 723: 715: 709: 704: 701: 695: 684: 680: 676: 672: 660: 657: 643: 627: 613:Template name 594:Template name 589: 579: 575: 572: 568: 567: 564: 558: 551: 541: 539: 535: 531: 526: 516: 503: 489: 485: 481: 475: 473: 466: 461: 459: 450: 446: 442: 438: 433: 428: 424: 420: 419:wiki software 416: 411: 409: 408:template call 404: 399:Template name 393: 388:Template name 382: 378: 375: 373: 368: 366: 362: 347: 344: 335: 324: 320: 315: 313: 309: 305: 301: 296: 294: 290: 282: 255: 253: 249: 245: 241: 237: 235: 228:Template name 223: 218: 216: 212: 208: 204: 192: 187: 185: 180: 178: 173: 172: 170: 169: 164: 161: 159: 156: 154: 153:(quick guide) 151: 148: 146: 143: 141: 138: 136: 133: 131: 128: 126: 123: 122: 121: 120: 117: 114: 113: 101: 97: 94: 90: 89: 86: 81: 76: 72: 66: 64: 58: 51: 50: 47: 43: 36: 29: 22: 7265:User scripts 7213: 7206: 7036:User scripts 6812:Main/Article 6772:Transclusion 6755:Substitution 6697: 6643:Math symbols 6611:Family trees 6365:Introduction 6236:Random pages 6127:VisualEditor 6071:Page history 6032:Edit toolbar 6005:Bypass cache 5964:the Teahouse 5961: 5910: 5905: 5897: 5803:Visual files 5793:Transclusion 5787: 5728:Calculations 5591:Find sources 5501:How-to pages 5290:to Knowledge 5288:Contributing 5146: 5141: 5134: 5129: 5122: 5119:Noticeboards 5117: 5110: 5105: 5098: 5093: 5077: 5071: 5069: 4939: 4370: 4361: 4352: 4343: 4334: 4313: 4298: 4132:VisualEditor 4032: 4018: 3984: 3981: 3971: 3963: 3959: 3955: 3951: 3947: 3943: 3939: 3937: 3922: 3920: 3896: 3894: 3873: 3871: 3821: 3820: 3806: 3805: 3780: 3776: 3775: 3766: 3764: 3743:{{#invoke:}} 3732: 3658: 3649: 3648: 3615: 3609: 3608: 3605: 3574: 3573: 3525: 3493:Template:Tsh 3486: 3470: 3467: 3438:have to use 3436: 3417: 3389: 3377: 3355:for editing. 3198: 3194: 3190: 3186: 3182: 3181:(short for " 3114: 3096: 2919: 2898:WP:NOINCLUDE 2871: 2864: 2860: 2757: 2673: 2670: 2663: 2657: 2655: 2592: 2470:FULLPAGENAME 2229: 2096: 2088: 2060: 2039:<ref: --> 2021: 2006: 1995:or the text 1974: 1553: 1537: 1525: 1509: 1493:{{{1|dflt}}} 1480: 1476: 1469: 1444: 1438: 1414: 1400:subtemplates 1398: 1396: 1384: 1381: 1357: 1354: 1340: 1330: 1315: 1304: 1301: 1293: 1278:HTML comment 1228:Show preview 1179: 1175: 1031:transclusion 1024: 1012: 994: 947:Renders as 933: 903: 881: 825: 805: 793:Show preview 782: 763: 752: 739: 733: 705: 696:|check|...}} 685: 681: 677: 658: 639: 623: 585: 578:WP:PARAMETER 533: 527: 504: 462: 453:# < : --> 434: 412: 407: 405: 394: 383: 376: 371: 369: 364: 358: 345: 316: 297: 278: 238: 234:substitution 222:transclusion 219: 202: 200: 149: 140:Visual files 130:All wikitext 63:how-to guide 60: 46: 7248:Referencing 7173:Ultraviolet 7031:IRC Scripts 6994:Preferences 6738:Lua project 6563:Gallery tag 6463:Colon trick 6323:Magic words 6226:Page import 6165:Edit filter 5837:Departments 5813:Directories 5763:Magic words 5748:Hidden text 5718:Wiki markup 5547:Cite errors 5451:Discussions 5431:Biographies 5396:(live chat) 5143:Directories 4945:Quick guide 4851:User rights 4617:Maintenance 4535:Compact TOC 4519:Translation 4037:box below: 4027:Main page: 3761:Terminology 3747:source code 3727:Main page: 3511:instead of 3347:Do not use 3305:Encodefirst 3291:number sign 3069:text1 text2 3045:text1 text2 3026:text1 text2 2979:includeonly 2964:onlyinclude 2665:subtemplate 2520:47,977,566 2444:Page names 2436:Wiki source 2433:Description 2346:Hooray...! 2305:Hooray...! 2282:Hooray...! 2271:Hooray...! 2242:Wiki source 2239:Description 2121:wiki source 2118:Description 1975:The entity 1634:cellpadding 1625:cellspacing 1481:pipe syntax 1405:magic words 1107:HTML entity 912:uses three 854:and if the 766:Template:TM 755:Template:TM 571:H:PARAMETER 465:number sign 458:wiki markup 449:underscores 443:: they are 437:limitations 372:target page 323:substituted 319:transcluded 312:magic words 207:boilerplate 135:Sound files 100:WP:TEMPLATE 7280:Categories 7221:Help pages 7205:See also: 7121:AntiVandal 7058:User style 7051:Techniques 7024:Hide pages 6807:Namespaces 6499:Media help 6473:Pipe trick 6468:Link color 6380:Collapsing 6301:Cheatsheet 6256:Linksearch 6175:Logging in 6103:Editnotice 6022:CharInsert 5976:talk pages 5862:Guidelines 5733:Characters 5677:Talk pages 5626:Logging in 5620:link color 5574:Minor edit 5527:Categories 5481:References 5338:Style-tips 5258:Navigation 5197:Disclaimer 5180:Principles 5131:Cheatsheet 5070:Visit the 4913:Help pages 4774:Protection 4724:Editnotice 4639:Navigation 4612:Formatting 4514:Stub types 4056:Help pages 3684:preprocess 3646:the page. 3636:substitute 3426:See also: 2927:categories 1505:{{{xxx|}}} 1458:The codes 1311:user space 1259:transclude 1255:substitute 1114:wikitables 1110:&#124; 1054:magic word 828:substitute 588:parameters 544:Parameters 470:denotes a 441:page names 329:calls the 304:parameters 293:talk pages 163:Pipe trick 125:Cheatsheet 35:Help:Table 7260:Templates 7182:Inactive 7178:WPCleaner 6987:and tools 6969:Span tags 6890:MediaWiki 6859:Archiving 6765:Job queue 6743:Resources 6698:Templates 6684:Templates 6626:Barcharts 6434:Permanent 6429:Interwiki 6350:Redirects 6273:Watchlist 6251:Searching 6081:Page name 6037:Reverting 5968:help desk 5788:Templates 5743:Elevation 5723:Barcharts 5681:archiving 5665:Reverting 5653:Passwords 5636:Page name 5611:Infoboxes 5601:Footnotes 5446:Consensus 5311:Etiquette 5268:Searching 5243:Copyright 5084:Q & A 5079:Help desk 4868:Wikibreak 4846:Userboxes 4794:Semantics 4784:Redirects 4779:Quotation 4734:Help desk 4661:Splitting 4632:Requested 4577:Knowledge 4572:User talk 4565:Userboxes 4487:Main page 4460:Infoboxes 4272:—used by 3956:specifies 3940:parameter 3866:&#93; 3822:Expansion 3807:Expansion 3739:Scribunto 3630:, and/or 3616:Template: 3400:protected 3344:comments. 3254:&#35; 3250:&#42; 3246:&#59; 3242:&#58; 3240:entities 2999:Wikitext 2941:noinclude 2890:Shortcuts 2835:'''fox''' 2762:Examples: 2750:'''fox''' 2624:NAMESPACE 2611:NAMESPACE 2491:NAMESPACE 2460:Template 2357:Darn...! 2350:Darn...! 2316:Darn...! 2309:Darn...! 2275:Darn...! 2217:pagename 2024:{{#tag:}} 1477:{{{xxx}}} 1473:{{{xxx}}} 1453:{{{xxx}}} 1451:The code 1360:protected 1351:Modifying 1266:MediaWiki 1186:produces 1120:Wikitable 776:noinclude 759:trademark 700:infoboxes 619:parameter 602:parameter 598:parameter 563:Shortcuts 521:Page name 515:mainspace 507:Template: 494:#Location 423:variables 415:MediaWiki 403:instead. 365:expansion 211:infoboxes 150:Templates 85:Shortcuts 75:consensus 7238:Accounts 7136:Creating 6873:Template 6817:Category 6733:Lua help 6662:Timeline 6556:SVG help 6296:Wikitext 6288:Wikitext 6160:AllPages 6148:-related 6115:Entering 6093:Printing 6054:Tutorial 5872:Policies 5857:Glossary 5829:Contents 5773:Sections 5648:Redirect 5398:tutorial 5273:Students 5248:Glossary 5073:Teahouse 5017:Category 4978:Category 4873:WikiLove 4821:Top icon 4729:Hatnotes 4675:Navboxes 4600:Deletion 4555:Template 4540:Category 4455:Hatnotes 4450:Disputes 4327:|reason= 4051:See also 3952:position 3767:template 3705:function 3558:Shortcut 3489:redirect 3353:template 3281:asterisk 3202:tables). 2845:Shortcut 2678:Example: 2640:Shortcut 2599:PAGENAME 2452:PAGENAME 1961:PAGENAME 1501:{{{1|}}} 1415:Various 1378:Deleting 1345:redirect 1341:breakage 1298:Creating 1178:emplate 1161:{{Trim}} 1013:See the 929:Help:Lua 899:Help:Lua 834:subst:TM 764:Display 730:Examples 688:|reason= 538:red link 496:|Books}} 492:{{Portal 476:fragment 397:{{subst: 361:function 300:wikitext 203:template 116:Wikitext 7168:Twinkle 7163:RedWarn 7141:history 6999:Gadgets 6912:Special 6691:modules 6308:Columns 6144:Special 6017:Editing 5990:General 5738:Columns 5631:Merging 5616:Linking 5579:toolbar 5569:Editing 5559:Convert 5175:Purpose 5076:or the 4831:Unicode 4804:Notices 4684:Archive 4622:Merging 4492:Section 4438:Cleanup 4433:General 3970:) is a 3964:defines 3816:{{{1}}} 3812:{{{1}}} 3777:Calling 3601:--: --> 3583:<!-- 3483:Aliases 3392:subpage 2867:{{lb}}} 2659:nesting 2648:WP:NEST 2401:#ifexpr 2385:50.265 2212:fullurl 1937:colspan 1550:Example 1464:{{{2}}} 1460:{{{1}}} 1421:modules 1389:(TfD). 1290:Process 1274:--: --> 1270:<!-- 1191:Example 716:|main}} 673:unnamed 656:, etc. 480:section 439:as all 355:General 7153:Huggle 7148:HotCat 6907:Module 6864:Simple 6844:Portal 6521:Images 6370:Basics 6360:Tables 5847:Essays 5783:Tables 5778:Sounds 5707:Coding 5486:Tables 5461:Images 5086:forum. 4989:Search 4789:Search 4699:Button 4627:Moving 4605:Speedy 3930:in use 3916:{{tm}} 3912:{{tm}} 3729:WP:Lua 3693:return 3640:invoke 3229:/: --> 3227:nowiki 3179:msgnw: 3168:subst: 2971:except 2826:jumper 2798:jumper 2077:spaces 1546:tags. 1542:nowiki 1441:triple 1322:navbox 967:Right 944:Markup 844:source 610:where 427:braces 417:, the 250:, and 145:Tables 7191:STiki 7186:igloo 7063:Tools 7041:Guide 7004:Skins 6822:Draft 6760:Purge 6748:To do 6504:Files 6488:Media 6441:Diffs 6419:Links 6411:diffs 6407:Links 6318:Lists 5887:Tools 5877:Tasks 5758:Lists 5596:Files 5476:Lists 5471:Links 5466:Leads 5238:Books 4973:Index 4904:Emoji 4482:Lists 4465:Links 4290:Notes 3944:value 3644:split 3452:, or 3330:named 3261:colon 3143:will 3090:text1 3085:text2 3080:text2 3064:text2 3059:text2 3050:text1 3040:text2 3031:text2 3021:text2 3011:there 2981:: --> 2966:: --> 2943:: --> 2925:, or 2818:apple 2733:apple 2499:Help 2421:Even 2414:Even 2373:#expr 2338:param 2292:#ifeq 2258:#ifeq 2199:Talk 1964:}}}}} 1928:style 1903:white 1872:white 1835:style 1810:white 1779:white 1742:style 1731:Right 1711:style 1683:style 1668:style 1652:Width 1643:width 1620:right 1615:Float 1606:align 1598:right 1593:Float 1581:style 1544:: --> 1206:purge 1076:with 1048:with 983:Down 964:Left 908:about 886:about 778:: --> 740:Note: 661:named 635:value 534:Note: 511:User: 454:| { } 430:{{ }} 379:saves 7243:Bots 7131:Bots 7046:List 6924:and 6922:HTML 6878:User 6854:Talk 6839:Help 6827:File 6478:URLs 6409:and 6263:Tags 6187:Logs 6146:page 6132:Help 6086:Help 5882:Tips 5852:FAQs 5753:HTML 5564:Diff 5394:IRC 5095:FAQs 4754:Math 4560:User 4550:Talk 4545:File 3948:name 3897:name 3895:The 3801:{{}} 3733:The 3699:main 3477:tags 3324:Trim 3238:HTML 3225:< 3177:Use 3166:Use 3159:Use 3123:and 3004:here 2977:< 2962:< 2939:< 2876:and 2872:See 2822:pear 2783:=fox 2775:|{{{ 2737:pear 2691:|{{{ 2605:and 2593:The 2410:Odd 2341:|}}} 2297:yes 2267:yes 2263:yes 2105:and 1997:Left 1986:Left 1955:Name 1917:0, 0 1886:0, 0 1855:Down 1824:0, 0 1793:0, 0 1703:Left 1540:< 1497:dflt 1489:dflt 1427:and 1366:and 1154:Trim 1141:Trim 1071:done 774:< 631:name 484:link 463:The 285:XXXX 6926:CSS 6689:Lua 6686:and 6214:FAQ 6049:IRC 5980:IRC 5978:or 5912:(?) 5816:(?) 5798:URL 5710:(?) 5509:(?) 5503:and 5418:(?) 5366:(?) 5293:(?) 5233:FAQ 5225:(?) 5162:(?) 5148:(?) 5136:(?) 5124:(?) 5112:(?) 5100:(?) 4749:IPA 3923:tag 3882:sic 3850:is 3840:sic 3829:sic 3789:sic 3711:end 3681:(): 3519:foo 3507:foo 3503:tsh 3460:). 3396:XXX 3193:e, 3145:not 3139:ghi 3135:def 3131:abc 2990:not 2948:not 2931:not 2804:''' 2801:}}} 2795:{{{ 2792:''' 2781:}}} 2741:fox 2719:''' 2716:}}} 2710:{{{ 2707:''' 2697:}}} 2545:19 2335:{{{ 2329:#if 2301:no 2067:not 2063:URL 2033:sfn 2009:XML 1988:}}} 1978:{{{ 1958:|{{ 1952:{{{ 1919:}}} 1909:{{{ 1905:}}} 1898:DRc 1895:{{{ 1888:}}} 1878:{{{ 1874:}}} 1867:DLc 1864:{{{ 1857:}}} 1847:{{{ 1826:}}} 1816:{{{ 1812:}}} 1805:URc 1802:{{{ 1795:}}} 1785:{{{ 1781:}}} 1774:ULc 1771:{{{ 1764:}}} 1754:{{{ 1733:}}} 1723:{{{ 1705:}}} 1695:{{{ 1659:}}} 1657:225 1649:{{{ 1622:}}} 1612:{{{ 1600:}}} 1590:{{{ 1531:or 1503:or 1220:not 1084:or 1078:a=b 1046:URL 972:Up 803:". 606:... 519:{{: 413:In 374:). 321:or 93:H:T 7282:: 5974:, 5970:, 5966:, 4323:}} 4319:{{ 4010:}} 4004:{{ 3997:}} 3991:{{ 3974:. 3938:A 3933:}} 3927:{{ 3908:}} 3905:tm 3902:{{ 3889:}} 3879:{{ 3869:. 3863:'' 3857:'' 3847:}} 3837:{{ 3832:}} 3826:{{ 3796:}} 3786:{{ 3765:A 3708:() 3672:mw 3626:, 3540:}} 3536:{{ 3532:}} 3528:{{ 3523:. 3521:}} 3513:{{ 3509:}} 3501:{{ 3487:A 3454:X3 3450:X2 3448:, 3446:X1 3408:}} 3404:{{ 3326:}} 3322:{{ 3308:}} 3302:{{ 3294:}} 3288:{{ 3286:, 3284:}} 3278:{{ 3276:, 3274:}} 3268:{{ 3266:, 3264:}} 3258:{{ 3252:, 3248:, 3244:, 3219:, 3215:, 3211:, 3189:sa 3108:}} 2986:is 2952:is 2828:}} 2810:{{ 2785:}} 2769:{{ 2743:}} 2725:{{ 2700:}} 2685:{{ 2627:}} 2621:{{ 2614:}} 2608:{{ 2602:}} 2596:{{ 2582:}} 2576:{{ 2561:}} 2555:{{ 2540:}} 2530:{{ 2515:}} 2509:{{ 2494:}} 2488:{{ 2473:}} 2467:{{ 2455:}} 2449:{{ 2416:}} 2398:{{ 2380:}} 2370:{{ 2352:}} 2326:{{ 2311:}} 2289:{{ 2277:}} 2255:{{ 2219:}} 2209:{{ 2194:}} 2192:1 2187:NS 2184:{{ 2169:}} 2162:lc 2159:{{ 2144:}} 2137:uc 2134:{{ 2109:. 2079:}} 2075:{{ 2069:a 2035:}} 2031:{{ 1993:2L 1981:2L 1970:|} 1967:'' 1949:'' 1922:|- 1912:DR 1881:DL 1850:1D 1829:|- 1819:UR 1788:UL 1762:Up 1757:1U 1736:|- 1726:2R 1698:2L 1662:|- 1572:id 1569:{| 1562:}} 1556:{{ 1523:. 1507:. 1483:: 1462:, 1447:. 1328:. 1313:. 1194:}} 1188:{{ 1172:}} 1169:tl 1166:{{ 1157:}} 1151:{{ 1144:}} 1138:{{ 1130:}} 1126:{{ 1122:}} 1118:{{ 1103:}} 1099:{{ 1074:}} 1068:{{ 1061:}} 1057:{{ 989:9 986:2 978:7 975:5 910:}} 906:{{ 888:}} 884:{{ 872:}} 869:TM 866:{{ 862:}} 859:TM 856:{{ 836:}} 816:}} 813:TM 810:{{ 789:}} 787:TM 785:{{ 750:. 724:}} 720:{{ 712:{{ 692:{{ 652:, 648:, 608:}} 592:{{ 525:. 523:}} 502:. 460:. 410:. 401:}} 390:}} 386:{{ 337:}} 331:{{ 295:. 254:. 246:, 230:}} 226:{{ 213:, 201:A 5982:. 5945:e 5938:t 5931:v 5688:) 5679:( 5622:) 5618:( 5354:) 5350:( 5203:) 5199:( 5051:e 5044:t 5037:v 4411:e 4404:t 4397:v 4381:. 4308:. 3885:| 3860:] 3843:| 3792:| 3714:} 3702:= 3696:{ 3675:. 3517:| 3505:| 3363:. 3349:= 3317:. 3310:. 3271:; 3221:# 3217:* 3213:; 3209:: 3199:w 3197:o 3195:n 3191:g 3187:s 3185:e 3183:m 3174:. 2958:. 2824:| 2820:| 2816:| 2813:A 2778:3 2772:B 2739:| 2735:| 2731:| 2728:A 2713:1 2694:3 2688:B 2536:: 2412:| 2408:| 2404:: 2376:: 2348:| 2344:| 2332:: 2307:| 2303:| 2299:| 2295:: 2273:| 2269:| 2265:| 2261:: 2215:: 2190:: 2165:: 2140:: 1984:| 1946:| 1943:3 1940:= 1931:= 1925:| 1915:| 1901:| 1891:| 1884:| 1870:| 1860:| 1853:| 1844:| 1838:= 1832:| 1822:| 1808:| 1798:| 1791:| 1777:| 1767:| 1760:| 1751:| 1745:= 1739:| 1729:| 1720:| 1714:= 1708:| 1701:| 1692:| 1686:= 1680:| 1677:| 1671:= 1665:| 1655:| 1646:= 1640:8 1637:= 1631:0 1628:= 1618:| 1609:= 1596:| 1584:= 1575:= 1521:A 1280:. 1180:l 1176:t 1132:. 1128:! 1101:! 1095:| 1088:. 1059:= 931:. 901:. 840:™ 821:™ 801:™ 797:] 770:] 654:3 650:2 646:1 638:( 633:= 604:| 600:| 596:| 552:. 468:# 190:e 183:t 176:v 77:. 65:. 44:. 37:. 30:. 23:.

Index

WP:Template index
Help:A quick guide to templates
Help:Table
Knowledge:Template namespace
how-to guide
Knowledge's policies or guidelines
consensus
Shortcuts
H:T
WP:TEMPLATE
Wikitext
Cheatsheet
All wikitext
Sound files
Visual files
Tables
Templates
(quick guide)
Using HTML codes within wikitext
Pipe trick
v
t
e
boilerplate
infoboxes
navigational boxes
transclusion
substitution
Help:A quick guide to templates
mw:Help:Templates

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑