Difference between revisions of "Template:Lead"
m (1 revision) |
|||
Line 1: | Line 1: | ||
− | <noinclude>Version | + | <noinclude>Version 3.0: NEW: resultlink deprecated, resulttext preferred! |
+ | |||
+ | |||
+ | Previous new: Nested subkey. STATUS: Tested, resultlink and image j/k working | ||
New parameters: nested (the first lead number of a nested key that identifies the current lead as its parentlead. parentlead = identifying a lead as nested within the parentlead (the leads are indented, and the parentlead identifier become part of the nested lead id/next-lead values). | New parameters: nested (the first lead number of a nested key that identifies the current lead as its parentlead. parentlead = identifying a lead as nested within the parentlead (the leads are indented, and the parentlead identifier become part of the nested lead id/next-lead values). | ||
Line 29: | Line 32: | ||
next ={{Trim|{{{3|}}}}}| | next ={{Trim|{{{3|}}}}}| | ||
commonnames={{{commonnames|}}}| | commonnames={{{commonnames|}}}| | ||
− | resulttext ={{{result|}}}| | + | resulttext ={{#if: {{{resulttext|}}}|{{{resulttext|}}}|<!--ELSE:-->{{{result|}}}}}| |
− | resultlink ={{ | + | resultlink ={{#if: {{{resultlink|}}}|{{{resultlink|}}}|<!-- |
− | #if: {{{resultlink|}}}|{{{resultlink|}}}|<!-- | + | |
ELSE (by default link to format-stripped result):-->{{Lead/StripFormatting|1={{{result|}}}}} | ELSE (by default link to format-stripped result):-->{{Lead/StripFormatting|1={{{result|}}}}} | ||
}}| | }}| |
Revision as of 23:17, 2 February 2010
Version 3.0: NEW: resultlink deprecated, resulttext preferred!
Previous new: Nested subkey. STATUS: Tested, resultlink and image j/k working
New parameters: nested (the first lead number of a nested key that identifies the current lead as its parentlead. parentlead = identifying a lead as nested within the parentlead (the leads are indented, and the parentlead identifier become part of the nested lead id/next-lead values).
a) Simplified, no more image-no-resize-parameter (manually set size for very small images), no more link to next/result behind image, no more little metadata icons (which were necessary because of redirecting the main links. Javascript runs almost everywhere, former solution was very complicated and removed by javascript code! -- b) new image k, intended to be always displayed (no autohide) BELOW the statement text (for larger, wide in-key images). -- c) new parameter "resultlink" for overriding the default resultlink = unformatted result text. -- d) new parameter "resultqualifier=" for male/female/white form, etc.; may also be used for scientific names, if result is desired to link to the common name. -- c) Image numbering adjusted to simplify creating a decision-based template (one template covering all leads, like the decision horizontal template. Called by outer template, Collapsible/collapsed added, lead images in right sidebar (up to five primary, "image a" to "image e", images side-by-side), non-hideable below statement (2 images, "image j"/"image k") and hidable below (secondary, "image m" to "image r" etc, max 6 images, wrapping gallery style).
PROCESS: a) Handle the subheading parameter directly (creating a visual separator (bold) above a couplet, usually summarizing identification progress and highlighting "sections" of a key). b) Error handling and combining detail text already occurs here. c) Call Template:Lead/Inner, passing calculated fields like the parsed lead-ID to be used multiple times.
The main documentation for all parts of the single-access key is under Template:Key Start/doc. Add only specific notes here.
The first column contains the lead number plus an anchor (id="") to which internal links may point. Here and further below, the first Lead parameter is split into two parts using the Lead/SplitNumber template.
Note: Retrieving the id-parameter of the earlier "Key Start" template from a variable depends on the "Variables" extension being installed. On Wiki installations where this is not the case, remove the template code "{{#var:decisiontreeID}}" (here, in Lead itself and Lead/SplitNumber).