Module:Other Languages: Difference between revisions
From The Petit Planet Wiki
More actions
ReisuDesign (talk | contribs) Created page with "local p = {} local lib = require('Module:Feature') local KOrm = require('Module:Ko-rm') local i18n = require('Module:I18n').loadMessages('Other Languages') local SelectiveSpan = require('Module:Lang').SelectiveSpan local search = lib.inArray local ne = lib.isNotEmpty local ie = lib.isEmpty local langOrder = {'en', 'zhs', 'zht', 'ja', 'ko', 'es', 'fr', 'ru', 'th', 'vi', 'de', 'id', 'pt', 'tr', 'it'} local categories = mw.html.create() local noCat = {} loc..." |
Wikitable class for mobile skin |
||
| Line 81: | Line 81: | ||
} | } | ||
--initialize the table in html syntax and the category variable | --initialize the table in html syntax and the category variable | ||
local articletable = mw.html.create('table'):addClass('article-table'):newline() | local articletable = mw.html.create('table'):addClass('wikitable article-table'):newline() | ||
--header row | --header row | ||