Skip to content

URLs and redirects from old wiki URLs #28

@Fernando-A-Rocha

Description

@Fernando-A-Rocha

We gotta figure out a definitive scheme of URLs

Right now, I've determined the following:

  • /reference/: folder containing all pages that define functionality of MTA scripting/server/client stuff
  • /articles/: fan-made or "official" articles that are additional and don't define anything, they are usually guides/tutorials

I've put functions in e.g. /reference/setElementPosition and ID_Lists in /reference/ID_Lists

The 404 page contains some JS code to perform redirects of URLs to /reference/[...] and /articles/[...] if they are missing that suffix,
which makes URLs like /setElementPosition work, redirecting to /reference/setElementPosition

This is debatable, so I'm open for suggestions.

cc @FileEX

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions