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

       Web browser: ---
            Bug ID: 45845
           Summary: Do not hardcode the documentation location for modules
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Scribunto
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The following messages and their behavior imply that the documentation location
*must* be as a subpage. That is not an approach taken by all wikis, so the
location must not be hardcoded this way.


scribunto-doc-subpage-does-not-exist
  ''Documentation for this module may be created at [[$1]]''

Rename to scribunto-doc-page-does-not-exist
Change the behavior of $1 to be <scribunto-doc-page-name>


scribunto-doc-subpage-header
  '''This is the documentation subpage for [[$1]]'''

Rename to scribunto-doc-page-header
Change to '''This is the documentation page for [[$1]]'''


scribunto-doc-subpage-name
  doc

Rename to scribunto-doc-page-name
Change to {{FULLPAGENAME}}/doc (alt. $1/doc, if the former wouldn't work)


scribunto-doc-subpage-show
  {{$1}} <hr />

Change to scribunto-doc-page-show

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to