Template:First character/doc

Safer nicotine wiki Tobacco Harm Reduction
Revision as of 15:35, 1 September 2021 by Richardpruen (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage


Issues

Does not cope well with =, #, :, * or ;

"=" can be worked around:

"#", ":", "*" and ";" do actually get computed and can be used in comparison tests.

The display problem seems to hinge on T14974 by which bug Mediawiki treats these as if they are commencing a new-line (possibly inserting a newline for that purpose) so that:

{{First character|#string}} Item 1

gives:


  1. Item 1