Template:First character/doc

From SC4D Encyclopaedia
< Template:First character
Revision as of 08:29, 30 August 2019 by Jdenm8 (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> ==Usage== * {{Tlx...")
(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 Template:Phab 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