Difference between revisions of "Template:Lead"
MarcBrugman (Talk | contribs) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <noinclude>Version 3.1: |
− | + | ||
− | + | ||
− | + | NEW: resultlink removed, | |
− | + | NEW: resulttext deprecated, "result text" is preferred! | |
− | + | NEW: resultqualifier deprecated, "result qualifier" is preferred! | |
− | + | New: common names allowed (and should perhaps be preferred over commonnames! -- TODO: also allow common names in Key Start | |
− | + | ||
− | + | ||
− | + | Previous new: Nested subkey. STATUS: Tested, result text 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) obsolete -- 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 | + | The main documentation for all parts of the single-access key is under [[Template:Key Start/doc]]. Add only specific notes here. |
− | + | ||
− | The | + | 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 "<nowiki>{{#var:decisiontreeID}}</nowiki>" (here, in Lead itself and Lead/SplitNumber). | |
− | + | {{Documentation}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | [[Category:Single-access key templates]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </noinclude> | + | </noinclude><includeonly>{{Lead/Inner| |
+ | subheading = {{{subheading|}}}| | ||
+ | subheadingstyle = {{{subheadingstyle|}}}| | ||
+ | keyID ={{#var:decisiontreeID}}| | ||
+ | leadID ={{{parentlead|}}}{{Lead/SplitNumber|{{{1|99999}}}|0|noformatting=1}}| | ||
+ | displayID ={{Lead/SplitNumber|{{{1|Number missing!}}}|0}}| | ||
+ | leadpart2 ={{Lead/SplitNumber|{{{1}}}|1}}| | ||
+ | parentlead ={{{parentlead|}}}| | ||
+ | nested ={{Trim|{{{nested|}}}}}| | ||
+ | statement ={{{2|'''Lead statement missing!'''}}}| | ||
+ | next ={{Trim|{{{3|}}}}}| | ||
+ | commonnames={{{commonnames|}}}{{{common names|}}}| | ||
+ | resulttext ={{#if: {{{result text|}}}{{{resulttext|}}}|{{{result text|}}}{{{resulttext|}}}|<!--ELSE:-->{{{result|}}}}}| | ||
+ | resultlink ={{Lead/StripFormatting|1={{{result|}}}}}| | ||
+ | resultqualifier ={{{result qualifier|}}}{{{resultqualifier|}}}| | ||
+ | errors =<!--ERROR REPORTING: Any content in 4th and later unnamed parameters is an error.-->{{ | ||
+ | #if: {{{4|}}}{{{commonname|}}}{{{common name|}}}{{{image|}}}{{{images|}}}{{{synonym|}}}{{{remark|}}}{{{results|}}}<!-- | ||
+ | THEN:-->|Error: You may have an erroneous 4th unnamed parameter (vertical bar without a field name), or you may use "commonname/common name/remark/results/synonym/image/images" instead of "common names/remarks/result/synonyms/image a" etc. The content is: '''{{{4|}}} {{{5|}}} {{{commonname|}}} {{{common name|}}} {{{synonym|}}} {{{remark|}}} {{{results|}}} {{{image|}}} {{{images|}}}'''. To add descriptions use <code><nowiki>|description=Your text|</nowiki></code>; to add one or several synonyms use <code><nowiki>|synonmys=Synonym 1; Synonym 2|</nowiki></code>; to add images use <code><nowiki>|image 1a=Image:YourImage.jpg |caption 1a=Your Caption</nowiki></code> (images a to e are in the sidebar, j following below lead text, with j/k always visible and, images m to r in the "more"-information area below the lead).<!-- | ||
+ | END ERROR REPORTING. | ||
+ | START DETAIL TEXT:-->}}| | ||
+ | detailtext ={{ | ||
+ | #if: {{{synonyms|}}} |<span class="synonyms">(= {{{synonyms}}})</span><br /> | ||
+ | }}{{ | ||
+ | #if: {{{description|}}} |<span class="description">{{{description}}} </span> | ||
+ | }}{{ | ||
+ | #if: {{{occurrence|}}} |<span class="occurrence">{{{occurrence}}} </span> | ||
+ | }}{{ | ||
+ | #if: {{{remarks|}}} |<span class="remarks">{{{remarks}}} </span> | ||
+ | }}<!--END DETAIL TEXT.-->| | ||
+ | primary images width ={{{primary images width|80}}}| | ||
+ | primary images height ={{{primary images height|80}}}| | ||
+ | image a ={{{image a|}}}| | ||
+ | label a ={{{label a|}}}| | ||
+ | caption a ={{{caption a|}}}| | ||
+ | image a width ={{{image a width|{{{primary images width|80}}}}}}| | ||
+ | image a height ={{{image a height|{{{primary images height|80}}}}}}| | ||
+ | image b ={{{image b|}}}| | ||
+ | label b ={{{label b|}}}| | ||
+ | caption b ={{{caption b|}}}| | ||
+ | image b width ={{{image b width|{{{primary images width|80}}}}}}| | ||
+ | image b height ={{{image b height|{{{primary images height|80}}}}}}| | ||
+ | image c ={{{image c|}}}| | ||
+ | label c ={{{label c|}}}| | ||
+ | caption c ={{{caption c|}}}| | ||
+ | image c width ={{{image c width|{{{primary images width|80}}}}}}| | ||
+ | image c height ={{{image c height|{{{primary images height|80}}}}}}| | ||
+ | image d ={{{image d|}}}| | ||
+ | label d ={{{label d|}}}| | ||
+ | caption d ={{{caption d|}}}| | ||
+ | image d width ={{{image d width|{{{primary images width|80}}}}}}| | ||
+ | image d height ={{{image d height|{{{primary images height|80}}}}}}| | ||
+ | image e ={{{image e|}}}| | ||
+ | label e ={{{label e|}}}| | ||
+ | caption e ={{{caption e|}}}| | ||
+ | image e width ={{{image e width|{{{primary images width|80}}}}}}| | ||
+ | image e height ={{{image e height|{{{primary images height|80}}}}}}| | ||
+ | extra images width ={{{extra images width|240}}}| | ||
+ | extra images height ={{{extra images height|240}}}| | ||
+ | image j ={{{image j|}}}| | ||
+ | label j ={{{label j|}}}| | ||
+ | caption j ={{{caption j|}}}| | ||
+ | image j width ={{{image j width|{{{extra images width|650}}}}}}| | ||
+ | image j height ={{{image j height|{{{extra images height|300}}}}}}| | ||
+ | image k ={{{image k|}}}| | ||
+ | label k ={{{label k|}}}| | ||
+ | caption k ={{{caption k|}}}| | ||
+ | image k width ={{{image k width|{{{extra images width|650}}}}}}| | ||
+ | image k height ={{{image k height|{{{extra images height|300}}}}}}| | ||
+ | image m ={{{image m|}}}| | ||
+ | label m ={{{label m|}}}| | ||
+ | caption m ={{{caption m|}}}| | ||
+ | image m width ={{{image m width|{{{extra images width|200}}}}}}| | ||
+ | image m height ={{{image m height|{{{extra images height|200}}}}}}| | ||
+ | image n ={{{image n|}}}| | ||
+ | label n ={{{label n|}}}| | ||
+ | caption n ={{{caption n|}}}| | ||
+ | image n width ={{{image n width|{{{extra images width|200}}}}}}| | ||
+ | image n height ={{{image n height|{{{extra images height|200}}}}}}| | ||
+ | image o ={{{image o|}}}| | ||
+ | label o ={{{label o|}}}| | ||
+ | caption o ={{{caption o|}}}| | ||
+ | image o width ={{{image o width|{{{extra images width|200}}}}}}| | ||
+ | image o height ={{{image o height|{{{extra images height|200}}}}}}| | ||
+ | image p ={{{image p|}}}| | ||
+ | label p ={{{label p|}}}| | ||
+ | caption p ={{{caption p|}}}| | ||
+ | image p width ={{{image p width|{{{extra images width|200}}}}}}| | ||
+ | image p height ={{{image p height|{{{extra images height|200}}}}}}| | ||
+ | image q ={{{image q|}}}| | ||
+ | label q ={{{label q|}}}| | ||
+ | caption q ={{{caption q|}}}| | ||
+ | image q width ={{{image q width|{{{extra images width|200}}}}}}| | ||
+ | image q height ={{{image q height|{{{extra images height|200}}}}}}| | ||
+ | image r ={{{image r|}}}| | ||
+ | label r ={{{label r|}}}| | ||
+ | caption r ={{{caption r|}}}| | ||
+ | image r width ={{{image r width|{{{extra images width|200}}}}}}| | ||
+ | image r height ={{{image r height|{{{extra images height|200}}}}}}| | ||
+ | captionlines ={{{captionlines|2}}}| | ||
+ | imagesfooter ={{{imagesfooter|}}} | ||
+ | }}</includeonly> |
Latest revision as of 17:02, 6 March 2010
Version 3.1:
NEW: resultlink removed, NEW: resulttext deprecated, "result text" is preferred! NEW: resultqualifier deprecated, "result qualifier" is preferred! New: common names allowed (and should perhaps be preferred over commonnames! -- TODO: also allow common names in Key Start
Previous new: Nested subkey. STATUS: Tested, result text 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) obsolete -- 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).