View source for Module:Infobox Goon Show episode
From The Goon Show Depository
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
--- @module
local p = {}
local maintenance_categories = {
incorrectly_formatted = "[[Category:Pages using infobox Goon Show episode with incorrectly formatted values|%s]]",
unlinked_values = "[[Category:Pages using infobox Goon Show episode with unlinked values|%s]]",
image_values_without_an_image = "[[Category:Pages using infobox Goon Show episode with image-related values without an image]]",
unnecessary_title_parameter = "[[Category:Pages using infobox Goon Show episode with unnecessary title parameter]]",
non_matching_title = "[[Category:Pages using infobox Goon Show episode with non-matching title]]",
flag_icon = "[[Category:Pages using infobox Goon Show with flag icon]]",
dates_incorrectly_formatted = "[[Category:Pages using infobox Goon Show episode with nonstandard dates]]",
manual_display_title = "[[Category:Pages using infobox Goon Show episode with unnecessary manual displaytitle]]",
list_markup = "[[Category:Pages using infobox Goon Show episode with unnecessary list markup]]",
}
--- Returns the text after removing line breaks (<br> tags) and additional spaces as a result.
---
--- @param text string
--- @return string
local function get_name_with_br_fixes(text)
000
1:0
Templates used on this page:
- Template:(( (view source)
- Template:)) (view source)
- Template:Category link with count (view source)
- Template:Documentation (view source)
- Template:High-use (view source)
- Template:Lua (view source)
- Template:Mlx (view source)
- Template:Module link expanded (view source)
- Template:Para (view source)
- Template:Sandbox other (view source)
- Template:Tl (view source)
- Module:Arguments (view source)
- Module:Documentation (view source)
- Module:Documentation/config (view source)
- Module:Documentation/styles.css (view source)
- Module:High-use (view source)
- Module:Infobox Goon Show episode (view source)
- Module:Infobox Goon Show episode/doc (view source)
- Module:List (view source)
- Module:Lua banner (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Message box/ombox.css (view source)
- Module:Separated entries (view source)
- Module:String (view source)
- Module:TableTools (view source)
- Module:Transclusion count (view source)
- Module:Transclusion count/data/I (view source)
- Module:Yesno (view source)
Return to Module:Infobox Goon Show episode.