1.8.0 • Published 3 years ago

scpdb-interwiki v1.8.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

SCP Foundation InterWiki

InterWiki is a special sidebar block that renders links to other wikis that have translation of the current opened page. You can see it in action on many INT branches (example).

Integration

First step is universal for all branches: add following styles to the component:theme page after @imports (or in the end of the file, but before [[/code]]):

div.scpnet-interwiki-wrapper {
    width: 17em;
    margin-left: -5px;
}

iframe.scpnet-interwiki-frame {
    height: 325px;
    width: 17em;
    border: none;
}

@media (min-width: 768px) {
    iframe.scpnet-interwiki-frame {
        height: 325px;
        width: 18em;
    }
    div.scpnet-interwiki-wrapper {
        width: 18em;
    }
}

ext step is little different for branches: add code block from below to your nav:side page (it's recommended to add that as the last block). You should replace wiki and lang parameters with ones matching to your wiki.

[[div class="scpnet-interwiki-wrapper"]]
[[module ListPages range="." limit="1"]]
      [[iframe http://interwiki.scpdb.org/?wiki=scp-wiki&lang=en&page=%%category%%:%%name%% class="scpnet-interwiki-frame"]]
[[/module]]
[[/div]]

For the full list of supported wikis and languages see config.ts.

Customization

Visual style of the InterWiki block is matching default theme for SCP wiki sites. However, we support some options for customization:

  • hideBorder - set to true to hide borders altogether with inner padding and shadow around block
  • titleColor, borderColor, linkColor, bgColor - pass hex color values (6 symbols, without # in the begging, like ce44cd or 4444dd) to override default colors for title, border, links and background accordingly

Examples of customization:

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago