For defining layering dependency/layering rules visually you could try structure101. Has the advantage that the diagrams are not just graphics - plug it into your build and it will check the code against the diagram and flag violations. There's also an IDE plugin that will warn developers if code changes break the architecture. It works off a light web application so I guess you could just link to it from your wiki. The web app and IDE plugins are free but you need at least one client license to create and maintain your architecture diagrams.
A cell should only depend on cells lower in the diagram, else they are flagged as a violation:

