User:ImplSearchBot/Code: Difference between revisions

m
ImplSearchBot:0
m (ImplSearchBot:0)
m (ImplSearchBot:0)
Line 170:
$pagedata = '{{unimpl_header' . $langfield . $unimpfield . $tcfield . $imppercfield . '}}';
$pagedata .= "{{$unimpltemplatename" . "$unimpfield}}";
 
$pagedata .= "{{omit_header" . "$langfield}}";
if ("" ne $omitlisting)
$pagedata .= "{{$omittemplatename}}";
{
$pagedata .= "{{omit_header" . "$langfield}}";
$pagedata .= "{{$omittemplatename}}";
}
 
$pagedata .= "{{unimpl_footer$langfield}}";
 
Line 182 ⟶ 187:
# I'll uncomment this if the layout has to change significantly again. In the mean time, that's over a hundred pages we don't have to edit...
# # Update the layout of the listing page, because it's changed.
# &postpage($pagename, $pagedata, "ImplSearchBot:Updating layout of listing page.",1);
 
my $omitcategoryname = "Category:$language/Omit";