Template:Prototype TOC/section: Difference between revisions
Jump to navigation
Jump to search
(custom-section-title) |
(Fixed that the result limit was 50. I expected 250, but new limit is 100 as it seems to enough for everything.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|sort=Prototype property optional,Prototype property name | |sort=Prototype property optional,Prototype property name | ||
|link=none | |link=none | ||
|limit= | |limit=100 | ||
|intro= {{#if: {{{section-title|}}} | <tr><td colspan="3" class="prototype-toc-section-title"> | |intro= {{#if: {{{section-title|}}} | <tr><td colspan="3" class="prototype-toc-section-title">Inherited from [[{{{1}}}]]</td></tr> | }} | ||
}}</includeonly><noinclude>{{doc}}[[Category:Prototype documentation templates]]</noinclude> | }}</includeonly><noinclude>{{doc}}[[Category:Prototype documentation templates]]</noinclude> |
Latest revision as of 11:34, 14 April 2020
[View] [Edit] [Page history]
DocumentationUsed by Template:Prototype TOC to display one section of the prototype table of contents.
Parameters:
- First parameter: Name of the prototype page
- Named parameter "optional": true or false or not set. When true/false shows only optional/mandatory properties. If not set it shows all properties.
- Named parameter "section-title": If set to true (or at all), show a "Inherited from [[{{{1}}}]]" title above the section.
Source code:
{{#ask: [[Prototype property pagename::{{{1}}}]] [[Prototype property optional::{{{optional|+}}}]] |?Prototype property name |?Prototype property type |?Prototype property optional |format=plainlist |template=Prototype TOC/item |sort=Prototype property optional,Prototype property name |link=none |intro= {{#if: {{{section-title|}}} | <tr><td colspan="3" class="prototype-toc-section-title">Inherited from [[{{{1}}}]]</td></tr> | }} }}List of all templates