Bedrock-OSS / bedrock-wiki

Rewrite of the Bedrock Wiki.
https://wiki.bedrock.dev
158 stars 258 forks source link

Inconsistent example namespaces #864

Open QuazChick opened 2 months ago

QuazChick commented 2 months ago

Issue

For most code examples, the wiki namespace is used in identifiers, however some examples have random namespaces like foo or example.

Note: the feature types page contains many example namespaces which represent different types of example add-on. It may be best to leave these unchanged.

Pages

docs\contribute-style.md

  609           "identifier": "bs:copper_coin",

docs\blocks\applying-effects.md (hcf-rewrite)

  205             "identifier": "custom_namespace:custom_block_2",

docs\entities\boat-entities.md

   37           "identifier": "foo:bar",

  102           "identifier": "foo:bar",

docs\entities\entity-properties.md

  173           "identifier": "entity:properties_example",

docs\entities\npc-dialogs.md

  302           "identifier": "dialog:teleport_menu",

docs\items\item-tags.md

  26:             "identifier": "example:my_item"

  48:             "identifier": "example:my_item"

docs\items\troubleshooting-items.md

  183           "identifier": "namespace:your_item",

docs\world-generation\biomes.md

  1450      "identifier": "pioneercraft:grasslands_caravan_feature",
  1451          "places_feature": "pioneercraft:caravan_feature",

docs\world-generation\feature-types.md

    35          "identifier": "beachside:pier_planks"

   155          "identifier": "aura_heights:force_conduit_block"

   185          "identifier": "deepest_depths:starlite_ore_cluster"

   237          "identifier": "forgotten_worlds:blackmoor_castle_feature"

   393:             "identifier": "echelon:bulbous_cerulon"

   516:             "identifier": "forgotten_forests:grand_oak"

   728:             "identifier": "underworld:decay_spread"

   806          "identifier": "arboreal:flower_patch"

  1082          "identifier": "olympus:columns_selection"

  1163          "identifier": "better_villages:village_center"

  1209          "identifier": "first_nations:totem_pole"

  1235          "identifier": "herbs_and_spices:underground_silas_plant_snap"

  1275          "identifier": "search_features:search_feature"

  1354          "identifier": "gardenpalooza:garden_maze"

  1382          "identifier": "yosemite:fallen_leaves_cover"

  1404          "identifier": "sweet_tooth:gelatin"

  1440          "identifier": "insectorium:wasp_hive"

  1491          "identifier": "broadmoor_wars:highland_tower_foundation"

  1520          "identifier": "tension:shiitake_patch"

  1661          "identifier": "spelunkers_dreams:massive_cave"

  1683          "identifier": "aquamarine:underwater_thick_caves"

  1713          "identifier": "hellscape:nether_caves"