Editing Module:LeatherworkerList
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
local search = require('Module:RecipeTreeSearch') |
local search = require('Module:RecipeTreeSearch') |
||
local discount = require('Module:MerchantHideDiscount') |
local discount = require('Module:MerchantHideDiscount') |
||
local purge = require('Module:Purge')._purge |
|||
local p = {} |
local p = {} |
||
Line 100: | Line 99: | ||
local out = mw.html.create('table') |
local out = mw.html.create('table') |
||
:addClass('wikitable sortable') |
:addClass('wikitable sortable') |
||
:tag('caption') |
|||
:wikitext('This list is updated dynamically. '..purge()) |
|||
:done() |
|||
:tag('tr') |
:tag('tr') |
||
:tag('th') |
:tag('th') |