User:BetaNotus: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Line 12: Line 12:


=== Food List Testing ===
=== Food List Testing ===
Archery
<dpl>
<dpl>
   category  = Items/CookingIngredient
   category  = Items/CookingIngredient
Line 20: Line 19:
   notcategory = Items/Vegetable
   notcategory = Items/Vegetable
   notcategory = Items/Fish
   notcategory = Items/Fish
  notcategory = Items/Herb
  notcategory = Items/Meat
   reset      = categories
   reset      = categories
   columns = 4
   columns = 4
Line 65: Line 66:
</dpl>
</dpl>
===== Fish =====
===== Fish =====
===== Mushrooms =====
<dpl>
<dpl>
   category  = Items/Fish
   category  = Items/Fish
  category = Items/CookingIngredient
  reset      = categories
  columns = 4
  mode = userformat
  format = ,\n* {{Item|%PAGE%}},,
  allowcachedresults=true
</dpl>
===== Herbs =====
<dpl>
  category  = Items/Herb
  category = Items/CookingIngredient
  reset      = categories
  columns = 4
  mode = userformat
  format = ,\n* {{Item|%PAGE%}},,
  allowcachedresults=true
</dpl>
===== Meats =====
<dpl>
  category  = Items/Meat
   category = Items/CookingIngredient
   category = Items/CookingIngredient
   reset      = categories
   reset      = categories

Revision as of 16:13, 4 March 2020

To-Do List

Everything


Pages needing deletion

{{#dpl: | category = Candidates for deletion | columns = 3

| format =

}}

Food List Testing

<dpl>

 category   = Items/CookingIngredient
 notcategory = Items/Nuts
 notcategory = Items/Fruit
 notcategory = Items/Mushroom
 notcategory = Items/Vegetable
 notcategory = Items/Fish
 notcategory = Items/Herb
 notcategory = Items/Meat
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Nuts

<dpl>

 category   = Items/Nuts
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Fruit

<dpl>

 category   = Items/Fruit
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Mushrooms

<dpl>

 category   = Items/Mushroom
 category = Items/CookingIngredient
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Vegetable

<dpl>

 category   = Items/Vegetable
 category = Items/CookingIngredient
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Fish

<dpl>

 category   = Items/Fish
 category = Items/CookingIngredient
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Herbs

<dpl>

 category   = Items/Herb
 category = Items/CookingIngredient
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>

Meats

<dpl>

 category   = Items/Meat
 category = Items/CookingIngredient
 reset      = categories
 columns = 4
 mode = userformat

format = ,\n*

 
[[Expression error: Unrecognized punctuation character "{".]]

,,

 allowcachedresults=true

</dpl>