Module:Citation/CS1/Configuration: Difference between revisions

    m>Trappist the monk
    (Synch from sandbox;)
    m>Trappist the monk
    (Synch from sandbox;)
    Line 118: Line 118:


    ['bdi'] = '<bdi$1>$2</bdi>', -- bidirectional isolation used with |script-title= and the like
    ['bdi'] = '<bdi$1>$2</bdi>', -- bidirectional isolation used with |script-title= and the like
    ['cite'] = '<cite class="$1">$2</cite>'; -- |ref= not set so no id="..." attribute
    ['cite-id'] = '<cite id="$1" class="$2">$3</cite>'; -- for use when |ref= is set


    ['format'] = ' <span style="font-size:85%;">($1)</span>', -- for |format=, |chapter-format=, etc
    ['format'] = ' <span style="font-size:85%;">($1)</span>', -- for |format=, |chapter-format=, etc
    Line 128: Line 131:
    ['nowrap1'] = '<span class="nowrap">$1</span>', -- for nowrapping an item: <span ...>yyyy-mm-dd</span>
    ['nowrap1'] = '<span class="nowrap">$1</span>', -- for nowrapping an item: <span ...>yyyy-mm-dd</span>
    ['nowrap2'] = '<span class="nowrap">$1</span> $2', -- for nowrapping portions of an item: <span ...>dd mmmm</span> yyyy (note white space)
    ['nowrap2'] = '<span class="nowrap">$1</span> $2', -- for nowrapping portions of an item: <span ...>dd mmmm</span> yyyy (note white space)
     
    ['ocins'] = '<span title="$1" class="Z3988"><span style="display:none;">&nbsp;</span></span>', -- Note: Using display: none on the COinS span breaks some clients
     
    ['parameter'] = '<code style="'..code_style..'">&#124;$1=</code>',
    ['parameter'] = '<code style="'..code_style..'">&#124;$1=</code>',


    Line 139: Line 144:
    }
    }


    --[[--------------------------< A L I A S E S >----------------------------------------------------------------
    --[[--------------------------< A L I A S E S >----------------------------------------------------------------


    Line 512: Line 518:
    anchor = 'bad_pmid',
    anchor = 'bad_pmid',
    category = 'CS1 errors: PMID',
    category = 'CS1 errors: PMID',
    hidden = false },
    bad_oclc = {
    message = 'Check <code style="'..code_style..'">&#124;oclc=</code> value',
    anchor = 'bad_oclc',
    category = 'CS1 errors: OCLC',
    hidden = false },
    hidden = false },
    bad_url = {
    bad_url = {
    Line 783: Line 794:
    link = 'OCLC',
    link = 'OCLC',
    label = 'OCLC',
    label = 'OCLC',
    mode = 'external',
    mode = 'manual',
    prefix = '//www.worldcat.org/oclc/',
    prefix = '//www.worldcat.org/oclc/',
    COinS = 'info:oclcnum',
    COinS = 'info:oclcnum',