Knowledge (XXG)

Help:Template

Source đź“ť

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

↑