Open zverok opened 8 years ago
Similar (or the same) task:
# source:
# |area_rank = 120th
# |area_magnitude = 1 E10
# |area_km2 = 69,420
# |area_sq_mi = 26,911
# code:
page.infobox.fetch_all('area')
# => {
# rank: "120th",
# magnitude: "1 E10",
# km2: "69,420",
# sq_mi: "26,911"
# }
For example, in country infoboxes is common pattern:
Best solution should somewhat like that: