Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to import features from HTML tables into metadata #28

Open
renoirb opened this issue Dec 9, 2015 · 0 comments
Open

Attempt to import features from HTML tables into metadata #28

renoirb opened this issue Dec 9, 2015 · 0 comments

Comments

@renoirb
Copy link
Member

renoirb commented Dec 9, 2015

Those pages also has been adjusted with overview_table, so that conversion can grab the metadata.

Ensure a page that has Overview table has the table with the overview_table classname.

==Overview Table==
{| class="wikitable overview_table"
// ...

To get pages that uses transclusion, go to https://docs.webplatformstaging.org/w/index.php?title=Special:WhatLinksHere/Template:Event&namespace=0&limit=500

To get as a simple list, run in web developer console:

var out = []; 
$('#mw-whatlinkshere-list > li > a').each(function(){ var title = arguments[1].title;  out.push(title.replace(/\s/g, '_')); });
console.log(out.join("\n"));

Pages that has overview table that aren't marked as overview_table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant