Difference between revisions of "Help:List of Templates"
m (→Version) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 55: | Line 55: | ||
|- | |- | ||
| <nowiki>{{Tip/Info|1}}</nowiki> || 1 = Tool tip text || Creates a information tool-tip entry {{Tip/Info|This is the Tool-Tip}} | | <nowiki>{{Tip/Info|1}}</nowiki> || 1 = Tool tip text || Creates a information tool-tip entry {{Tip/Info|This is the Tool-Tip}} | ||
+ | |- | ||
+ | | <nowiki>{{Tip/VersionFlag|1}}</nowiki> || 1 = Tool tip text || Creates a flag tool-tip entry {{Tip/VersionFlag|This is the Tool-Tip}} | ||
+ | |- | ||
+ | | <nowiki>{{#tip-text: 1 | 2}}</nowiki> || 1 = Text, 2 = Tool tip text || Creates a common {{#tip-text: inline tool tip | inline tool tip text}} | ||
|} | |} | ||
Line 78: | Line 82: | ||
| width=20% | <nowiki>{{Item/TableRow|1|2|...}}</nowiki> || 1 = Cell value 1, 2 = CSS class 1, ... || Creates a table row; odd number parameters specify cell values, its corresponding even parameter the column CSS class | | width=20% | <nowiki>{{Item/TableRow|1|2|...}}</nowiki> || 1 = Cell value 1, 2 = CSS class 1, ... || Creates a table row; odd number parameters specify cell values, its corresponding even parameter the column CSS class | ||
|} | |} | ||
− | |||
= Version = | = Version = | ||
Line 102: | Line 105: | ||
|- | |- | ||
| width=20% | <nowiki>{{Category/Version|1}}</nowiki> || 1 = x.y.z|| Adds a category '''x.y.z''' to the page | | width=20% | <nowiki>{{Category/Version|1}}</nowiki> || 1 = x.y.z|| Adds a category '''x.y.z''' to the page | ||
− | |||
− | |||
|- | |- | ||
| width=20% | <nowiki>{{Category/Version2|1}}</nowiki> || 1 = <nowiki>{{PAGENAME}}</nowiki>|| Adds a category '''Version x.y''' to the page;<br />''use only in Version X.Y - (Server / Android / WinX / Web) pages!'' | | width=20% | <nowiki>{{Category/Version2|1}}</nowiki> || 1 = <nowiki>{{PAGENAME}}</nowiki>|| Adds a category '''Version x.y''' to the page;<br />''use only in Version X.Y - (Server / Android / WinX / Web) pages!'' | ||
+ | |- | ||
+ | | width=20% | <nowiki>{{Category/VersionXY|1}}</nowiki> || 1 = x.y.z|| Adds a category '''Version x.y''' to the page<br />''use only in X.Y.Z category pages!'' | ||
|- | |- | ||
| width=20% | <nowiki>{{Category/Versions|1}}</nowiki> || 1 = <nowiki>{{PAGENAME}}</nowiki>|| Adds a category '''Version''' with sort key '''xy''' to a category page;<br />''use only in Version X.Y category pages!'' | | width=20% | <nowiki>{{Category/Versions|1}}</nowiki> || 1 = <nowiki>{{PAGENAME}}</nowiki>|| Adds a category '''Version''' with sort key '''xy''' to a category page;<br />''use only in Version X.Y category pages!'' | ||
Line 124: | Line 127: | ||
|- | |- | ||
| width=20% | <nowiki>{{Version/WinXSince|1}}</nowiki> || 1 = Full version number x.y.z|| Adds {{Version/WinXSince|2.4.4}} | | width=20% | <nowiki>{{Version/WinXSince|1}}</nowiki> || 1 = Full version number x.y.z|| Adds {{Version/WinXSince|2.4.4}} | ||
+ | |} | ||
+ | |||
+ | = Headers / Footers = | ||
+ | |||
+ | === MediaWiki namespace === | ||
+ | Extension: [https://www.mediawiki.org/wiki/Extension:Header_Footer Extension:Header Footer] | ||
+ | {| class="wikitable" | width=80% | ||
+ | |- | ||
+ | ! width=20% | Page !! width=40% | Result !! Comment | ||
+ | |- | ||
+ | | <nowiki>MediaWiki:Hf-nsheader-Category</nowiki> || Tag cloud || Header for category pages | ||
|} | |} | ||
Line 261: | Line 275: | ||
|- | |- | ||
| <nowiki>{{cross mark}}</nowiki> || - || Displays {{cross mark}} | | <nowiki>{{cross mark}}</nowiki> || - || Displays {{cross mark}} | ||
+ | |} | ||
+ | |||
+ | === Tag Cloud === | ||
+ | {| class="wikitable" | width=80% | ||
+ | |- | ||
+ | ! width=20% | Template !! width=40% | Parameters !! Comment | ||
+ | |- | ||
+ | | width=20% | <nowiki>{{TagCloud|...}}</nowiki> || include = List of comma separated categories to be shown, depth = Level of sub-categories to be included (recursive), includemain = include first level category (y | n), exclude = List of excluded categories (not to be used in combination with include) || Example see [[:Category:UBIK]] | ||
|} | |} | ||
Line 307: | Line 329: | ||
[[Category:Help]] | [[Category:Help]] | ||
+ | [[Category:Templates]] |