Difference between revisions of "TerraFirmaCraft:Wiki Editing Tips/To Do"

From TerraFirmaCraft Plus Wiki
Jump to: navigation, search
Line 1: Line 1:
; Move item recipes to subpages or template
+
* Move item recipes to subpages or template
: This would allow the recipe to be transcluded into guides like [[Stone-Age Guide]] or pages such as [[Differences from TFC]] or [[Crafting Differences]].
+
** This would allow the recipe to be transcluded into guides like [[Stone-Age Guide]] or pages such as [[Differences from TFC]] or [[Crafting Differences]].
: as subpages recipes for an item would be found at Item/Recipe instead of on the Item page and called with <pre>{{/Recipe}}</pre>
+
** as subpages recipes for an item would be found at Item/Recipe instead of on the Item page and called with <pre>{{/Recipe}}</pre> Advantage: recipes are logically organized with items. Disadvantage: Would recipe subpages get caught in page selections for mass edits?
: Advantage: recipes are logically organized with items. Disadvantage: Would recipe subpages get caught in page selections for mass edits?
+
** as template, recipe would be at Template:Recipe/Item and called by <pre>{{Recipe/{{BASEPAGENAMEE}}}}</pre> advantage, no worries about subpages caught in page selection for mass edits. Disadvantages: might miss recipes or items with no recipes. but the recipe template page can include a list of all subpages by adding the template <pre> {{Special:Prefixindex/{{{1|{{#if: {{#translation:}}|{{BASEPAGENAMEE}}|{{FULLPAGENAMEE}} }}}}}/|hideredirects=1}}</pre>
: as template, recipe would be at Template:Recipe/Item and called by <pre>{{Recipe/{{BASEPAGENAMEE}}}}</pre>
+
* Compile list of Items and blocks added by TFC+
: advantage, no worries about subpages caught in page selection for mass edits. Disadvantages: might miss recipes or items with no recipes. but the recipe template page can include a list of all subpages by adding the template <pre> {{Special:Prefixindex/{{{1|{{#if: {{#translation:}}|{{BASEPAGENAMEE}}|{{FULLPAGENAMEE}} }}}}}/|hideredirects=1}}</pre>
+
* Linkify mentions of items
; Compile list of Items and blocks added by TFC+
+
* make alternate grid template entries such as "any knife" or "any log"
; Linkify mentions of items
+
* automate a "used in the crafting of:" section. possibly using whatlinkshere from the image file?  
; make alternate grid template entries such as "any knife" or "any log"
+
** possible method: <pre>This item is used or mentioned on the following pages:{{Special:Whatlinkshere/{{BASEPAGENAMEE}}}}</pre> messy though because adds link and edit links after article names, and adds supbpages as well...
; automate a "used in the crafting of:" section. possibly using whatlinkshere from the image file?  
+
* list of pages not in a specific category?  
: possible method: <pre>This item is used or mentioned on the following pages:{{Special:Whatlinkshere/{{BASEPAGENAMEE}}}}</pre>
+
* maybe dynamic page list extension needed?
: messy though because adds link and edit links after article names, and adds supbpages as well...
+
* useful for finding pages not cat as item, block, mob, device, guide,
 
+
; list of pages not in a specific category?  
+
: maybe dynamic page list extension needed?
+
: useful for finding pages not cat as item, block, mob, device, guide,
+

Revision as of 23:36, 18 September 2019

  • Move item recipes to subpages or template
    • This would allow the recipe to be transcluded into guides like Stone-Age Guide or pages such as Differences from TFC or Crafting Differences.
    • as subpages recipes for an item would be found at Item/Recipe instead of on the Item page and called with
      {{/Recipe}}
      Advantage: recipes are logically organized with items. Disadvantage: Would recipe subpages get caught in page selections for mass edits?
    • as template, recipe would be at Template:Recipe/Item and called by
      {{Recipe/{{BASEPAGENAMEE}}}}
      advantage, no worries about subpages caught in page selection for mass edits. Disadvantages: might miss recipes or items with no recipes. but the recipe template page can include a list of all subpages by adding the template
       {{Special:Prefixindex/{{{1|{{#if: {{#translation:}}|{{BASEPAGENAMEE}}|{{FULLPAGENAMEE}} }}}}}/|hideredirects=1}}
  • Compile list of Items and blocks added by TFC+
  • Linkify mentions of items
  • make alternate grid template entries such as "any knife" or "any log"
  • automate a "used in the crafting of:" section. possibly using whatlinkshere from the image file?
    • possible method:
      This item is used or mentioned on the following pages:{{Special:Whatlinkshere/{{BASEPAGENAMEE}}}}
      messy though because adds link and edit links after article names, and adds supbpages as well...
  • list of pages not in a specific category?
  • maybe dynamic page list extension needed?
  • useful for finding pages not cat as item, block, mob, device, guide,