https://bugzilla.wikimedia.org/show_bug.cgi?id=30067

       Web browser: ---
             Bug #: 30067
           Summary: create markup to undo the effect of "nowiki" inside a
                    template parameter
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Sometimes, it is useful, to revert the effect of <nowiki>...</nowiki> having
been used on, or inside, a template parameter. Example:

:wikipedia:de:template:codebeispiel

{{Codebeispiel
|Eingabe = <nowiki>'''Fett''' oder ''kursiv''</nowiki>
|Anzeige = '''Fett''' oder ''kursiv''
}}

There would be no need to enter the same code sequence twice.

Other applications can be thought of when wiki syntax elements
such as [ [[ {{ | including positional ones like {| |- | # etc.
are to be passed as parts of parameters being subject to
parser function testing and branching, but in the end are to
be interpreted in their wiki-syntactic meaning.

Naming suggestions:
<onwiki>...</onwiki> or <wikion>...</wikion> or <wiki>...</wiki>
Maybe <onwiki> is visually too close to <nowiki> ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to